Search:
Type: Posts; User: mecheil.edwar
Search :
Search took 0.01 seconds.
April 25th, 2013 02:38 AM
Thanks D_Drmmr for your reply..
But the Problem if I let GDI paint the window , I will lose the the Painting object from OpeGL Device...
So I need to stop painting from GDI on the child Window...
April 24th, 2013 11:16 PM
April 24th, 2013 07:18 AM
Hi My Best Friends,
I have very simple question :
Given :
- To Build a Window and add bottuns on this window , Say Window 1
- From This Window ,Build Child Window Say Window 2
Required :
January 8th, 2013 10:38 PM
How Can I thank You Igor , for your effective efforts and your perfect code...
Really I have to thank you very much.. for this valuable code..
It is working very well.. Excellent...
My Best...
January 7th, 2013 07:34 PM
Thanks Victor ,
But I do many Trials But I could not write file as per required format..
Hoping I can get support..
My Best Reagrds
January 5th, 2013 02:10 PM
Thanks Victor for your reply,
I wrote this code :
//~~~~~~~~~~~~~~~~~~~~~~~
WriteFile(hf,TEXT("3 \n"),a,&FileSize,NULL);
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~
But unlucky it is not working ( I...
January 5th, 2013 12:27 PM
I try to Create one text File By Using CreateFile(..) Function,
I want to add data ( x,y,x) coordinate to file By This way :
X Y Z
1 3 8
0 13 11
But when I write...
December 10th, 2012 12:37 AM
Many Thanks Igor for your clarifications..
and one more question , Can I combine DLL file with my Project .. because if I run the *.exe file the *.DLL file will be included with the *.exe file..
...
December 4th, 2012 12:54 AM
My Deep Respect for you Victor , every time you do your best to answer my questions...
and Kindly I have one idea I want to discuss , Some saying copy the file *.DLL and keep it with working...
December 2nd, 2012 11:20 PM
I try to Build one Application by Using OpenGL...
But every time I try to check the Application I got this message
GLUT.DLL is missed..
I checked the folder c/Windows/System32
I found the...
October 21st, 2012 09:16 AM
Thanks Victor For your answers , After searching for this subject and as per Igor Answer also ,
Modeles Dialog can not recieve WM_CHAR Message ,
And I can suggest some ideas to manage CHAR ,
...
October 20th, 2012 03:43 AM
Thanks Igor for your perfect answer , But is there any tool to manage the Input Char ,
I Understood that Dialog Box Manage only the the Keyboard interface for Few Keys Only as Example (Enter...
October 19th, 2012 04:54 AM
I hope Igor , Marc Gregoire and VictorN will provide us a solution for this subject..
My Best Regards
October 19th, 2012 04:50 AM
Thanks for VictorN , Igor and Marc for their answers ,
I have other question , If I add Edit Class inside Dialog Class ,
I found that WM_CHAR message is not working ,
How I can get WM_CHAR...
October 18th, 2012 09:52 AM
I got solution for first problem
To Set the no of Char in Edit Box Use this Function;
SendDlgItemMessageA(hDlg,EDIT_BOX1,EM_LIMITTEXT,4,lParam);
Here I Put No of Char of Edit_Box1 as Example...
October 18th, 2012 06:51 AM
I try to build one application as following:
The Main Window With Window Class = CLASS1 ; and With Window Proc =wnproc()
Then I create a dialog (Child window) By Using Function :...
October 13th, 2012 09:45 AM
I do one application ,
I want to define the number of char that user input to Edit Box (Edit box inside Dialoge)
as Example if I want to input in Edit Box 4 digit only say 1223 as example
How can...
October 11th, 2012 02:25 PM
Thanks so much S_M_A and VictorN for valuable answers,
and Here is code example :
int p,z;
double x; x = 23.4454 // as example
CHAR AA[20];
TCHAR sBuffer[80];
October 11th, 2012 12:36 AM
I have one problem with wsprintf Function
if I write this code :
int I =500 ;int S ;
WCHAR sBuffer[10];
S= wsprintf(sBuffer,TEXT(" I value : %i "), I); // Here is the problem
Now...
October 9th, 2012 02:57 AM
Thanks to all for their effective replies,
But still I have problem to get Real Number (as Example 23.334)
If I can get any sample Example It will be better to clear using concpet
My Best...
October 4th, 2012 09:33 PM
I Have two questions Regarding to Edit Class :
Q1: If I want to input only integer Number to Edit Class. how can I Prevent user to input characters to Edit Class
Q2 : How can I get data Input to...
October 4th, 2012 09:24 PM
Thanks Igor for your proffesional answers ;
September 29th, 2012 11:07 AM
Thanks oviducucu,
And I hope to find solution ,
My Question is : How to get the content of window (Lines and dots) and restore it again after sending WM_PAINT message
I hope Igor will provide us...
September 28th, 2012 05:19 PM
you can start with
Win API
after Learning Win API you can Learn DirectX
But Nowadays you can Learn C# WPF, and you can start with the great book
Windows Application 6th Edition By Charles...
September 28th, 2012 05:09 PM
I want to know how to restore objects that appear on window I will expalin in one Example;
Example (1)
case WM_COMMAND:
/////// Draw One Line
hdc=GetDC(hWnd);
MoveToEx(hd1,300,20,NULL);...
Click Here to Expand Forum to Full Width