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 IamaSherpa 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. jbrimble

    Start Netmeeting and Dial an IP?

    Hey :) I have a question. I would like my program to engage in a Web Meeting with another person using Webcams. I would like my program to execute Netmeeting and dial a specific IP. Can anyone help ? Thanks in Advance :) Jason Brimblecombe Webmaster of OCX Review http://www.vbcity.com/~ocxreview
  2. jbrimble

    Adding Links to Internet Explorer Toolbar?

    Hey! I have a quick question - someone may know how to help me here. I need to write code to add a link to my program to the Internet Explorer Toolbar - the one that contains Back, Forward, Home, etc. I have seen this done with the popular MSN Messenger software, so I know that it can be...
  3. jbrimble

    Open File With...

    Thanks guys! You have really helped me out a lot on this one :) Jason Brimblecombe Webmaster of OCX Review http://www.vbcity.com/~ocxreview
  4. jbrimble

    Multiple clients connecting to a server via Winsock in VB?

    Hey? does anyone know how to connect multiple clients to a winsock server program that was written in Visual Basic? Jason Brimblecombe Webmaster of OCX Review http://www.vbcity.com/~ocxreview
  5. jbrimble

    Open File With...

    Thanks a lot for replying to my post, Jonathan. However, this has only answered half my question. I would like my program to detect the filename that is being opened and copy the contents of the file into a textbox for editing. Can you help me out with this? Jason Brimblecombe Webmaster of OCX...
  6. jbrimble

    Open File With...

    Hey guys! Just a quick question regarding opening files with your Application. Let's just say, for example, I was writing a version of Notepad. The file extension for my crude word processor's output would be *.JWP (Jason's Word Processor). How can i configure it so that all .JWP files on a...
  7. jbrimble

    Writing a game

    Hi! There are many different methods that you may choose to use in creating your software. One of the more popular approaches is to use DirectX (for this you will need to download the DX SDK from the Microsoft website). Another way that you may choose is to use API functions that are embedded...
  8. jbrimble

    Retaining the size (dimensions) of the control?

    Hi Programmers, I just have a quick question regarding ActiveX components. How can i keep the component at the same size at all time during design time on the form? Thanks :) Jason Brimblecombe Webmaster of OCX Review http://www.vbcity.com/~ocxreview
  9. jbrimble

    MSWINSCK.ocx

    Hi! I believe that the problem might be connected with the different Winsock Versions. When adding the winsock control to your application, make sure that you have selected the one that came with WinXP, and not the one that was packaged with VB6. If this fails to work, you can always find and...
  10. jbrimble

    Game Programming in VB?

    Hey, I am a young Australian programmer who is currently writing an RPG (Role-playing Game) in the VB language. I am not using anything fancy like DirectX, just the basic WinAPI and Blitting methods. The method that I am using is extremely simple and is allowing me to make a complex gaming...

Part and Inventory Search

Back
Top