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
  • MSCHART

    tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Connecting to a VPN

    sysadmin question discussion
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Why the loading of the application is slow?

    csharp help question
    4
    0 Votes
    4 Posts
    0 Views
    S
    Have a look at the ngen.exe util that comes with the .NET Fx. You should get an immediate benefit. Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)
  • gdi+

    graphics csharp winforms question
    2
    0 Votes
    2 Posts
    0 Views
    S
    Have a look at this link from DotNetMagic on double buffering. Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)
  • Saving data from VB

    question csharp help learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Changing the picture in a picture box at runtime

    question
    3
    0 Votes
    3 Posts
    0 Views
    J
    ' set the image Picture1.Picture = LoadPicture("C:\Path\To\pic.bmp") ' clear the image Picture1.Picture = LoadPicture() You could also use an image list as well. Jeremy L. Falcon Homepage : Sonork = 100.16311 "But everybody darlin' sometimes bites the hand that feeds." "Remember in this game we call life that no one said it's fair." "Just because you're winnin' don't mean you're the lucky ones." Song: Breakdown - Album: Use Your Illusion II - Artist: Guns N' Roses
  • How to write burning program for CDR!

    tutorial
    2
    0 Votes
    2 Posts
    0 Views
    C
    In *VB* ??? There are toolkits to do it in C++, but I don't think they exist in VB. They are also commercial products and they are not cheap. Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002 Half the reason people switch away from VB is to find out what actually goes on.. and then like me they find out that they weren't quite as good as they thought - they've been nannied. - Alex, 13 June 2002
  • "Voice Enabled Visual Basic Protocol"

    help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • SAFEARRAY in Variant

    html com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Please hlep: how to create a Help file in VB project?

    tools help tutorial question
    4
    0 Votes
    4 Posts
    0 Views
    J
    Also, you can get the HTML Help Workshop from mimcrosoft.com to make a .chm. It's free, just search for it. Jeremy L. Falcon Homepage : Sonork = 100.16311 "But everybody darlin' sometimes bites the hand that feeds." "Remember in this game we call life that no one said it's fair." "Just because you're winnin' don't mean you're the lucky ones." Song: Breakdown - Album: Use Your Illusion II - Artist: Guns N' Roses
  • C# Outlook bar control

    csharp com question
    4
    0 Votes
    4 Posts
    4 Views
    L
    Tnis is a test
  • Escape sequences

    question
    3
    0 Votes
    3 Posts
    0 Views
    J
    In VB you could use two double quotes back-to-back... "a1 ""b1"" c1" ...or use the actual ASCII/ANSI char itself... "a1 " & Chr(34) & "b1" & Chr(34) & " c1" I prefer the first method. Jeremy L. Falcon Homepage : Sonork = 100.16311 "But everybody darlin' sometimes bites the hand that feeds." "Remember in this game we call life that no one said it's fair." "Just because you're winnin' don't mean you're the lucky ones." Song: Breakdown - Album: Use Your Illusion II - Artist: Guns N' Roses
  • drag and drop functionality

    database data-structures help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ActiveX DLLs and Stardard EXEs

    com question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    Z
    What about VC programs? Are these tools available to applications written in all environment(or in any language)? Everyday will be holiday because of you
  • VBA to get data by clicking on Excel chart

    tools
    2
    0 Votes
    2 Posts
    0 Views
    E
    found something that might have answered my question, though I'd still like to hear your ideas... http://www.geocities.com/jonpeltier/Excel/Charts/index.html#PointInfo
  • Adding to chart data range

    help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    E
    I don't think this even uses a macro, but check out this example: http://www.ozgrid.com/download/default.htm Go to this site and download the ChartByMonth.zip example.
  • Fill Enum with DB records

    question database
    2
    0 Votes
    2 Posts
    0 Views
    C
    Sorry, but this a non-doable thing. Enums are named constants so their values are determined at compile time.:(
  • string parsing.

    json
    2
    0 Votes
    2 Posts
    0 Views
    T
    You will need to provide a bit more information than what you've given. To parse the values <8> and <1215643> would have to mean something. I'm not sure where those numbers come from. You will need thier translation table. It's all downhill from there.
  • ScrollBar Coloring

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