Click here to Skip to main content
15,891,529 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Sander Rossel11-May-11 11:05
professionalSander Rossel11-May-11 11:05 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Eddy Vluggen11-May-11 11:34
professionalEddy Vluggen11-May-11 11:34 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
MicroVirus30-May-11 4:55
MicroVirus30-May-11 4:55 
AnswerRe: How come I can call Public Methods of a Form as if they were Shared? Pin
CS140124-Jun-11 0:53
CS140124-Jun-11 0:53 
GeneralRe: How come I can call Public Methods of a Form as if they were Shared? Pin
Sander Rossel24-Jun-11 7:58
professionalSander Rossel24-Jun-11 7:58 
QuestionOnly one Exe at an instance Pin
pix_programmer23-Apr-11 6:19
pix_programmer23-Apr-11 6:19 
AnswerRe: Only one Exe at an instance Pin
Luc Pattyn23-Apr-11 7:18
sitebuilderLuc Pattyn23-Apr-11 7:18 
AnswerRe: Only one Exe at an instance Pin
Shameel26-Apr-11 2:00
professionalShameel26-Apr-11 2:00 
Technically speaking, you cannot prevent a second instance from coming up, but you can code your app in such a way that it detects if an instance is already running and pass on the command-line arguments and then exit. There are many approaches to this, one is to use a Mutex and the other is to use the System.Diagnostics.Process class to check if the process is already running.
QuestionHow can i create a receipt(size 400*400) in crystal report C# 2.0 windows application [modified] Pin
Member 436368017-Apr-11 20:14
Member 436368017-Apr-11 20:14 
AnswerRe: How can i create a receipt(size 400*400) in crystal report C# 2.0 windows application Pin
thatraja7-Jun-11 1:15
professionalthatraja7-Jun-11 1:15 
QuestionWindows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 3:06
professional Xmen Real 17-Apr-11 3:06 
AnswerRe: Windows 7 doest launch application on startup Pin
RobCroll17-Apr-11 4:46
RobCroll17-Apr-11 4:46 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 5:22
professional Xmen Real 17-Apr-11 5:22 
GeneralRe: Windows 7 doest launch application on startup Pin
Dave Kreskowiak17-Apr-11 5:37
mveDave Kreskowiak17-Apr-11 5:37 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 5:42
professional Xmen Real 17-Apr-11 5:42 
GeneralRe: Windows 7 doest launch application on startup Pin
Luc Pattyn17-Apr-11 6:07
sitebuilderLuc Pattyn17-Apr-11 6:07 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 6:12
professional Xmen Real 17-Apr-11 6:12 
GeneralRe: Windows 7 doest launch application on startup Pin
Luc Pattyn17-Apr-11 6:24
sitebuilderLuc Pattyn17-Apr-11 6:24 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 6:26
professional Xmen Real 17-Apr-11 6:26 
GeneralRe: Windows 7 doest launch application on startup Pin
Dave Kreskowiak17-Apr-11 8:39
mveDave Kreskowiak17-Apr-11 8:39 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 8:43
professional Xmen Real 17-Apr-11 8:43 
GeneralRe: Windows 7 doest launch application on startup Pin
RobCroll17-Apr-11 6:12
RobCroll17-Apr-11 6:12 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 6:22
professional Xmen Real 17-Apr-11 6:22 
GeneralRe: Windows 7 doest launch application on startup Pin
RobCroll17-Apr-11 7:13
RobCroll17-Apr-11 7:13 
GeneralRe: Windows 7 doest launch application on startup Pin
Xmen Real 17-Apr-11 7:15
professional Xmen Real 17-Apr-11 7:15 

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.