Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: Making form full screen in windows mobile ce 5.0 c# application Pin
Ashvin Gunga22-Feb-07 0:43
Ashvin Gunga22-Feb-07 0:43 
QuestionExcel Date Parsed as Integer Pin
StyleGuide13-Feb-07 1:00
StyleGuide13-Feb-07 1:00 
Questiondataview sort is not working. Pin
irsh_is13-Feb-07 0:23
irsh_is13-Feb-07 0:23 
AnswerRe: dataview sort is not working. Pin
Nidhi.s13-Feb-07 0:49
Nidhi.s13-Feb-07 0:49 
QuestionHow to import "user32.dll'' from C# application [modified] Pin
rrpatel13-Feb-07 0:21
rrpatel13-Feb-07 0:21 
AnswerRe: How to import "user32.dll'' from C# application Pin
Martin#13-Feb-07 0:53
Martin#13-Feb-07 0:53 
GeneralRe: How to import "user32.dll'' from C# application Pin
rrpatel13-Feb-07 3:03
rrpatel13-Feb-07 3:03 
AnswerRe: How to import "user32.dll'' from C# application Pin
wasife13-Feb-07 11:48
wasife13-Feb-07 11:48 
You need to use something like this:

[DllImport("user32.dll")]
< Declaration of function in user32.dll to be used here preceded by static extern >

You have to declare each function you want to use in C# code in the above manner.Moreover you should write this code where you are declaring other variables of your class which is normally at the start of the class.

After that you can use those functions in your C# code. Keep in mind that all the types used while declaring function prototypes must be C# types and must not contains Win32 or other languages types.

Regards,
Wasif Ehsan.
QuestionExport to Excel Pin
HimaBindu Vejella12-Feb-07 23:44
HimaBindu Vejella12-Feb-07 23:44 
QuestionHow to fill combo & listbox in popup windows form. Pin
utksThedeveloper12-Feb-07 23:17
utksThedeveloper12-Feb-07 23:17 
AnswerRe: How to fill combo & listbox in popup windows form. Pin
Christian Graus12-Feb-07 23:19
protectorChristian Graus12-Feb-07 23:19 
GeneralRe: How to fill combo & listbox in popup windows form. Pin
utksThedeveloper12-Feb-07 23:27
utksThedeveloper12-Feb-07 23:27 
GeneralRe: How to fill combo & listbox in popup windows form. Pin
KraGiE7913-Feb-07 1:27
KraGiE7913-Feb-07 1:27 
QuestionCapturing Text using Global mouse event Pin
CSharpBeginer12-Feb-07 22:57
CSharpBeginer12-Feb-07 22:57 
AnswerRe: Capturing Text using Global mouse event Pin
Christian Graus12-Feb-07 23:08
protectorChristian Graus12-Feb-07 23:08 
QuestionOverride background in TextBox? Pin
Gywox12-Feb-07 22:44
Gywox12-Feb-07 22:44 
AnswerRe: Override background in TextBox? Pin
Christian Graus12-Feb-07 23:11
protectorChristian Graus12-Feb-07 23:11 
Questionhow to list network computer name, Ip in C# Pin
Sanjib Raj12-Feb-07 22:41
Sanjib Raj12-Feb-07 22:41 
AnswerRe: how to list network computer name, Ip in C# Pin
Michael Sync13-Feb-07 0:02
Michael Sync13-Feb-07 0:02 
QuestionHow to preserve Globally Connection Object? Pin
vaibhavnvag12-Feb-07 22:23
vaibhavnvag12-Feb-07 22:23 
AnswerRe: How to preserve Globally Connection Object? Pin
bertvan12-Feb-07 22:51
bertvan12-Feb-07 22:51 
AnswerRe: How to preserve Globally Connection Object? Pin
Niiiissssshhhhhuuuuu13-Feb-07 1:51
Niiiissssshhhhhuuuuu13-Feb-07 1:51 
AnswerRe: How to preserve Globally Connection Object? Pin
Pete O'Hanlon13-Feb-07 2:55
mvePete O'Hanlon13-Feb-07 2:55 
QuestionHow to create Report Using Dynamic SQL Pin
jaganil12-Feb-07 22:22
jaganil12-Feb-07 22:22 
AnswerRe: How to create Report Using Dynamic SQL Pin
Colin Angus Mackay12-Feb-07 22:43
Colin Angus Mackay12-Feb-07 22:43 

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.