Click here to Skip to main content
15,922,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralScheduler sample code Pin
MrBean9-Jun-04 22:01
MrBean9-Jun-04 22:01 
GeneralRe: Scheduler sample code Pin
Dave Kreskowiak10-Jun-04 3:46
mveDave Kreskowiak10-Jun-04 3:46 
GeneralCustom Draw TabControl Pin
beowulfagate9-Jun-04 20:47
beowulfagate9-Jun-04 20:47 
GeneralCreate application shortcut Pin
?!?9-Jun-04 20:42
?!?9-Jun-04 20:42 
GeneralRe: Create application shortcut Pin
Dave Kreskowiak10-Jun-04 3:42
mveDave Kreskowiak10-Jun-04 3:42 
GeneralRe: Create application shortcut Pin
VenkatFor.NET10-Jun-04 11:10
VenkatFor.NET10-Jun-04 11:10 
QuestionHow can I add one menu item on menu system of Window??? Pin
tramdtt9-Jun-04 17:59
tramdtt9-Jun-04 17:59 
AnswerRe: How can I add one menu item on menu system of Window??? Pin
beowulfagate9-Jun-04 21:01
beowulfagate9-Jun-04 21:01 
You'd have to associate your application with windows as being able to handle that particular file type. You'd have to be able to get the ProgID of your application then add that ProgID to the registry.

Your App's ProgID
HKEY_CLASSES_ROOT\Your_App
Default=Your App Name
\curver
Default=Your_Company.Your_App.Version
friendlyname=@Your_App
\shell\open\Command
Default=%Path to your App%\Your_App.exe %1

Then place something like this into

HKEY_CLASSES_ROOT\*.Your_App_File_Type
Default=Your_Company.Your_App.Version

Or if you want to handle folder types, look for the '*' filetype. If your really curious, you can find the Winzip registry entries there too.


Phew!!! There must be an easier way!!! If you find it, find me!!!
AnswerRe: How can I add one menu item on menu system of Window??? Pin
Dave Kreskowiak10-Jun-04 3:20
mveDave Kreskowiak10-Jun-04 3:20 
Questionhow to find applications running in system tray and close it ? Pin
pampatipraveen9-Jun-04 17:01
pampatipraveen9-Jun-04 17:01 
AnswerRe: how to find applications running in system tray and close it ? Pin
Dave Kreskowiak10-Jun-04 3:12
mveDave Kreskowiak10-Jun-04 3:12 
Generalhyperlink text as content in outlookexpress Pin
skoizumi291109-Jun-04 13:16
sussskoizumi291109-Jun-04 13:16 
GeneralEscape Char Pin
Jon G9-Jun-04 8:37
Jon G9-Jun-04 8:37 
GeneralRe: Escape Char Pin
Dave Kreskowiak9-Jun-04 8:51
mveDave Kreskowiak9-Jun-04 8:51 
GeneralRe: Escape Char Pin
Aaron Eldreth9-Jun-04 13:23
Aaron Eldreth9-Jun-04 13:23 
GeneralRe: Escape Char Pin
Dave Kreskowiak9-Jun-04 15:15
mveDave Kreskowiak9-Jun-04 15:15 
GeneralRe: Escape Char Pin
Jon G10-Jun-04 1:15
Jon G10-Jun-04 1:15 
GeneralRe: Escape Char Pin
Dave Kreskowiak10-Jun-04 3:04
mveDave Kreskowiak10-Jun-04 3:04 
Question<![CDATA[NULL]]>is parsable? Pin
skoizumi291109-Jun-04 6:47
sussskoizumi291109-Jun-04 6:47 
AnswerRe: <![CDATA[NULL]]>is parsable? Pin
Dave Kreskowiak9-Jun-04 8:50
mveDave Kreskowiak9-Jun-04 8:50 
GeneralRe: <![CDATA[NULL]]>is parsable? Pin
vancouver7779-Jun-04 13:06
vancouver7779-Jun-04 13:06 
QuestionHow to get computer id? Pin
viettho9-Jun-04 5:37
viettho9-Jun-04 5:37 
AnswerRe: How to get computer id? Pin
Dave Kreskowiak9-Jun-04 6:45
mveDave Kreskowiak9-Jun-04 6:45 
GeneralProgress bar and dataadapter fill Pin
jshofner9-Jun-04 1:56
jshofner9-Jun-04 1:56 
GeneralRe: Progress bar and dataadapter fill Pin
Dave Kreskowiak9-Jun-04 6:43
mveDave Kreskowiak9-Jun-04 6:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.