Has anyone here ever developed a server app like this one? If not, could someone direct me to a good article or another forum that might be able to help me better?
I wonder if I gave enough information to enable someone to help me out...if not let me know what kind of information you might...
I was unaware that there was server software capable of handling message IO's. I will certainly look into it, however I would still like some constructive criticism about my current architechture; this project is as much for learning as it is for anything else. I do have a computer here...
Hello,
I have developed the client side of a UDP client-server application that will handle about 100 people at a time. I would, however, like some advice on how I should go about building the server. Here's how I have it planned (remember that this is my first try at something like this)...
I am not using vb6, I am using .net; the database class is written in VC++ 6.
I tried the code you provided and it wouldn't work. I also tried using the C++ string class instead of CString with the same error. The function DLL runs seperately from vb correct? the dll accesses a file on C:\...
Hello,
I have created a DLL using VC++ 6.0 with one entry point: CString test(CString string,BOOL mode).
As you can see in the code below I know how to access and use the Windows API...and in this brief test project it works. However, when I click the button and the program comes to...
Hello,
I have two timers in my app and multiple threads. I will show you how I am working with them:
(threads running)
Main Thread ( program starts )
timer 1,2 created as friend withevents
timer 1 started in form.load event
---On button event, new thread ( listen thread for udp...
I took your hint about the windows API before and have been doing some research. It is actually quite easy to use API functions in your aps and it is very powerful. The best site I found, which also had a new version of the windows API viewer is here:
http://www.mentalis.org/index2.shtml
I...
Hello,
I know how to change the color of the entire text in my label box:
**************
*My Label Box *
**************
public label1 as new label
public sub doit()
label1.text = "My Label Box"
label1.forecolor = **whatever color**
end sub
BUT I want to change the color...
This is the keypress event. It takes text that is written in a multiline text box, and places into a string for later use, the text that has been edited after the last "enter" button pressed. for example:
This is line 1 <uneditable>
This is line 2...
I ended up downloading a macro program off that site, but the programs aren't very good. To be honest I would still like to know how this can be done...
The program was not built by ME or by my company...it was contracted out and built by a company that builds these kinds of programs. Since I have to sway and the company will not pay to have it altered, I must make do with what I have...The layout of the boxes is also not designed well so you...
Hehe, yeah the program isn't very efficient.
1. you press OK after you enter in the appropriate
information.
2. confirm that you are finished with this invoice
3. double-check the address is correct
4. Invoice saved and sent, click OK to send another invoice
5. Choose invoice type: (I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.