Click here to Skip to main content
15,884,472 members
Home / Discussions / C#
   

C#

 
GeneralSynchronous socket connections Pin
m_mond5-Nov-02 8:53
m_mond5-Nov-02 8:53 
GeneralRe: Synchronous socket connections Pin
Richard Deeming6-Nov-02 3:31
mveRichard Deeming6-Nov-02 3:31 
Questionplz help? Pin
imran_rafique4-Nov-02 16:19
imran_rafique4-Nov-02 16:19 
AnswerRe: plz help? Pin
Vasudevan Deepak Kumar5-Nov-02 3:45
Vasudevan Deepak Kumar5-Nov-02 3:45 
GeneralDefault Windows temp dir location Pin
Bog4-Nov-02 13:01
Bog4-Nov-02 13:01 
GeneralRe: Default Windows temp dir location Pin
Stephane Rodriguez.4-Nov-02 22:35
Stephane Rodriguez.4-Nov-02 22:35 
GeneralRe: Default Windows temp dir location Pin
Richard Deeming5-Nov-02 0:16
mveRichard Deeming5-Nov-02 0:16 
GeneralRe: Default Windows temp dir location Pin
Stephane Rodriguez.5-Nov-02 0:27
Stephane Rodriguez.5-Nov-02 0:27 
Well said! Poke tongue | ;-P

public static string System.IO.Path.GetTempPath() {
  StringBuilder local0;
  uint local1;
  string local2;

  new EnvironmentPermission(1).Demand();
  local0 = new StringBuilder(260);
  local1 = Win32Native.GetTempPath(260, local0);
  local2 = local0.ToString();
  if (!(local1))
    __Error.WinIOError();
  return local2;
}





Back to real work : D-25.
GeneralRe: Default Windows temp dir location Pin
David Stone5-Nov-02 5:06
sitebuilderDavid Stone5-Nov-02 5:06 
GeneralRe: Default Windows temp dir location Pin
Nnamdi Onyeyiri5-Nov-02 9:10
Nnamdi Onyeyiri5-Nov-02 9:10 
GeneralRe: Default Windows temp dir location Pin
David Stone5-Nov-02 15:41
sitebuilderDavid Stone5-Nov-02 15:41 
GeneralRe: Default Windows temp dir location Pin
Nnamdi Onyeyiri6-Nov-02 5:27
Nnamdi Onyeyiri6-Nov-02 5:27 
GeneralRe: Default Windows temp dir location Pin
Vasudevan Deepak Kumar5-Nov-02 3:42
Vasudevan Deepak Kumar5-Nov-02 3:42 
Generalthanks all Pin
Bog5-Nov-02 11:06
Bog5-Nov-02 11:06 
QuestionTyped Dataset from flat file? Pin
Ozyris4-Nov-02 11:54
Ozyris4-Nov-02 11:54 
General[Message Deleted] Pin
Frank W. Wu4-Nov-02 10:36
Frank W. Wu4-Nov-02 10:36 
GeneralRe: Nest Win32 window in Windows Form Pin
Daniel Turini4-Nov-02 11:05
Daniel Turini4-Nov-02 11:05 
GeneralString Formatting Issue Pin
perlmunger4-Nov-02 7:25
perlmunger4-Nov-02 7:25 
GeneralRe: String Formatting Issue Pin
Stephane Rodriguez.4-Nov-02 7:37
Stephane Rodriguez.4-Nov-02 7:37 
GeneralRe: String Formatting Issue Pin
perlmunger4-Nov-02 7:36
perlmunger4-Nov-02 7:36 
GeneralRe: String Formatting Issue Pin
Franz Pikal7-Nov-02 22:07
Franz Pikal7-Nov-02 22:07 
QuestionHOW TO USE A PROPERTY IN C SHARP Pin
Asim N.4-Nov-02 5:01
Asim N.4-Nov-02 5:01 
AnswerRe: HOW TO USE A PROPERTY IN C SHARP Pin
Pete Bassett4-Nov-02 5:15
Pete Bassett4-Nov-02 5:15 
GeneralRe: HOW TO USE A PROPERTY IN C SHARP Pin
Asim N.6-Nov-02 1:39
Asim N.6-Nov-02 1:39 
AnswerRe: HOW TO USE A PROPERTY IN C SHARP Pin
Stephane Rodriguez.4-Nov-02 5:15
Stephane Rodriguez.4-Nov-02 5: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.