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
  • GAC problems,, PLEASE HELP!!

    help csharp dotnet
    6
    0 Votes
    6 Posts
    0 Views
    R
    No problem... Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
  • Connecting an XML listener to a VB interface

    question xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Counting points

    game-dev help question
    4
    0 Votes
    4 Posts
    0 Views
    O
    Thanks. The problems are solved. //OT
  • Reusing values or inputs

    database csharp asp-net help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Active window name

    question csharp
    2
    0 Votes
    2 Posts
    0 Views
    D
    did you post this question on another site? if so i answered it on there : http://pub13.ezboard.com/fvisualbasicexplorerfrm40.showMessage?topicID=692.topic[^] Private void ExpectingTwins(string twins) { switch(twins) { Case ("twins on the way"): MessageBox.Show("for mr and mrs dynamic","twins on the way"); break; } }
  • ARRRGGHGHH.... HEADACHE!!

    help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    J
    I would make one function that returns the Daily Rate for any day in the year. Then another function that returns the Weekly Rate of any day in the year. Then the function that calculates how much to charge the customer could simply take the check-in date and then start calling the Daily Rate function for every day he stays and add it up. When he has stayed one week I would delete the sum and instead take the weekly rate etc.. 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!
  • Windows Form differences between O/S

    help winforms question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Monitoring traffic on a specific port

    tutorial
    2
    0 Votes
    2 Posts
    0 Views
    A
    i am also looking for this thing. i want to monitor how much traffic i do have on some port or how much traffic is there of some protocol.. i think SNMP implementation provides such solution but not sure.. so if u gotto know about it... plz also reply me on my email address. sbk_one@yahoo.com Thanx Muhammad Shoaib Khan http://geocities.com/lansolution
  • Remoting troubles :(

    help wcf sysadmin xml json
    2
    0 Votes
    2 Posts
    0 Views
    W
    a BIG d0h for me :P I found the solution and it was too obvious to be true :D Greetings.... :)
  • VB.net Parallel Interfacing

    csharp help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Print on next page In VB.NET

    csharp tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    C
    yea use an else if statment to check for more pages. email me if u need more help. pschutt@rxcci.com
  • How to use multi_thread in VB?

    help tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    W
    dim thd as Threading.Thread Private Sub threadSub() 'Some Code End Sub Private Sub threadLauncher() thd = new Threading.Thread(AddressOf threadSub) thd.Start() End Sub This makes a thread running threadSub, if you want to keep this thread running you should add code like this: While True End While Greetings.... :)
  • 0 Votes
    3 Posts
    0 Views
    E
    Thanks Matt, it did work just fine! :)
  • Scanning Bitmaps or JPegs for Barcode

    question
    2
    0 Votes
    2 Posts
    0 Views
    N
    Not sure if this will help - I did it years ago in 'C'. Back then we read the file as a binary input. found the width and height in the bitmap header file ( you should be able to find the structure layout on the net or use an API function. Having discovered the start bit/byte (depends on the format) you can read across the pixels noting the colours. Black on white should be relatively easy. Other colours need some thought! Good luck. I'm sure I've seen a sample of this in VB5 or VB6. I haven't migrated to .Net yet so couldn't say about that. Alan ...
  • Spreadsheet "Like" Data Entry

    csharp css help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • MS Code Advisor rules?

    csharp question code-review
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Sounds and .WAV using MMControl 6.0

    com question
    3
    0 Votes
    3 Posts
    0 Views
    J
    Thanks Again...You are a life saver! The Jazz Master 6000 DJ Badknees Parma Grind Crew - www.geocities.com/parmagrindcrew
  • vb6 freezing help

    help database data-structures question
    2
    0 Votes
    2 Posts
    0 Views
    D
    nevermind i got it fixed
  • Hllapi program to screen scrape in XP

    graphics performance help question
    2
    0 Votes
    2 Posts
    0 Views
    D
    Yes, there is a 32-bit Windows specification for HLLAPI, called WinHLLAPI. It's focused on C/C++, but you can call it from VB6/VB.NET through the proper "Declares". I worked a lot with Attachmate products and most of them support WinHLLAPI. Actually, most 3270/5250 emulators support WinHLLAPI and they normally provide some screen scraping samples. Other alternatives: The drawback is that, HLLAPI (which you are using now) and its Win32 counterpart, WinHLLAPI, although fine for single user/single machine applications, it is awful slow and too memory hungry for high-performance server applications, In this case, I discovered that by writing a TN3270 emulator I got about a 15x faster application, also saving several tenths of MB RAM. If there is a LU6.2 transaction available, I would definitively go for APPC. Microsoft's Host Integration Server can map, through a simple wizard, an APPC to a COM+ component, easily used from VB6/VB.NET. ORACLE One Real A$#h%le Called Lary Ellison
  • VB COM Object

    c++ com sysadmin question learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied