Click here to Skip to main content
16,012,843 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regular DLLs Pin
James T. Johnson11-Jun-02 12:21
James T. Johnson11-Jun-02 12:21 
GeneralKey presses in WinForms Pin
Brian Olej11-Jun-02 9:53
Brian Olej11-Jun-02 9:53 
GeneralRe: Key presses in WinForms Pin
Mazdak11-Jun-02 11:03
Mazdak11-Jun-02 11:03 
GeneralRe: Key presses in WinForms Pin
Brian Olej11-Jun-02 11:46
Brian Olej11-Jun-02 11:46 
GeneralRe: Key presses in WinForms Pin
Rüpel18-Jun-02 0:39
Rüpel18-Jun-02 0:39 
QuestionNow to acess toolbar or statusbar in the crystalreportviewer ? Pin
11-Jun-02 9:22
suss11-Jun-02 9:22 
GeneralSTM_SETIMAGE Pin
vikramlinux11-Jun-02 4:40
vikramlinux11-Jun-02 4:40 
GeneralRe: STM_SETIMAGE Pin
James T. Johnson11-Jun-02 9:17
James T. Johnson11-Jun-02 9:17 
The Bitmap stored in your C# application isn't an HBITMAP, it is a GDI+ Bitmap; which could be part of the problem. Create your own message to send to the application then in that applications WndProc trap the message and use Bitmap.FromHBitmap to convert it to a GDI+ Bitmap.

Hope that makes sense,

James
GeneralRe: STM_SETIMAGE Pin
vikramlinux11-Jun-02 19:17
vikramlinux11-Jun-02 19:17 
GeneralRe: STM_SETIMAGE Pin
James T. Johnson11-Jun-02 19:17
James T. Johnson11-Jun-02 19:17 
GeneralRe: STM_SETIMAGE Pin
vikramlinux11-Jun-02 20:08
vikramlinux11-Jun-02 20:08 
GeneralWM_COMMAND Pin
vikramlinux11-Jun-02 4:22
vikramlinux11-Jun-02 4:22 
GeneralRe: WM_COMMAND Pin
Rickard Andersson2011-Jun-02 8:46
Rickard Andersson2011-Jun-02 8:46 
GeneralIMessageFilter.PreFilterMessage Pin
Wizard_0110-Jun-02 23:32
Wizard_0110-Jun-02 23:32 
GeneralRe: IMessageFilter.PreFilterMessage Pin
Rama Krishna Vavilala11-Jun-02 3:20
Rama Krishna Vavilala11-Jun-02 3:20 
GeneralRe: IMessageFilter.PreFilterMessage Pin
Wizard_0111-Jun-02 3:38
Wizard_0111-Jun-02 3:38 
GeneralRe: IMessageFilter.PreFilterMessage Pin
James T. Johnson11-Jun-02 9:21
James T. Johnson11-Jun-02 9:21 
QuestionClearing byte[ ] ? Pin
10-Jun-02 11:40
suss10-Jun-02 11:40 
AnswerRe: Clearing byte[ ] ? Pin
Rüpel10-Jun-02 20:04
Rüpel10-Jun-02 20:04 
GeneralRe: Clearing byte[ ] ? Pin
11-Jun-02 9:34
suss11-Jun-02 9:34 
QuestionWindows Time Inactive? Pin
10-Jun-02 5:42
suss10-Jun-02 5:42 
AnswerRe: Windows Time Inactive? Pin
Rüpel10-Jun-02 19:48
Rüpel10-Jun-02 19:48 
GeneralAnakrino Pin
Rüpel10-Jun-02 2:30
Rüpel10-Jun-02 2:30 
GeneralRe: Anakrino Pin
Rocky Moore10-Jun-02 18:51
Rocky Moore10-Jun-02 18:51 
GeneralRe: Anakrino Pin
Rüpel10-Jun-02 19:46
Rüpel10-Jun-02 19:46 

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.