how to add serial communication to my website, so using IE, i can communicate with others equipment. thanks for help.
laia
Posts
-
how to use serial communication in asp.net -
how to use control in a dialogI have just find the solution. It's so simple. but still thanks.
-
how to use control in a dialogIn my program, I want to set some net configuration through a dialog, and I create a IP control in it with classwizad. but when I set the ip control's value or get it, there is always an error. I guess it is caused by that I don't initialize the control. then i use the create() function to initialize it, but it is still error. Why? how should i do.
-
how to get IDirectNotifyI just use these codes to get it, but the QueryInterface always failed. Then I try to get the interface to the CaptureBuffer, it is ok. Why these happened? laia
-
Help needed for CSocketuse AfxSocketInit() to intilize the socket before use socket's function. and there are some samples in the MFC, such as chatter, it would be good to you. best regard. laia
-
how to get IDirectNotifyi am working with a directsound program. i need IDirectNotify to place some notification when playing sound. but i found that i can't get it through the function-QueryInterface. it always fails. please help me. thanks laia.
-
how to respond to keyboard message in the dialog applicationI build a dialog application using VC++, and I want to deal with the keyboard message. but the ON_KeyDown fuction can't work, it can't be called by framework at all. then I find that I can deal with keyboard message in the PreTranslateMessage function, but it just like odd. I think it must have a better method. thanks laia
-
Using CSocket, how to identify whether the server is still connecting.When I write a net program, I use CSocket class to communicate with the serve. but after connected, i can't find a way to identify whether the server is still connecting. who can help me, please.