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
  • Creating A Windows Service...HELP!

    csharp help tutorial question
    4
    0 Votes
    4 Posts
    0 Views
    G
    Thanks for the info. I am going to check out Remoting via RPC and see how this works.
  • Short to Long fileName in VB6 and WinNT

    com json question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Limitations of VB

    c++ question
    6
    0 Votes
    6 Posts
    13 Views
    R
    Actually, Multithreading is possible in VB - have done it before - fairly straightforward in fact (and within the reach of a mere mortal (which is how I'd classify myself lol!) Ditto shell extensions. Drivers - yeah well, good point! Seem to remember that there is actually a way to do a straight .dll in VB, but may be wrong on that one! "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
  • Conversion from C# to VB.NET

    csharp question com sysadmin
    2
    0 Votes
    2 Posts
    0 Views
    T
    It looks like where you are creating a new TextBox() which does not appear to be needed. If TypeOf ctrl Is TextBox Then sb.Append(CType(ctrl, TextBox).Text) End If If TypeOf ctrl Is RadioButtonList Then If Not (CType(ctrl, RadioButtonList).SelectedItem Is Nothing) Then sb.Append(CType(ctrl, RadioButtonList).SelectedItem.Value) End If End If This should work
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Looking for Good, Concise C++ Tutorials

    c++ question
    9
    0 Votes
    9 Posts
    0 Views
    N
    Kevin McFarlane wrote: application. So presumably with the C++ version he would be looking for the minimum time - no more than a a couple of weeks or so. :eek: That's one tall order!Maybe he could get one of the "learning in 24 hours" or "learning in 21 days" book. I haven't read those before, but if speed if what you need ......:~ Notorious SMC The difference between the almost-right word & the right word is a really large matter - it's the difference between the lightning bug and the Lightning Mark Twain Get your facts first, and then you can distort them as much as you please Mark Twain
  • About custom-drawn linklabel controls

    question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Hi, What i need is a hyperlink object, only custom drawn. I know the size of the rectangle that i'm drawing, so i want to set the hyperlink's Activation Area to match its size. Any idea how to do that? Regards, Vitaly
  • varible in shell

    question linux help
    3
    0 Votes
    3 Posts
    0 Views
    N
    Ray Cassick wrote: sendString = "net send dell" & varData You need to specify a space here :) "dell " Your friendly neighbourhood typo police! Notorious SMC The difference between the almost-right word & the right word is a really large matter - it's the difference between the lightning bug and the Lightning Mark Twain Get your facts first, and then you can distort them as much as you please Mark Twain
  • About pop AD???

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • fdmakkHow can I use the vb ,make a add-in for VB?

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to implement component class in vb

    com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • VB6 Currency conversion to .NET

    csharp question
    3
    0 Votes
    3 Posts
    0 Views
    D
    thanks for the suggestion.. i wont be able to tell if this works until i can get it read in from a random access file.. please check out my post on that if you might be able to help.. heres the link: Reading a Random Access file.. how to parse bytes? http://www.codeproject.com/script/comments/forums.asp?forumid=1649#xx501601xx[^] still a newb.. cut me some slack :P -dz
  • VB and Activex Control

    help c++ com data-structures
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • cdWord Application

    help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • VB PRINTER OBJECT PROBLEM

    json help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Debugging A Service???

    visual-studio debugging question
    7
    0 Votes
    7 Posts
    0 Views
    A
    The easier way of all (in my opinion) is to set up ASSERT and TRACE in your code. Use the Debugview from www.sysinternal.com to trace your code but make sure your service is in debug mode. Or use some debugging tool like softice and etc.
  • Need tutor in Seattle Area

    help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Adding a button in the controlbox

    algorithms help tutorial
    2
    0 Votes
    2 Posts
    0 Views
    J
    That is not a place were users will expect to find an extra button. (At least not me). So my advice is, don't do it even if you can. jhaga CodeProject House, Paul Watson wrote: ...and the roar of John Simmons own personal Nascar in the garage. Meg flitting about taking photos.Chris having an heated arguement with Colin Davies and .S.Rod. over egian values. Nish manically typing *censur*. Duncan racing around after his pet *c.* Michael Martin and Bryce loudly yelling *c.* C.G. having a fit as Roger Wright loads up *c.* . Anna waving her *c.* and Deb scoffing chocolates in the corner. ...Good heavens!
  • Tooltips for classes

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