User: rselvan

  • Public profile

User profile: rselvan

User info
User name:rselvan
History
Joined:
Number of posts:13
Latest posts:

Displaying jpeg image in c++ through win32 API
How to dispay jpeg image in c++ through win32 API I've been surfing and scouring on the internet bu...

c++ win32 Adding values to ComboBox
[code] SendMessage(hWndComboBox, CB_ADDSTRING, 0, reinterpret_cast<LPARAM> (_T("Item1"))); SendMessa...

Sending form as parameter in c++
[code] int main() { Form1^ myform1 = gcnew Form1(); myform1->comboBox1->Items->Insert(0,"Strin...

Win32 App not running in window but in console
Thanks again I already did coded as exact as you stated above. And i just wanna let you know that i'...

Win32 App not running in window but in console
Example1.Cpp [code] LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)...

This user does not accept Private Messages