Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak1-Jul-04 4:15
mveDave Kreskowiak1-Jul-04 4:15 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
beowulfagate1-Jul-04 20:18
beowulfagate1-Jul-04 20:18 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Ravi S.V.1-Jul-04 21:11
Ravi S.V.1-Jul-04 21:11 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak2-Jul-04 2:37
mveDave Kreskowiak2-Jul-04 2:37 
QuestionWindows or Web Service, Which? Pin
leadpencil30-Jun-04 19:53
leadpencil30-Jun-04 19:53 
AnswerRe: Windows or Web Service, Which? Pin
Dave Kreskowiak1-Jul-04 3:28
mveDave Kreskowiak1-Jul-04 3:28 
Questionhow to capture an exe file file name into vb form Pin
saimram30-Jun-04 18:50
saimram30-Jun-04 18:50 
AnswerRe: how to capture an exe file file name into vb form Pin
Dave Kreskowiak1-Jul-04 3:21
mveDave Kreskowiak1-Jul-04 3:21 
I already answered this in the email you sent me.

saimram wrote:
my problem is how to capture the file name when iam opening the file and the same file name should be present when ever i save(for the first time)my text that i have typed in rich textbox in the common dialog box

You can't capture the filename from a Dialog that was opened by another application.

saimram wrote:
again is there any solution for keeping this exe file fixed into the file so that when ever i close the form that exe should also be closed automatically

You can't embbed another .EXE into your own application. You can launch it as an external application using the Process class. You can then close that process when your application closes, in your Closing event handler, by calling .CloseMainWindow on the Process object that your got when you launched the external application (BigHand player).





RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalurgent......Pocket Pc volume Pin
Prowess30-Jun-04 17:54
Prowess30-Jun-04 17:54 
GeneralRe: urgent......Pocket Pc volume Pin
Dave Kreskowiak1-Jul-04 3:17
mveDave Kreskowiak1-Jul-04 3:17 
QuestionHow to get current user login time by Registry key Pin
Valyn30-Jun-04 16:24
Valyn30-Jun-04 16:24 
AnswerRe: How to get current user login time by Registry key Pin
Dave Kreskowiak1-Jul-04 3:15
mveDave Kreskowiak1-Jul-04 3:15 
QuestionHow come to notifyicon1_double click doesn't work?? Pin
mythinky30-Jun-04 15:39
mythinky30-Jun-04 15:39 
GeneralUsing Magic for Toolbar... Pin
federalprogrammer230-Jun-04 12:18
federalprogrammer230-Jun-04 12:18 
GeneralRe: Using Magic for Toolbar... Pin
Dave Kreskowiak1-Jul-04 2:48
mveDave Kreskowiak1-Jul-04 2:48 
Generalmenuitem name Pin
williewillie30-Jun-04 10:32
williewillie30-Jun-04 10:32 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 10:41
ccotton33330-Jun-04 10:41 
GeneralRe: menuitem name Pin
williewillie30-Jun-04 10:48
williewillie30-Jun-04 10:48 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 11:01
ccotton33330-Jun-04 11:01 
GeneralRe: menuitem name Pin
williewillie30-Jun-04 11:06
williewillie30-Jun-04 11:06 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 11:20
ccotton33330-Jun-04 11:20 
GeneralRe: menuitem name Pin
Nick Parker30-Jun-04 12:00
protectorNick Parker30-Jun-04 12:00 
GeneralGet index of selected item in Listbox Pin
Glen Conaway30-Jun-04 6:36
Glen Conaway30-Jun-04 6:36 
GeneralRe: Get index of selected item in Listbox Pin
ccotton33330-Jun-04 10:45
ccotton33330-Jun-04 10:45 
GeneralRe: Get index of selected item in Listbox Pin
ccotton33330-Jun-04 10:46
ccotton33330-Jun-04 10:46 

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.