Click here to Skip to main content
15,918,275 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get target path of Shorcut (lnk) files in VB 6 Pin
EmanAli13-Apr-04 20:12
EmanAli13-Apr-04 20:12 
GeneralRe: How to get target path of Shorcut (lnk) files in VB 6 Pin
Milton Karimbekallil13-Apr-04 21:04
Milton Karimbekallil13-Apr-04 21:04 
GeneralRe: How to get target path of Shorcut (lnk) files in VB 6 Pin
EmanAli13-Apr-04 21:59
EmanAli13-Apr-04 21:59 
GeneralDataGrid Header and Alignment Pin
ibok235-Apr-04 15:01
ibok235-Apr-04 15:01 
QuestionGetWindowText() from hidden window? Pin
ndalal5-Apr-04 11:01
ndalal5-Apr-04 11:01 
AnswerRe: GetWindowText() from hidden window? Pin
Milton Karimbekallil5-Apr-04 23:10
Milton Karimbekallil5-Apr-04 23:10 
GeneralRe: GetWindowText() from hidden window? Pin
ndalal6-Apr-04 11:09
ndalal6-Apr-04 11:09 
GeneralRe: GetWindowText() from hidden window? Pin
Milton Karimbekallil11-Apr-04 19:09
Milton Karimbekallil11-Apr-04 19:09 
Hi
I just back to my machine 2day morning ,after easter vacation.
Ok u send me the code. i shall try it out. to get all running process details try thr following.

Call TerminateProcess to terminate a process. This needs the process handle as input. Call OpenProcess to get the process handle. This needs processId as input. Call Process32First and Process32Next to loop thru the running process and to get the ProcessId. Call CreateToolhelp32Snapshot before calling Process32First.

sample code is available on msdn.

rgds..mil10
Generaltask bar button doesn't work Pin
skoizumi291105-Apr-04 10:37
sussskoizumi291105-Apr-04 10:37 
GeneralRe: task bar button doesn't work Pin
Dave Kreskowiak5-Apr-04 11:29
mveDave Kreskowiak5-Apr-04 11:29 
GeneralRe: task bar button doesn't work Pin
skoizumi291105-Apr-04 13:42
sussskoizumi291105-Apr-04 13:42 
QuestionDateTimePicker DropDown? Pin
Dino685-Apr-04 7:42
Dino685-Apr-04 7:42 
QuestionDateTimePicker DropDown? Pin
Dino685-Apr-04 7:41
Dino685-Apr-04 7:41 
AnswerRe: DateTimePicker DropDown? Pin
sagmam23-Jul-04 6:58
sagmam23-Jul-04 6:58 
AnswerRe: DateTimePicker DropDown? Pin
Anonymous23-Jul-04 8:48
Anonymous23-Jul-04 8:48 
General"Specified Cast Not Valid" Pin
nvmoss5-Apr-04 5:41
nvmoss5-Apr-04 5:41 
QuestionHow to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 5:06
Codemonkey855-Apr-04 5:06 
AnswerRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 7:23
Nadroj5-Apr-04 7:23 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 17:19
Codemonkey855-Apr-04 17:19 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 18:52
Nadroj5-Apr-04 18:52 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 19:56
Codemonkey855-Apr-04 19:56 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 20:08
Nadroj5-Apr-04 20:08 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj5-Apr-04 20:15
Nadroj5-Apr-04 20:15 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Codemonkey855-Apr-04 21:52
Codemonkey855-Apr-04 21:52 
GeneralRe: How to programatically create a text file containing the VB.Net code neccessary for recreating a different file programatically Pin
Nadroj6-Apr-04 3:01
Nadroj6-Apr-04 3:01 

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.