Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
QuestionCan I have to PaintEventHandlers in my program Pin
laura131623-Mar-07 12:44
laura131623-Mar-07 12:44 
AnswerRe: Can I have to PaintEventHandlers in my program Pin
Guffa23-Mar-07 14:07
Guffa23-Mar-07 14:07 
Questionhow to get to the form close button Pin
mezo_2223-Mar-07 12:18
mezo_2223-Mar-07 12:18 
AnswerRe: how to get to the form close button Pin
Stefan Troschuetz23-Mar-07 12:30
Stefan Troschuetz23-Mar-07 12:30 
QuestionRe: how to get to the form close button Pin
mezo_2223-Mar-07 12:46
mezo_2223-Mar-07 12:46 
AnswerRe: how to get to the form close button Pin
Muammar©23-Mar-07 20:54
Muammar©23-Mar-07 20:54 
AnswerRe: how to get to the form close button Pin
Stefan Troschuetz23-Mar-07 23:17
Stefan Troschuetz23-Mar-07 23:17 
QuestionFindWindow returns 0 Pin
kozu23-Mar-07 10:40
kozu23-Mar-07 10:40 
Hi,
I'm trying to hide the console window of a process that I start from my app.

I'm using FindWindow like this:
[DllImport("user32.dll")]
public static extern int FindWindow(string szClass, string szTitle);

but calls to
int win = FindWindow(MyConsoleAppClass, null);
or
int win = FindWindow(null, "MyConsoleApp.exe");
return 0.

Any ideas as to what am I doing wrong?
thanx
AnswerRe: FindWindow returns 0 Pin
Dawid Mazuruk23-Mar-07 14:05
Dawid Mazuruk23-Mar-07 14:05 
QuestionRemoving Click Once files Pin
Himdog23-Mar-07 10:35
Himdog23-Mar-07 10:35 
AnswerRe: Removing Click Once files Pin
Christian Graus23-Mar-07 11:10
protectorChristian Graus23-Mar-07 11:10 
QuestionComparing lines Pin
CodeItWell23-Mar-07 10:27
CodeItWell23-Mar-07 10:27 
AnswerRe: Comparing lines Pin
Muammar©23-Mar-07 10:35
Muammar©23-Mar-07 10:35 
AnswerRe: Comparing lines Pin
Christian Graus23-Mar-07 10:47
protectorChristian Graus23-Mar-07 10:47 
QuestionFingerprint matching Pin
Nab Younus23-Mar-07 9:17
Nab Younus23-Mar-07 9:17 
AnswerRe: Fingerprint matching Pin
Muammar©23-Mar-07 10:46
Muammar©23-Mar-07 10:46 
QuestionStrange Behaviour from Web Service? Pin
Khoramdin23-Mar-07 8:38
Khoramdin23-Mar-07 8:38 
AnswerRe: Strange Behaviour from Web Service? Pin
Christian Graus23-Mar-07 9:13
protectorChristian Graus23-Mar-07 9:13 
QuestionProblem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 7:48
DFrag23-Mar-07 7:48 
AnswerRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 10:50
Muammar©23-Mar-07 10:50 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 13:22
DFrag23-Mar-07 13:22 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 20:47
Muammar©23-Mar-07 20:47 
Questiondisplaying a baloon message from task bar Pin
Rocky#23-Mar-07 7:12
Rocky#23-Mar-07 7:12 
AnswerRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 10:43
Stefan Troschuetz23-Mar-07 10:43 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#23-Mar-07 20:30
Rocky#23-Mar-07 20:30 

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.