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
  • An object of VB for taking pictures with WebCam

    com
    2
    0 Votes
    2 Posts
    0 Views
    V
    Commonly, we use free SDK / COM components provided by the manufacturers (For example, Logitech Quick Cam provides one. See FAQs at http://www.logitech.com/index.cfm?countryid=19&languageid=1&page=partners/info&CRID=1463&parentCRID=948&categoryID=265 Another interesting link is http://www.microsoft.com/windows/NetMeeting/Authors/SDK/default.ASP which may not be directly relavent to your posting cheers vasu
  • Please Help Me With Modem Hooking

    help question
    2
    0 Votes
    2 Posts
    0 Views
    V
    If you can not pay: Either use TAPI or MS Communication control (with VB - check MSDN) If you can pay, there are several APIs such as HAPI (check hyperterminal in your system). cheers vasu
  • Save all User entered Data

    database oracle sysadmin question announcement
    2
    0 Votes
    2 Posts
    0 Views
    V
    By saying Front end , do you mean that browser? If so, make sure that the asp page doing database update is returning only S(uccess)/F(ailure) message and then updating the DOM? If that is the case, it shouldn't put any load on front end because the page does not get refreshed. Web-server load (so with N/W load unless it demands upgrade) is ok for 50 users because 50 users can not be 50 concurrent connections, in web environment. cheers vasu
  • Help! Need advice on best .NET resources!

    csharp help question discussion learning
    2
    0 Votes
    2 Posts
    0 Views
    L
    Hi There.. This is my favorit, it's really cool, and have a lot off stuff. http://gotdotnet.com/ Hmm...
  • Obtaining PDH Counter list without the GUI

    c++ algorithms help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • NT Authentication and VB

    question security tools
    2
    0 Votes
    2 Posts
    0 Views
    N
    This code works in VB6, however you may be able to just wrap it into a ActiveX COM component to work on the web. Domain Name in VB6 HTH Nick Parker
  • Can anybody help me to write a code

    java com help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • help to Convert this VBA into a vbscript

    help
    2
    0 Votes
    2 Posts
    0 Views
    E
    Try this (Need Script Host 5.5+): Sub ShellAndWait(AppToRun) Dim Shell Set Shell = CreateObject("WScript.Shell") Shell.Exec( AppToRun ) End Sub YVOTD: 15 "The eyes of the Lord are on the righteous and his ears are attentive to their cry; 16 the face of the Lord is against those who do evil, to cut off the memory of them from the earth. " - Psalm 34:15-16 (1 Peter 3:11-12) (NIV)
  • delete path..

    tutorial question c++
    2
    0 Votes
    2 Posts
    1 Views
    P
    I got it.. that's what i did Dim fileName As String Dim path As String Dim index As Integer path = "c:\temp\testing\folder" path = frmPrinterProperties.IDpath.Text ' deleting the last folder name.. index = InStrRev(path, "\", -1, 1) ' find "\" reversly in the path string path = Mid(path, 1, index) ' get what ever right before "\" fileName = path & "new folder" ' now "c:\temp\testing\new folder"
  • create directory

    c++ tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Use the CreateDirectoryEx `API ;) Carlos Antollini. [Sonork](http://www.sonork.com/) ID 100.10529 cantollini`
  • 0 Votes
    3 Posts
    0 Views
    B
    Take your spam elsewhere. Or better yet buy ad space on CP. Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030 'ugly naked women are good, when i'm not around, in front of someone else' - Shog9
  • String Literal in VB.NET?

    csharp regex visual-studio game-dev
    3
    0 Votes
    3 Posts
    0 Views
    A
    Thanks Paul... Brain Fart; I keep writing things as: Regex r = new Regex("..") and then remembering I'm in vb.net and not adjusting properly - :) *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
  • simple question: Streams

    question csharp sales help
    4
    0 Votes
    4 Posts
    0 Views
    D
    Thanx for the feedback first of all. (1) but in the code fragment that i showed earlier, why not Serialize to a "String" as opposed to a "MemoryStream" (2) Quote: "An example: If you make a compression routine that compress one file to another, it will do just it." what do u mean by "it will do just it"? norm
  • Close a running exe

    tutorial
    4
    0 Votes
    4 Posts
    0 Views
    O
    See Api PostMessage Oberdan
  • Can some one tell difference between 2 lines of code?

    graphics question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How the virtual functions in VB.NET are called?

    csharp help question
    2
    0 Votes
    2 Posts
    0 Views
    K
    e.g., Public Overridable Sub MyMethod() End Sub Then use Public Overrides Sub MyMethod() End Sub in the Derived class Kevin
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Control Panel Applet

    c++ tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • No Project Tree(using VB6/ PVCS)

    help visual-studio data-structures collaboration
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Wierd Behavior in VB6

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied