Yes velan, you can get info you need from the above FAQs. In fact, I have developed my own version of Windows' REGEDIT application by reading those FAQs. If you want the exe and even some of my...
let me check first if i got you right; at what value of j will the value of movement be 1? If i got your right, i wrote a piece of code to see the answer. i am not that good in math so i have to get...
I am making an application that works like a windows registry
I am almost done, I can't just find out why, I got this bug which I did not encounter before. My codes has been working for the past...
Situation:
I am writing my own version of windows registry (regedit). I am able to load all registry keys (using RegEnumKey). I am also able to enumerate values of a given registry...
I agree with Thread1. If there is a need for a form to call an object in another form, programmer must explicitly define a way so that the calling form first check if the owner of the object to be...
After consulting a number of articles/tutorials regarding property sheet, property pages, tab control... I decided to start this thread and ask for futher help. Sorry but I really find it hard...
It could be a homework, yes :-) I am undergoing training on C programming. I have finished the basics including advance topics like pointers, arrays, and file handling. Now, I'm on INTERPROCESS...