Skip to content

Visual Basic

Visual Basic Questions

This category can be followed from the open social web via the handle visual-basic@forum.codeproject.com

34.4k Topics 120.1k Posts
  • help with command line arguments

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Saving an image into a database from a dataset

    database help
    3
    0 Votes
    3 Posts
    0 Views
    R
    I had the same problem with the stored proc & Oracle. You will have to do the insert directly, or use a SP to create the entry without the image data & then update the record with the image data.
  • activex exe asynchronous

    com tutorial
    2
    0 Votes
    2 Posts
    0 Views
    J
    Hello What do you wnat to return after the function call.. Do you want to raise any events or something like that. regards Computer City:-O Programmer in VB, VC
  • Undo, Cut, Copy, Paste

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • using the internet transfer control

    help question
    2
    0 Votes
    2 Posts
    0 Views
    A
    You can add the internet transfer control by adding a reference to the msinet.ocx activex component. First, right click on the project name in solution explorer, and go to Add Reference -> COM -> Browse. Browse for MSINET.OCX, it should be in your system directory (usually c:\windows\system32 for winXP). .NET will automatically reference the object and create a managed wrapper class for it (in the form of AxCLASSNAME). You can then add this component into your project. There are however, drawbacks to this. Wrapping an ActiveX control in .NET increases overhead. There are a few solutions built into .NET that come to mind. 1) The easiest solution uses the System.Net namespace and the HttpWebRequest and HttpWebResponse classes. You can use these classes to retrieve whatever document you wish using the HTTP protocol. For more information, see the HttpWebResponse class by navigating your VS.NET help to the following: ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemnethttpwebresponseclasstopic.htm 2) The second solutions gives you far more control by using sockets directly. By using the System.Net.Socket class, you can create to a remote host (port 80 is usually HTTP port), and the form a GET request using the HTTP protocol. This solution is not recommended because .NET has already built classes to handle http requests (solution #1). This class can be used for custom protocols. - Joe
  • 0 Votes
    3 Posts
    0 Views
    4
    Thanks for your time to respond, hope it is also some help for others. I have briefly looked at them now, but have saved pages for more detailed exploration later many thanks bob
  • CutCopyMode = false

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Pulling the users login name into VB.net

    question csharp help
    3
    0 Votes
    3 Posts
    0 Views
    C
    thanks..thats exactly what i needed
  • MonthCalendar auto-firing

    database help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • global data

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • activex exe asynchronous calling

    com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ??icon association w/eVb and eVC++...but...

    c++ json help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • have code for icon association w/eVb and eVC++...but...

    c++ json help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • associate icon w/program app

    question
    3
    0 Votes
    3 Posts
    0 Views
    S
    I'm using embedded visual basic, developing apps for the pocketPC. Thanks for the response.
  • VB.Net exam questions

    csharp com
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • html2text

    html design
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Using a loop to create multiple controls at runtime?

    com help question
    3
    0 Votes
    3 Posts
    0 Views
    J
    I was just wondering if it could be done, I realize that it would take some work to do the location of the controls. You said globally? Thanks! The Jazz Master 6000 DJ Badknees Parma Grind Crew - www.geocities.com/parmagrindcrew
  • Picture Box won't show on second form

    com question
    3
    0 Votes
    3 Posts
    0 Views
    J
    Thanks A Lot The Jazz Master 6000 DJ Badknees Parma Grind Crew - www.geocities.com/parmagrindcrew
  • Implements DataTable - how to get started?

    com data-structures tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • assembly run time errors

    csharp security xml help announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied