Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting info on drives Pin
Wjousts24-Sep-02 16:45
Wjousts24-Sep-02 16:45 
GeneralRe: Getting info on drives Pin
Paul Riley25-Sep-02 0:56
Paul Riley25-Sep-02 0:56 
GeneralRe: Getting info on drives Pin
Mazdak24-Sep-02 23:39
Mazdak24-Sep-02 23:39 
QuestionHow to port tree control from window form 2 web from in C#? Pin
zanhsieh24-Sep-02 8:53
zanhsieh24-Sep-02 8:53 
AnswerRe: How to port tree control from window form 2 web from in C#? Pin
leppie24-Sep-02 10:09
leppie24-Sep-02 10:09 
GeneralDecimal floating point to binary conversion Pin
Humayun24-Sep-02 6:48
Humayun24-Sep-02 6:48 
GeneralRe: Decimal floating point to binary conversion Pin
Nick Parker24-Sep-02 8:48
protectorNick Parker24-Sep-02 8:48 
QuestionHow to use initialization of dialog Pin
24-Sep-02 6:49
suss24-Sep-02 6:49 
In VC++ i've always used the emessage WM_INITDIALOG.

In C# and dialog inherited from System.Windows.Forms.Form is this message
not attended.
I tried to do it in this way:
protected override void WndProc(ref System.Windows.Forms.Message m)<br />
{<br />
<br />
  switch(m.Msg)<br />
  {<br />
      case WM_INITDIALOG:<br />
          //some works<br />
          break;<br />
      default:<br />
          break;<br />
  }<br />
   base.WndProc( ref m);<br />
}

but it dosen't work Cry | :(( . I mean, that with little help of my friends, i should
do it !!!

Best regards
AnswerRe: How to use initialization of dialog Pin
leppie24-Sep-02 7:15
leppie24-Sep-02 7:15 
GeneralRe: How to use initialization of dialog Pin
Marcin24-Sep-02 7:31
Marcin24-Sep-02 7:31 
GeneralHOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Andrew Connell24-Sep-02 6:37
Andrew Connell24-Sep-02 6:37 
GeneralRe: HOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Stephane Rodriguez.24-Sep-02 7:34
Stephane Rodriguez.24-Sep-02 7:34 
GeneralRe: HOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Andrew Connell24-Sep-02 8:00
Andrew Connell24-Sep-02 8:00 
GeneralRe: HOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Stephane Rodriguez.24-Sep-02 8:38
Stephane Rodriguez.24-Sep-02 8:38 
GeneralRe: HOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Andrew Connell24-Sep-02 8:44
Andrew Connell24-Sep-02 8:44 
GeneralRe: HOWTO: Web-like table w/ links (similar to solution list in VS.NET start page) Pin
Andrew Connell25-Sep-02 2:48
Andrew Connell25-Sep-02 2:48 
GeneralFilter HTML Content Before Displaying in WebBrowser Pin
John Hurrell24-Sep-02 4:08
John Hurrell24-Sep-02 4:08 
GeneralRe: Filter HTML Content Before Displaying in WebBrowser Pin
Stephane Rodriguez.24-Sep-02 4:49
Stephane Rodriguez.24-Sep-02 4:49 
GeneralRe: Filter HTML Content Before Displaying in WebBrowser Pin
John Hurrell24-Sep-02 4:59
John Hurrell24-Sep-02 4:59 
GeneralRe: Filter HTML Content Before Displaying in WebBrowser Pin
Stephane Rodriguez.24-Sep-02 5:43
Stephane Rodriguez.24-Sep-02 5:43 
GeneralComponents Pin
Jinwah24-Sep-02 2:45
Jinwah24-Sep-02 2:45 
GeneralRe: Components Pin
Nick Parker24-Sep-02 2:50
protectorNick Parker24-Sep-02 2:50 
GeneralRe: Components Pin
Paul Riley24-Sep-02 3:09
Paul Riley24-Sep-02 3:09 
QuestionDoes anyone know how to capture screen in C#? Pin
Li-kai Liu (Angus)24-Sep-02 2:19
Li-kai Liu (Angus)24-Sep-02 2:19 
AnswerRe: Does anyone know how to capture screen in C#? Pin
leppie24-Sep-02 3:53
leppie24-Sep-02 3:53 

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.