Software Development Network Logo
  • Windows Forms
  • Architecture
  • SQL Server
  • VS Express Editions
  • .NET Development
  • Microsoft ISV
  • Visual C++
  • Visual C#
  • Visual J#
  • VS Team System
  • Smart Device
  • Windows Live
  • Visual FoxPro
  • Visual Basic
  • Game Technologies

Software Development Network >> Visual Basic

Visual Basic

New Question

drawing lines on form
What persists and why?
Using a for loop to remove a string from a collection gives me an error.
Hide the printing dialog box
Field values from current record - Does anybody know how to do this?
Creating an image with multiple layers
Edit and Continue
ComboBox/DateTimePickerBox drop down arrow visible/invisible
Change textbox height in Vb.net 2005
SQL query for HD system to get to correct data

Top Answerers

Jerry Zhang
dlsmith68
ColinSK
Burazer
Kamran Amin
fraballa
Rburkhal
Richard3D
LakshmiMugur
DarkShadow
MS
Only Title

Answer Questions

  • AndySc VB.Net Conversion???

    I am converting some Vb.Net applications  to NetCoBOL i was wondering where the NetCobol forum was Is Net Cobol a microsoft product I would probably try www.netcobol.com which may provide some forums. ...Show All

  • Kishan Could not load file Interop.Access, Version 9.0.0.0

    I built a Visual Studio (VB) app and created a setup program for it, again using the documented procedure for doing that with Visual Studio. I set up all of the dependencies and requirements, but when I load on to another computer system (windows XP) and try to run, I get the message "Could not load file Interop.Access, Version 9.0.0.0. As an aside, I had to manually load the .Net framework, even though I had it selected in my build rout ...Show All

  • tralala I have VB.net but want C#.net

    I am learning .net and I decided to start playing with it at home to get some practice in (I'm painfully slow at the moment!). The trouble is I use C# at work so rather than confuse myself I also want to use it at home but when I found the box I find I bought VB.net 2003 (I bought it a good 18 months ago so despite never having used it I can't take it back for an exchange). Is there a way of installing C# to work with what I have Do I have to up ...Show All

  • hansifer newbie building my first custom control collection

    Hi, I am trying to build a function to create a collection of all textboxes with in a form.  Maybe someone can tell me what is wrong here in module1 i have... Public Function AllTextBoxesInControlCollection( ByVal CollectionToScour As Control.ControlCollection, ByVal owner As Control) As Control.ControlCollection AllTextBoxesInControlCollection = New Control.ControlCollection(owner) For Each ctrl As ...Show All

  • chjmiller ListItem unavailable

    I am not able to use the ListItem Class in my VB 2003. When I try to declare an instance of ListItem as follows, it is not recognized. Dim objListItem As ListItem Is there something I am missing Hi! Do you import namespace What is the error message Thanx a lot. I have added the reference and imports. Now its ok. You have reference to assembly with System.Web.dll and import System.Web.UI.WebControls namespace ...Show All

  • Jesse990 Text not displayed during Edit and Continue

    Has anyone else noticed that when you are in Edit and continue, the typed text or deleted text do not show until either you move off the line or stop the debug process. It happens most of the time. I did not notice this happening in the Beta. It does it in both express and Prof. The computer is a complete reinstall and format c, so there are no traces of the beta stuff here. It does it on two different computers with two different display driver ...Show All

  • dm14011 C# or VB ?

    other than familiar syntax is there any reason to use VB instead of C# is the difference only syntax I have never worked with serial communications and don't know much about them. However, if you are inserting a "\n" or an "\r" in a string from C#, then you can insert a vbCr, vbLf, or vbCrLf in the same place in VB. ie: Dim s As String = "This is line one" & vbCrLf & "And t ...Show All

  • JoeRandom MaskedTextBox height

    It appears that the height of a MaskedTextBox is related to the font size and cannot be changed. I would like to change the height to fit other boxes drawn on the screen. Is it possible to make the box smaller than vb forces it to be based on the font size ...Show All

  • Rhodry design-time expression evaluation error

    When trying to evaluate an expression while in design-time by typing it in the immediate window, I get the following error: System Error &H80040013&. I am simply trying to display a message using MessageBox.Show("hey"). The command " My.Computer.Name" also fails with the same error. Any ideas why this is happening This didn't reproduce for me either.  However, I found a similar bug that didn't ...Show All

  • Noel Marshall Help!! (VB 6.0)

    Hello Everyone i really need help considering project due tom. I have visual studio 6 and i installed it (custom all checked) now the big problem is everytime i open VB 6 and do anything with it such as programing or opening project a microsoft error comes up and tell me to send report. i want to program and need help fast   Hi, This forum only discusses .net languages. Questions on VB6 should be directed ...Show All

  • Sathish Kumar.R Hi iv ben programing in vb5.0 and i would like to get vb6.0 can i?

    Iv ben programing in vb5.0 for about 2 years and i would like to get vb6.0 but i cant find it. And i dont like .net because: 1 it's not as ez to use. 2 it will not work on windows 98se Dose any know ware or how i can get vb6.0 Thanks Hi I hope I haven't misinformed you but the .NET Framework 2.0 will work on Windows 98. VS 2005 won't as it requires additional resources such as Internet Information Server a ...Show All

  • t-965 Including data files in "Click Once" deployment

    Hi all, I have an application that uses one of 9 different data files dependending on the application requirements at any given time. How do I include these files in the deployment file in the correct directory so the program can find them. Thanks Dick Maybe adding the exe's to the Project Reference helps. Anyway, I'm having trouble adding up an XML file to the ClickOnce Publish. I have set the file B ...Show All

  • _RK_ PictureBox

    How do can I make a picture box transparent in VB 6.0 Pro I've made the picture I am using transparent but the frame of the PictureBox get's in the way. Hi, This forum discusses the .net technologies and languages. On COM based language such as VB6 please post on the Microsoft Newsgroups .  Dustin. ...Show All

  • avmoldovan VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler.

    VS 2005 seems unusable for large VB converted project.  How do I turn off the background compiler. I have a fairly large project that I migrated from VB6 to VS2005.  This is the RTM version of VS2005.  There are many issues that I need to fix up in the code, but every time I change one line of code, my system runs 100% CPU for 30 seconds. This is not even close to usable.  You might think I have a slow machine, but I am runni ...Show All

  • Nellyyyyy How do you read a web page in VB express?

    I would like to use VBExpress to read a webpage online in html. Anyone has any idea what code to use to Open a web page online I intend to get links from the HTML code and have them placed on a buttons for easy selection (for hyper jumping). Thanks. I'll have to try this later..... guests coming over. Dim wb as new webBrowser me.controls.add(wb) wb.navigate="Http:/ ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum