Hi,
I prepared a simple quiz app for Windows 8 store. My app successfully passes on WACK just after building and creating local packages without login to store account, however it fails (perf test:...
I'm writing a programme for my final project which I have to finish in two days :(. This programme includes a TCPListener to get some data over TCP/IP protocols. So I've made a second thread for this...
I'm writing a programme for my final project which I have to finish in two days :(. This programme includes a TCPListener to get some data over TCP/IP protocols. So I've made a second thread for this...
In my project, i have to transfer some data from a gprs modem to a pc. So I just want to learn that, Is TCPListener component sufficient for obtaining the data sent by GPRS modem over GPRS channel?
In a TCPListener program I've coded, I used the sample codes about TCPListener I found in MSDN Library. But, when I execute this program, the interface doesn't give any response to other events such...
In a TCPListener program I've coded, I used the sample codes about TCPListener I found in MSDN Library. But, when I execute this program, the interface doesn't give any response to other events such...
I didn't look at the example u mentioned but i know this, the codes in MSDN are generally written for VC++ 2003, so u must implement the new changes in 2005.
In an application, i want my About.h form dialog to run when i click About menu. In the MSND library, i saw such an example to display user defined dialogs;
I found the codes in my second message from MSDN VC++ 2005 samples, and there may be some differences from 2003 version, so i don't think Microsoft is doing such a great mistake !!!
Hi friends, i'm a new programmer. During an application, i want to call a form by clicking somewhere. For example, when i click Help/About Menu, i want the About.h form to start.
To do this, i...
Hi friends, i'm new at C++ and VC++ , and i don't know same basics. I have a homework that i can not deal by myself. So i'll be too happy if you help me. My problem is that; in my homework i'll make...
Thanks for ur help wildfrog, i'll try ur comments. But i think i'll deal with using this functions under my GUI. Anyway. I must learn too many things...
Hi everybody. I'm new in this forum and also in VC++. In a windows form project, i'll transmit a text data by winsock. I did this in console, but i don't know how to do this in form application. For...