Click here to Skip to main content
15,891,946 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Retrieving web page content using C# Pin
Dave Stone22-Aug-02 22:37
Dave Stone22-Aug-02 22:37 
GeneralNetwork Printers Pin
Prabhakaar20-Aug-02 20:24
Prabhakaar20-Aug-02 20:24 
GeneralBeginner Q: No Outlining by default Pin
matthias s.19-Aug-02 10:57
matthias s.19-Aug-02 10:57 
GeneralRe: Beginner Q: No Outlining by default Pin
Richard Deeming19-Aug-02 23:33
mveRichard Deeming19-Aug-02 23:33 
GeneralThanx... Pin
matthias s.20-Aug-02 7:25
matthias s.20-Aug-02 7:25 
QuestionWindows Forms control in browser? Pin
Stan Shannon19-Aug-02 8:18
Stan Shannon19-Aug-02 8:18 
Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:29
imran_rafique19-Aug-02 1:29 
Generalplz solve mine problem Pin
imran_rafique19-Aug-02 0:30
imran_rafique19-Aug-02 0:30 
please read that code and solve mine problem


tmpProcess = new Process();
tmpProcess.WaitForInputIdle();
tmpProcess.StartInfo.FileName="f:\\mirc59t";
try{
tmpProcess.Start();
while(! tmpProcess.Responding)System.Windows.Forms.Application.DoEvents();
}catch{}

tmpProcess.WaitForInputIdle();
IntPtr hWnd=tmpProcess.MainWindowHandle;
Srm=new send_recive_messages(hWnd);
/*/////////////////////////////////////////////////////
managed public __gc class send_recive_messages constructor
////////////////////////////////////////////////////*/
send_recive_messages::send_recive_messages(IntPtr par_hwnd)
{
hwnd=(HWND)par_hwnd.ToInt64();
TCHAR szBuffer[256],szBuffer1[256];
::GetWindowText(hwnd, szBuffer, sizeof(szBuffer) / sizeof(TCHAR));
::GetClassName(hwnd, szBuffer1, sizeof(szBuffer1) / sizeof(TCHAR));
//////////////////////////////////////////////////////////
HWND h=::FindWindowEx(hwnd,0,szBuffer1,szBuffer);
//////////////////////////////////////////////////////////
}//code finish herer
///////////////////////////////////////////
h variable recive zero that's why remaining code could not run.

it should not recive zero because the process main window
contain two button and four Static members.

can any body tell why it recive 0?
and what i have to do so that it should not recive zero?

r00d0034@yahoo.com
GeneralCan't step into code (no break point) Pin
Anonymously17-Aug-02 9:08
Anonymously17-Aug-02 9:08 
GeneralRe: Can't step into code (no break point) Pin
Sijin18-Aug-02 20:08
Sijin18-Aug-02 20:08 
GeneralRe: Can't step into code (no break point) Pin
Anonymously20-Aug-02 6:49
Anonymously20-Aug-02 6:49 
QuestionUpgrade Failed: Exception occured The referenced Component CommonDialog is missing a design timr license ? Pin
Derek Smigelski13-Aug-02 5:04
Derek Smigelski13-Aug-02 5:04 
GeneralAn array of all Selected rows in a Datagrid Pin
Knappen13-Aug-02 4:00
Knappen13-Aug-02 4:00 
QuestionHow to create your own "ad hoc" framework? Pin
Anonymous12-Aug-02 15:57
Anonymous12-Aug-02 15:57 
AnswerRe: How to create your own "ad hoc" framework? Pin
ian mariano29-Oct-02 9:10
ian mariano29-Oct-02 9:10 
GeneralTool for testing and accessing web service (announcement) Pin
Vyacheslav Pedak12-Aug-02 4:51
Vyacheslav Pedak12-Aug-02 4:51 
GeneralJava Pet store vs .Net Pet Shop Pin
barbsgar12-Aug-02 1:55
barbsgar12-Aug-02 1:55 
GeneralEncryption Pin
Dan Smith10-Aug-02 13:25
Dan Smith10-Aug-02 13:25 
GeneralRe: Encryption Pin
Anonymous Poster16-Aug-02 16:37
sussAnonymous Poster16-Aug-02 16:37 
GeneralLost in the Sea of .Net Mania Pin
wilche10-Aug-02 4:34
wilche10-Aug-02 4:34 
GeneralRe: Lost in the Sea of .Net Mania Pin
SimonS10-Aug-02 4:41
SimonS10-Aug-02 4:41 
GeneralRe: Lost in the Sea of .Net Mania Pin
James T. Johnson10-Aug-02 4:55
James T. Johnson10-Aug-02 4:55 
GeneralRe: Lost in the Sea of .Net Mania Pin
wilche10-Aug-02 20:43
wilche10-Aug-02 20:43 
Questioncan any body help me Pin
imran_rafique9-Aug-02 22:23
imran_rafique9-Aug-02 22:23 
Generallegacy Visual C++ code and .NET Pin
rbc9-Aug-02 14:03
rbc9-Aug-02 14:03 

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.