Search:

Type: Posts; User: half_eaten

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,101

    Re: Windows Vista Rumour

    My VB6 apps ran fine in Vista too. I run Vista beta under VM Workstation 5, btw. Just so you know, Vista is horrible btw. :(
  2. My work-in-progress VB6 IRC daemon. source included.

    If anybody is interested in seeing the basic structure of an IRC SERVER in visual basic 6, here is a link including my binaries and source code. It's been in development now for a little over a week....
  3. Replies
    0
    Views
    783

    accessing dos tcp/ip stack from QB

    Hi, how would i go about accessing a dos TCP/IP stack using quickbasic? i want to access it using the def seg, peek, poke commands... i need to write an IRC client for my dos box because all the...
  4. Replies
    12
    Views
    1,441

    Re: Notepad

    not to sound mean, but if you dont know that.... you probably shouldn't be trying to program.....
  5. Re: creating a link in startup folder from VB??

    Yes! Exactly, I'm using Inno but I can't find that option.

    -Mike
  6. creating a link in startup folder from VB??

    Does anybody know how to create a link within the StartUp folder from inside a VB program?? Thank you!!

    -Mike
  7. Replies
    1
    Views
    477

    Re: Socket Connection

    I'd definately have to see the code for this, I might be able to help you

    -Mike
  8. Re: Who would like to beta test an HTTP server?

    oh btw, i do know about the problem where if a file is being downloaded and you go into preferences and click OK it kills the connection. i will fix that one.

    -Mike
  9. Who would like to beta test an HTTP server?

    Hi, my web server is pretty much complete. I'm going to add a few more features like bandwidth limiting and detailed views of current connections(ie. user's browser, etc)

    It would be cool if some...
  10. Re: Problems keeping custom config variables [RESOLVED]

    I hope those errors were missing-OCX related!! I haven't run into any functional errors as far as serving files.

    -Mike
  11. Re: Problems keeping custom config variables

    Awesome!! Thank you, see I knew it was something simple. A few more days of work and this thing should be completely finished and ready to put on download.com :D

    -Mike
  12. Problems keeping custom config variables [RESOLVED]

    Hi, I'm working on a web server program. It's not done yet at all, but it's basically working fine so far. Just one problem. When I change the port number from default in my program's preferences...
  13. Re: Multiple Winsock controls accepting connections

    How do I keep the listening socket open after opening a new connection then? Do I need to just get rid of ListenSock and start with Sock(0) listening and then when it opens, change the listening port...
  14. Multiple Winsock controls accepting connections

    Hi, I've made a few web servers in the past, and all worked prefectly, minus one critical problem... whenever it would receive more than one connection at a time, it would cancel any current...
  15. Replies
    36
    Views
    18,297

    Re: VB: Zombie Hordes [Exe]

    Here's a suggestion: Add MPEG sequences of the zombies eating the soldiers/civilians every time they die. Make it extremely graphic. :cool:
  16. Replies
    36
    Views
    18,297

    Re: VB: Zombie Hordes [Exe]

    Why would the zombies entrap them? wouldn't they just eat their brains on the spot? :bigyello:
  17. Replies
    36
    Views
    18,297

    Re: VB: Zombie Hordes [Exe]

    I just tried level 2... I see what you mean! Question, I got them out okay, but if the civilians die do you lose the level?
  18. Replies
    36
    Views
    18,297

    Re: VB: Zombie Hordes [Exe]

    This is very very cool. Intuitive interface, very nice. One thing though... it's too easy to just tell each soldier to go to the pool of water... you don't really have to do anythin but watch them...
  19. Re: Best way to save and load JPEGs?

    Thanks!!! that DLL works great, and the JPEG is transferring over the network no problems! you guys are fast
  20. Best way to save and load JPEGs? [RESOLVED]

    I've been working on software to stealthly monitor a PC from a remote location, for parents, bosses, etc.... anyway, as far as screen shots go, working with transferring 2+ MB files for one shot over...
  21. Replies
    13
    Views
    1,070

    Re: Connecting to game server ???

    You can make the actual connection to the server, but as soon as you get on since you don't know any of the game server's client/server protocol information you'll most likely just get kicked off and...
  22. Replies
    4
    Views
    5,494

    Re: POP3 e-mail server for VB6!

    No, no.... I just changed the website layout. here's the new link:

    http://half-eaten.scieron.com/groupserver

    -Mike
  23. Final version of my POP3 server OCX [source code]

    Here's the final version of my POP3 server OCX source code attached to this post. Check it out. I cleaned up the code and it's very easy to read now. It's a fast, bulletproof (I hope!) POP3 server....
  24. Replies
    4
    Views
    790

    Re: MIDI keyboard input?

    No no, it's a real grand piano. Analog. With the strings. :)

    I'm sure my software will be just fine, I just want to program it. I've always wanted to give that a go. I'm usually satisfied with my...
  25. Replies
    4
    Views
    790

    Re: MIDI keyboard input?

    Well what I'm trying to do is write some nice software that allows you to take WAV files for each note you want, and it will play it when you hit that note on the keyboard... like my grandparents...
  26. Replies
    4
    Views
    790

    MIDI keyboard input?

    I can't find a decent free MIDI synthesizer, so does anybody know how to grab the MIDI input from a standard MIDI keyboard??

    -Mike
  27. Replies
    1
    Views
    523

    random AVI frame access from VB

    Hi, I was going to write some software that lets you play multiple AVIs at once.. specifically, AVIs of different camera angles of the same thing... sometimes I bring my 4 cameras to my friend's...
  28. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    I haven't started yet... I'll have it done tonight and I'll post the new code... I was also going to clean up the code and make it easier to read. Thanks for the help!!

    I was going to have a go at...
  29. Re: Zip files with "No Compression" (might be hard to get this answer...)

    Here you go, I've attached a TXT file to this post with the official ZIP file specs from PKWARE. Hope this helps! I think I'm gonna give it a shot too. Maybe even try the compression part!

    -Mike
  30. Re: Zip files with "No Compression" (might be hard to get this answer...)

    I think what he means is how would you go about writing a VB program to create a ZIP file that isn't compressed. That actually sounds like a cool project. I'll see what I can dig up on the ZIP file...
  31. Re: Help creating a semi-random 32x32 array

    The code negative0 posted should work pretty well... but let me tell you something.... GOOD LUCK ON A DECENT GAME!!!! They're hell to program. :)

    There's a little game I started working on a few...
  32. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    Yeah I didn't use them on every line, but I used them frequently say, when I had a line or two of code that was to accessed from multiple places in the code... I have some bad programming habits.
    ...
  33. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    No, I know you're not having a go at me.. I appreciate the pointers. I first started messing around for fun in GWBASIC when I was 6. I'm 20 now...

    About me using line number... yeah, I was raised...
  34. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    Okay, here's the source code...

    -Mike
  35. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    who said it doesn't change? it depends on the registration name. i have a little program i wrote to generate it. don't worry its a decent registration routine... ill post the ocx code tonight too
    ...
  36. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    Okay people, here it is... the ActiveX version of the my POP3 server engine! If you need a POP3 server in your application, give this a shot... I attached the zip file of the OCX and a readme.txt...
  37. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    I am almost done with an ActiveX control version of the POP3 server engine in case anybody needs a POP3 server in their own programs. It's designed to be as simple as possible to use. Here some...
  38. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    I think I'll wait a little bit, people can can help me work bugs out.. :)

    Thanks Martin for the freefile info!! I can't believe I didn't know that.

    -Mike
  39. Replies
    4
    Views
    5,494

    POP3 e-mail server for VB6!

    Here you go.... my working source code for a VB6 POP3 e-mail server. It's compatible with MS Outlook Express and any other standard POP3 client. :D

    The source code may be a little hard to follow...
  40. Replies
    27
    Views
    3,687

    Re: Here is a VB6 POP3 e-mail server...

    what's freefile?

    EDIT: the binaries and source code have been updated on my site to include the App.Path and it has an error handling routing in case port 110 is in use.

    -Mike
Results 1 to 40 of 56
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width