hm.. not sure, everything was auto generated! http://rapidshare.com/files/237754335/MFC_001.zip.html[^]
Lju2
Posts
-
MFC VS2005 example -
MFC VS2005 examplethere are in the same folder as cpp files C:\Users\XXX\Documents\Visual Studio 2008\Projects\MFC 001\MFC 001 if that's what you asked
-
MFC VS2005 exampleHi! I'm trying to run MFC example from VS2005, and I get a lot of errors Error 1 error C2039: 'GetInt' : is not a member of 'CMFC001App' Error 2 error C3861: 'InitUserToolbars': identifier not found Error 3 error C3861: 'DockPane': identifier not found there are just a few first (of 50!), and I cant figure this out, because my simpler C++ programs run just fine. thank you
-
connect with hidden SSIDjust make a new profile with SSID name entered? It should work.
-
General tips on accounting softwareHave you consulted any books, articles before developing your application? Followed any other design, already made? Thanks
-
General tips on accounting softwareI'm going to start a new project - a small (but very user friendly) accounting software. I'm looking for some general tips, advices and experience - mostly technical. Can you point me to some articles, e-books? btw. I'm not a noob, I just want to go with the best practice I can find. Thank you.
-
Database designThank you for your help :) I've been quite new into this - and since I've lost my mentor, any help is more than welcome.
-
Database designI'm starting a new project next year (business application) I will be the only one working on it from a start, but my SQL knowledge is limited (not the SQL syntax, but the database design) Until now I've sorted my problems on the way, but that's not a long term solution that I'm looking for, so can anyone point me to some good articles (or books in e-book format as I live in a country with limited book availability) Thanks in advance
-
Barcode scanning from a webformWriting your own component should be easy as barcode reader connected to RS232 will send you a few bytes of control codes and, ofcourse, the barcode. Figuring that out should be easy enough.
-
To Shutdown or Not to Shutdown.. that is the Question.Exactly the same happened to me, when I named my .bat file shutdown.bat :) and was calling shutdown from that file causing an infinite loop
-
Multi OS scriptingAre there any projects/articles that could help me?
-
Multi OS scriptingI have my application running on windows and linux, but the problem is I must write separate scripts for updating my application and system stuff (.bat for windows, .sh for linux) I had an idea to use cygwin to use .sh on windows, but I need something more compact. What would you suggest to use for this purpose? Thanks in advance www.ip-sustavi.hr
-
Local Database vs XMLGood alternative to real database servers is so called "embedded databases"
-
Pocket PCThanks. This helped a lot.;P
-
Pocket PCI'm planning to develop some software for Pocket PC in C# using .net 2005 The software must communicate with server on the PC through wireless. Is that possible? I think it is, but I want to be sure before I buy PocketPC's. Thanx in advance. www.IP-sustavi.hr
-
Multimedia in C#Hello! I'm developing multimedia application to play audio and video in C# so, based on your experience what is the best way to play audio and video in c#? i need something that works -- bulletproof --! and can do some simple effects on audio? Thanks in advance
-
how to do "123=6 23567=23"???Or divide with 10 until you get to zero... num=next%10; sum+=num; next=next/10;
-
Speed up?Is there a way to speed up starting of an c# application? i'm using microsoft internet control and it takes a few seconds to load, can I precache or something? Thanx in advance. Lju2