Click here to Skip to main content
15,910,797 members
Home / Discussions / C#
   

C#

 
GeneralCustom dll's in a project and how to hide them Pin
rob_ple27-Apr-05 2:58
rob_ple27-Apr-05 2:58 
GeneralProblems with the StreamReader Pin
Elvir27-Apr-05 2:40
Elvir27-Apr-05 2:40 
GeneralRe: Problems with the StreamReader Pin
rob_ple27-Apr-05 3:11
rob_ple27-Apr-05 3:11 
GeneralMake a DNS query against an open relay database Pin
Stoffe27-Apr-05 2:11
Stoffe27-Apr-05 2:11 
GeneralRe: Make a DNS query against an open relay database Pin
S. Senthil Kumar27-Apr-05 4:21
S. Senthil Kumar27-Apr-05 4:21 
GeneralRe: Make a DNS query against an open relay database Pin
Stoffe29-Apr-05 7:57
Stoffe29-Apr-05 7:57 
GeneralRegarding Mouse Move event!! Pin
RajeshGuptha27-Apr-05 1:59
RajeshGuptha27-Apr-05 1:59 
GeneralRe: Regarding Mouse Move event!! Pin
MoustafaS27-Apr-05 5:18
MoustafaS27-Apr-05 5:18 
In the mouse move event:
private void _MouseMove(sender,e)
{
Point p = Control.MousePosition;
//and then try to apply what you want according to the value of this point like:
this.Location = p;
}
Generalchange keyboard layout Pin
El'Cachubrey27-Apr-05 1:17
El'Cachubrey27-Apr-05 1:17 
Generalserializing in client Pin
balkang27-Apr-05 1:00
balkang27-Apr-05 1:00 
GeneralRe: serializing in client Pin
Judah Gabriel Himango27-Apr-05 7:52
sponsorJudah Gabriel Himango27-Apr-05 7:52 
GeneralRe: serializing in client Pin
balkang27-Apr-05 9:36
balkang27-Apr-05 9:36 
GeneralRe: serializing in client Pin
Judah Gabriel Himango27-Apr-05 9:44
sponsorJudah Gabriel Himango27-Apr-05 9:44 
Generalconvert types Pin
eng.mohamed27-Apr-05 0:40
eng.mohamed27-Apr-05 0:40 
GeneralRe: convert types Pin
Colin Angus Mackay27-Apr-05 0:57
Colin Angus Mackay27-Apr-05 0:57 
GeneralRe: convert types Pin
Marc Clifton27-Apr-05 1:02
mvaMarc Clifton27-Apr-05 1:02 
Generalprint a pdf file from a web app Pin
brian5527-Apr-05 0:07
brian5527-Apr-05 0:07 
GeneralRe: print a pdf file from a web app Pin
Dave Kreskowiak27-Apr-05 1:44
mveDave Kreskowiak27-Apr-05 1:44 
Generalbutton click event Pin
gaby2r26-Apr-05 22:48
gaby2r26-Apr-05 22:48 
GeneralRe: button click event Pin
Polis Pilavas26-Apr-05 23:28
Polis Pilavas26-Apr-05 23:28 
GeneralRe: button click event Pin
Anonymous26-Apr-05 23:43
Anonymous26-Apr-05 23:43 
GeneralRe: button click event Pin
S. Senthil Kumar27-Apr-05 1:05
S. Senthil Kumar27-Apr-05 1:05 
GeneralRe: button click event Pin
gaby2r27-Apr-05 1:24
gaby2r27-Apr-05 1:24 
GeneralRe: button click event Pin
S. Senthil Kumar27-Apr-05 3:55
S. Senthil Kumar27-Apr-05 3:55 
GeneralRe: button click event Pin
gaby2r27-Apr-05 4:14
gaby2r27-Apr-05 4:14 

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.