Sorry, Ovidiu, but I fail to understand from your post what I said wrong. I did pay enough attention to posts, it's just that they were reffering to either MFC or using resource editor and...
I just want to answer my own question (for those who might find this post via search). I've been reading abou that DialogBox function and tried to understand, why the window which is displayed...
I'm pretty surprised you guys are actually helping him. The guy did not clearly explained why he wants to make the program to be invisible. I also do agree with Marc that at least administrator must...
well d'oh !! I didn't know VC++ treats *.c files as code written in C :rolleyes: I mean, it's pretty incorrect to *identify* files by its extension ... there are better ways, such as headers e.g.,...
Thanks ovidiucucu, I will check out the threads ... and upload the source :) Just got a bit sidetracked by something :) You already know I'm using plain WinAPI, which means the look of the buttons...
I guess you could somehow hide it from being detected by SoftICE, but what about other debuggers where you explicitly launch a process right in the debugger IDE ? Like OllyDbg for instance. Also,...
Ok sorry, but could you elaborate a bit more about how I make this code work using recource files, and without MFC? Is there going to be some sort of a template in .rc?
well, I'm sure that's not how LOC are counted. Nobody will write that CreateWindowEx function in one line, because it'll be unreadable, hence all those lines are "effective" ... well, of course one...
sorry to bump the old thread, but just thought better to post here than start a new thread where I'll be told to do a forum search ... I've just did, plus google search ;)
I'm not sure if I'm posting it in the right section, but at least it's better to post it here than in some specific forum because of the nature of the question.
that's the point, guess they differ somehow, but not wrong. Yours (headers) won't and don't work with my compiler (using VC++ v6.0 SP6), in fact, I've pasted the working code. If you know the reason...
Thanks guys. But, stober, do you mean you have a copy of the electronic manual for Microsoft compiler? Is it available online? Can it be downloaded in general? I'd like to take a peek at that monster...
I actually really feel stupid about what I'm about to ask but I'm stumpted. Sometimes when I read some new book, the author says, see your compiler manual (a.k.a documentation / user's...
:wave:
life of a static variable declared in a function begins at the time of 1st execution of the function and till the program ends. Yes it's allocated only once and contains the value which was...
Just a few intro words. I'm not new to programming, but I am sort of to C++. It's just that I didn't learn it as things are usually learnt (I read a little of this, a little of...