Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DarkMercenary44

    Owner Drawn Listbox...

    I'm wanting to skin the scoller on a listbox, how can I replace the default grey with a picture or image of my choice. I was trying to use device context bitmaps, created in memory on the fly, and then when the control recieves the draw instruction I inserted my code thier, but it just drew...
  2. DarkMercenary44

    Working with Icons? Getting and Saving??

    Ok, what I'm trying to do is extract an icon from a file [I've got this part finished] I'm using a custom control from vbsmart.com that is a ownerdrawn menu, which allows pictures. I'm trying to let the user add thier own menu items (programs, files, etc.) When they do so it will get the icon...
  3. DarkMercenary44

    Subclass Help

    Hi all, I'm trying to skin the scroll bar in either a listbox or treeview, which ever is easier, I've gotten the messages captured via a subclass dll. They are captured from the listbox. I, based on info gotten from GetScrollInfo, have figured out how to calculate the scrollbars position...
  4. DarkMercenary44

    MSScript Control

    That don't work, Iv'e tried it, I mean an actual module, I have a md_Main_Declarations.bas that I need to have the script access, and your code above isn't what I mean, I appreciate the effor though :) DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite...
  5. DarkMercenary44

    MSScript Control

    I want to know how I let the Script Control know that a Module Exists. I've added the other objects to it but how can I tell it that the sub it's looking for is in the Module DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems :Book of...
  6. DarkMercenary44

    UserControl causing error, trying to close parent form with event

    Alright, I'm creating a control that will make a borderless form look like that of a form in Microsoft Project 2000, and Microsoft Visio 2000. I've got everything to work, but one thing. I have the 3 buttons on the top of the form, Minimize, Maximize and Close (these are actually in the...
  7. DarkMercenary44

    How can I get VB to access a database on my website?

    I'm really grateful for all the help your giving me arcanist, hopefully I'll get it to work. DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems :Book of Counted Sorrows
  8. DarkMercenary44

    How can I get VB to access a database on my website?

    ADODB.Connection.1 error '800a0bb9' The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. /listen.asp, line 9 I get this error, heres what I have in my listen.asp page.... <% dim rs dim doc dim cn dim rqs ' Create...
  9. DarkMercenary44

    How can I get VB to access a database on my website?

    Thanks alot arcanist, wish I could give you more stars but tek-tips won't let me, :) thanks for all the help, I'll try that today DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems :Book of Counted Sorrows
  10. DarkMercenary44

    How can I get VB to access a database on my website?

    Alright I'll try it arcanist, and see if it works. Sunaj, I want the VB executable to reside on a users machine not the server, my program is a RPG online server and client, people who run the servers should be able to insert thier IP addy into my database on my site, or thiers if they wish...
  11. DarkMercenary44

    How can I get VB to access a database on my website?

    Thanks both of you, I've tried the XML thing, I found an author on PSC who did it, but it won't work on my webhoster, those cheapskates don't have XML installed, and I pay for the service to, they only have File System Object, PHP, ASP, IIS, SSI, etc, and ADODB connection abilities, that is why...
  12. DarkMercenary44

    How can I get VB to access a database on my website?

    I want to have my VB program access a database on my website, and be able to retrieve the information stored within and then later on write to the same database, all without actually downloading the database, I could also do it with a text file it that is easier. DarkMercenary...
  13. DarkMercenary44

    Building Internet Programs

    What OS do you have. I've got 2000 pro and I've made a chat server, and client and have tested them both in IDE mode, using multiple winsocks. I've had as many as 50 socks open at once on my MUD/Telnet project. All running in IDE mode. I just open the client IDE, then open the Server IDE...
  14. DarkMercenary44

    Question about TCP/IP

    I'm working on a project to help me understand what kind of data comes in and goes out of your computer while connected to the net, or a client or server. What I'm trying to do is to view the data on a connected Dial Up connection, before it gets to the computer, well to the application that...
  15. DarkMercenary44

    Can't read data

    Thanks for the tip, and yes I do have a C++ source from that Q3DPlug for webpages, it does counterstrike servers also, thats what I'm looking at, but I don't know a lick of C++, do know a very very small ammount of C, just variable decs, and structs so that sohould help me out a little...
  16. DarkMercenary44

    Can't read data

    I did somewhat, but I'm still trying to figure out what order is what in the return string, I've somewhat made sense out of the code. Just have to get the right order and byte length. DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems...
  17. DarkMercenary44

    Can't read data

    Snaggs , your a genuis DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems :Book of Counted Sorrows
  18. DarkMercenary44

    Can't read data

    All right I am writing software to ping my favorite counterstrike game servers, i figured out the commands on how to do it using UDP Protocol, I ping it with the command players and this is what it gives me... ÿÿÿÿDDrobe  äá‡D{DED}HolyHandGrenade  dÁDScroTor  2Eblistering...
  19. DarkMercenary44

    Borderless Form in TaskBar???

    How do I get a borderless form to show in the taskbar without using a hidden form to do it with. I've done it before using some kind of API but lost all my code in last drive format. DarkMercenary darkmercenary44@earthlink.net In the real world As in dreams Nothing is quite What it seems...
  20. DarkMercenary44

    Do I need to use VBScript???

    I&quot;m making a MUD Server in Visual Basic, I don't know how many of you know what a MUD is, but If you do, then heres my problem. If you know what mobs are then you should know what mobprogs are, I'm trying to make a user definable AI like behavior for the mobs. What I need to know is how...

Part and Inventory Search

Back
Top