hi Shaw I know MFC is simply a wrapper for WIN32 API. if i want to code win32 app. i have to learn pure win32 coding without any choice.
۞It is on our failures that we base a new and different and better success.
hi Shaw I know MFC is simply a wrapper for WIN32 API. if i want to code win32 app. i have to learn pure win32 coding without any choice.
۞It is on our failures that we base a new and different and better success.
well i think this is not a place to ask out of track questions? should use windowsxp file user permissions.
۞It is on our failures that we base a new and different and better success.
hi also check out http://www.codeproject.com/system/akregistryex.asp[^] http://www.codeproject.com/system/simple_registry.asp[^] http://www.codeproject.com/system/registryvars.asp[^] good luck
۞It is on our failures that we base a new and different and better success.
hi "HOW" well to me path is whole location of a file eg. z:\windows\explorer.exe Directory is a folder and we store files in folder. eg. windows is a folder filename is the name of a file. eg. explorer.exe is a binary file To access a file we must have complete file path good luck!
۞It is on our failures that we base a new and different and better success.
Hi Nguyen How r you? Well you want to code a win32 app. I remember how difficult it was in the beginning to understand everything win32 offers. it was way back to 1 year that i started out my win32 journey with a simple tutorial at http://www.softlookup.com/tutorial/vc++/vcu08fi.asp[^] well here is a prototype of winmain int WINAPI WinMain(HINSTANCE d1, HINSTANCE d2, LPSTR d3, int d4) { code..... return 0; }
۞It is on our failures that we base a new and different and better success.
Hi Iain thanks a lot for reply. well is there a way to fade out the text with dissolve effect. thanks
۞It is on our failures that we base a new and different and better success.
Hi guys I want to know is there any way to fade out text in CStatic. Any idea or concept?? thanks
ok. well thanks for your reply and advice. you guys are really angels. you helped me a lot.:)
opps! you are really good at information providing. good man. you are mind blowing dude. you redirected me to heaven. thanks a lot.
maintain a matrix to draw the Chess board i see! nice idea. can you let me know how to drow this way. I guess : -create 2D array. -fill it -create rect, do maths, then create rectangles. but is this ok for sudoku like game where i have to insert numbers in the rectangles. pl. let me know. thanks for idea and reply
Hey thanks for redirecting me to Illinois Genetic Algorithms Laboratory. It looks like i have new material to study. really have to pull nights.:-D
i am happy to know you too are intrested in sudoku. well i'll be glad to have a look at your grid control. pl. send it to this email add(vikramsharma @ gawab.com) thanks again for help
Hi It looks like you are a student and have to submit assignment. right! well it looks like you too have to pull nights now to complete assignments. right
well thanks for reply. i am trying to create sudoku solver and needs some grid kind of control. Opps! it looks like i have to pull nights again.right!
I sense you want to create an exe from your app. are u trying to add something to your app and then release it at runtime. well let me know. -- modified at 5:53 Monday 23rd January, 2006
Hi guys i want to know how to draw a chessboard on a form. any idea?