Click here to Skip to main content
16,007,443 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SQL Query Syntax Issue Pin
Wendelius13-Jan-09 7:24
mentorWendelius13-Jan-09 7:24 
Questionwindows service structure/custom actions Pin
captainmogo13-Jan-09 4:42
captainmogo13-Jan-09 4:42 
AnswerRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 6:40
mentorWendelius13-Jan-09 6:40 
GeneralRe: windows service structure/custom actions Pin
captainmogo13-Jan-09 8:12
captainmogo13-Jan-09 8:12 
GeneralRe: windows service structure/custom actions Pin
Wendelius13-Jan-09 8:57
mentorWendelius13-Jan-09 8:57 
QuestionVBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:16
professionalDalek Dave13-Jan-09 4:16 
AnswerRe: VBA - Changing a name of a Worksheet Pin
Dalek Dave13-Jan-09 4:20
professionalDalek Dave13-Jan-09 4:20 
QuestionMaximise already created process Pin
hrishiS12-Jan-09 23:56
hrishiS12-Jan-09 23:56 
Hi experts,
Here is an another problem of mine.
I have created a process using

dim p as new process
p.startinfo.filename="calc" 'or notepad
p.start()

Now,my problem is when I run the process the second time, it opens a new exe. That problem can be solved by raising an event. But, I want to MAXIMIZE the exe on top of all window ,if an instance is already running.(we can see the running process in taskbar, but my taskbar is also disabled for some reason, so i want it to get it top of my application with the help of code)
Since my main window doesn't have any close/minimize/maximize button, I want to show the user already running process by bringing the exe on top of my main form.

Could anyone give a solution please.

Thank you in advance. Smile | :)
AnswerRe: Maximise already created process Pin
EliottA13-Jan-09 2:48
EliottA13-Jan-09 2:48 
AnswerRe: Maximise already created process Pin
Henry Minute13-Jan-09 6:13
Henry Minute13-Jan-09 6:13 
AnswerRe: Maximise already created process Pin
Dave Kreskowiak13-Jan-09 8:24
mveDave Kreskowiak13-Jan-09 8:24 
GeneralRe: Maximise already created process Pin
hrishiS14-Jan-09 17:23
hrishiS14-Jan-09 17:23 
GeneralRe: Maximise already created process Pin
hrishiS3-Feb-09 23:45
hrishiS3-Feb-09 23:45 
GeneralRe: Maximise already created process Pin
Dave Kreskowiak4-Feb-09 2:21
mveDave Kreskowiak4-Feb-09 2:21 
QuestionBack up ms access database using vb.net2005 Pin
hrishiS12-Jan-09 23:36
hrishiS12-Jan-09 23:36 
AnswerRe: Back up ms access database using vb.net2005 Pin
Tom Deketelaere13-Jan-09 1:42
professionalTom Deketelaere13-Jan-09 1:42 
AnswerRe: Back up ms access database using vb.net2005 Pin
Wendelius13-Jan-09 6:52
mentorWendelius13-Jan-09 6:52 
QuestionImage Processing Pin
nishkarsh_k12-Jan-09 19:24
nishkarsh_k12-Jan-09 19:24 
AnswerRe: Image Processing Pin
Guffa13-Jan-09 1:03
Guffa13-Jan-09 1:03 
QuestionActive Directory Computer Groups in VBA Pin
AaronM_NZ12-Jan-09 16:44
AaronM_NZ12-Jan-09 16:44 
AnswerRe: Active Directory Computer Groups in VBA Pin
AaronM_NZ13-Jan-09 15:06
AaronM_NZ13-Jan-09 15:06 
QuestionHow To Make A file Read only Pin
sarfarazaliqureshi12-Jan-09 9:11
sarfarazaliqureshi12-Jan-09 9:11 
AnswerRe: How To Make A file Read only Pin
EliottA12-Jan-09 9:46
EliottA12-Jan-09 9:46 
AnswerRe: How To Make A file Read only Pin
Dave Kreskowiak12-Jan-09 10:36
mveDave Kreskowiak12-Jan-09 10:36 
AnswerRe: How To Make A file Read only Pin
Eddy Vluggen12-Jan-09 21:11
professionalEddy Vluggen12-Jan-09 21:11 

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.