Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle22-Aug-10 5:27
thebiostyle22-Aug-10 5:27 
QuestionHow to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang9-Aug-10 6:44
Andraw Tang9-Aug-10 6:44 
AnswerRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 10:19
professionalEddy Vluggen11-Aug-10 10:19 
GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Andraw Tang11-Aug-10 11:49
Andraw Tang11-Aug-10 11:49 
GeneralRe: How to check if tabpage control data loaded or not in vb.net 2005 Pin
Eddy Vluggen11-Aug-10 20:39
professionalEddy Vluggen11-Aug-10 20:39 
QuestionGrabbing file name and path info for a bootstrapper application Pin
normschaef9-Aug-10 6:12
normschaef9-Aug-10 6:12 
AnswerFileInfo Pin
David Mujica9-Aug-10 6:27
David Mujica9-Aug-10 6:27 
Questionreturn executable setup file path Pin
mehrnoosh8-Aug-10 20:22
mehrnoosh8-Aug-10 20:22 
hi friends
i create a setup program that install my app
and i want instal msde in my setup file
i write a function that run "msde2000\setup.exe" file with process.start() instruction

i located the MSDE2000 folder in my app debug path

but when i run the setup file in this line it has a error :
objProcess = New System.Diagnostics.Process()
objProcess.StartInfo.FileName = Application.StartupPath & "\MSDE2000\setup.exe"


error is can not find setup.exe in c:\windows\system32

why c:\windows\system32????!!!!

and when i changed Application.StartupPath to Application.ExecutablePath
it returns path c:\windows\system32\msiexec.exe !!!!

why???!!!!!!!Confused | :confused: Confused | :confused: Confused | :confused:
M.Alizadeh

AnswerRe: return executable setup file path Pin
Goutam Patra8-Aug-10 21:02
professionalGoutam Patra8-Aug-10 21:02 
GeneralRe: return executable setup file path Pin
mehrnoosh8-Aug-10 21:09
mehrnoosh8-Aug-10 21:09 
GeneralRe: return executable setup file path Pin
Goutam Patra8-Aug-10 21:30
professionalGoutam Patra8-Aug-10 21:30 
GeneralRe: return executable setup file path Pin
mehrnoosh8-Aug-10 22:05
mehrnoosh8-Aug-10 22:05 
QuestionHow to get real MAC address Pin
ivo758-Aug-10 2:35
ivo758-Aug-10 2:35 
AnswerRe: How to get real MAC address Pin
LloydA1118-Aug-10 11:33
LloydA1118-Aug-10 11:33 
QuestionHow do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 20:44
Syed Wayez Ahmed6-Aug-10 20:44 
AnswerRe: How do we program Live chat? Pin
Richard MacCutchan6-Aug-10 21:54
mveRichard MacCutchan6-Aug-10 21:54 
GeneralRe: How do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 22:07
Syed Wayez Ahmed6-Aug-10 22:07 
GeneralRe: How do we program Live chat? Pin
Abhinav S6-Aug-10 22:38
Abhinav S6-Aug-10 22:38 
GeneralRe: How do we program Live chat? Pin
Richard MacCutchan6-Aug-10 23:14
mveRichard MacCutchan6-Aug-10 23:14 
GeneralRe: How do we program Live chat? Pin
Syed Wayez Ahmed6-Aug-10 23:48
Syed Wayez Ahmed6-Aug-10 23:48 
GeneralRe: How do we program Live chat? Pin
Richard MacCutchan6-Aug-10 23:53
mveRichard MacCutchan6-Aug-10 23:53 
GeneralRe: How do we program Live chat? Pin
Syed Wayez Ahmed7-Aug-10 1:17
Syed Wayez Ahmed7-Aug-10 1:17 
QuestionTreeNode Add/Remove/Disable issue in vb.net 2005 Pin
Andraw Tang5-Aug-10 11:12
Andraw Tang5-Aug-10 11:12 
AnswerRe: TreeNode Add/Remove/Disable issue in vb.net 2005 Pin
Andraw Tang5-Aug-10 12:08
Andraw Tang5-Aug-10 12:08 
GeneralRe: TreeNode Add/Remove/Disable issue in vb.net 2005 Pin
Tom Deketelaere5-Aug-10 22:25
professionalTom Deketelaere5-Aug-10 22:25 

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.