Click here to Skip to main content
15,920,503 members
Home / Discussions / C#
   

C#

 
Generalfinding the process's HWND Pin
eynats19-Jun-02 2:33
eynats19-Jun-02 2:33 
GeneralRe: finding the process's HWND Pin
Feng Qin19-Jun-02 3:01
Feng Qin19-Jun-02 3:01 
GeneralRe: finding the process's HWND Pin
eynats19-Jun-02 3:34
eynats19-Jun-02 3:34 
GeneralRe: finding the process's HWND Pin
Mazdak19-Jun-02 5:50
Mazdak19-Jun-02 5:50 
GeneralRe: finding the process's HWND Pin
Chris Rickard19-Jun-02 4:32
Chris Rickard19-Jun-02 4:32 
GeneralRe: finding the process's HWND Pin
leppie19-Jun-02 10:50
leppie19-Jun-02 10:50 
GeneralExporting functions Pin
leppie18-Jun-02 23:56
leppie18-Jun-02 23:56 
GeneralRe: Exporting functions Pin
Feng Qin19-Jun-02 1:01
Feng Qin19-Jun-02 1:01 
Can you code like the following?

[DllImport("kernel32", SetLastError=true)]
static extern unsafe int CreateFile(
string filename,
uint desiredAccess,
uint shareMode,
uint attributes,
uint creationDisposition,
uint flagsAndAttributes,
uint templateFile);


I'm amumu, and you?
GeneralRe: Exporting functions Pin
leppie19-Jun-02 1:22
leppie19-Jun-02 1:22 
GeneralRe: Exporting functions Pin
Nish Nishant19-Jun-02 1:30
sitebuilderNish Nishant19-Jun-02 1:30 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 2:04
leppie19-Jun-02 2:04 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 11:20
leppie19-Jun-02 11:20 
GeneralRe: Exporting functions Pin
Nish Nishant19-Jun-02 11:34
sitebuilderNish Nishant19-Jun-02 11:34 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 20:31
leppie19-Jun-02 20:31 
GeneralRe: Exporting functions Pin
Michael P Butler19-Jun-02 1:42
Michael P Butler19-Jun-02 1:42 
QuestionF:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith18-Jun-02 16:49
Todd Smith18-Jun-02 16:49 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Rüpel18-Jun-02 20:54
Rüpel18-Jun-02 20:54 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Feng Qin19-Jun-02 0:56
Feng Qin19-Jun-02 0:56 
GeneralRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith19-Jun-02 6:38
Todd Smith19-Jun-02 6:38 
GeneralMCSD 70-316 Pin
kasturirawat18-Jun-02 11:26
kasturirawat18-Jun-02 11:26 
GeneralRe: MCSD 70-316 Pin
Feng Qin19-Jun-02 1:06
Feng Qin19-Jun-02 1:06 
GeneralRe: MCSD 70-316 Pin
Not Active19-Jun-02 8:35
mentorNot Active19-Jun-02 8:35 
GeneralCenter text in a RichTextBox Pin
kyledunn18-Jun-02 10:30
kyledunn18-Jun-02 10:30 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:13
John Mautari19-Jun-02 21:13 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:17
John Mautari19-Jun-02 21:17 

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.