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

Software Development Network >> Visual Basic

Visual Basic

New Question

Check if type is numeric or not?
Troubling error
How to view wizard genersted code
Printing!!!!!
Can VisualBasic send an SMS message?
Visual Basic 2005 Express Ed. BETA 2
Trying to use LOAD to create array of TextBox at run-time
Get information from a text file in a website
Verify my functions
Visual Basic and Excel

Top Answerers

paladun
fcb
dsandor_rtg
K-DUB C
LiquidSpy
Andreas Andersson
Raja_Krish
newboy
Wa-gee
aleex
Absoft
Only Title

Answer Questions

  • RobertRFreeman How do you change the name of projects? How do you edit the projects list that comes up in studio 2005

    I imported a project from VB .NET 2003 to VB 2005 and played with it and had some issues. Meanwhile changes were made in the original VB .NET 2003, so I want to redo the process but not erase the first import. So I figured all I need to do is change the name of the project and everything should be good. I can find no way to change the name of the project and the listing in the list that comes up when you first go into VB 2005 of the availabl ...Show All

  • Laxmi NRO MSFT "First run" routine with null variable: Where to put it?

    I'm almost finished with a Windows Application (written in Microsoft Visual Basic 2005 Express Edition) that is dependent on user settings.  I want a "first run" routine that will execute a block of code if some user setting is null (i.e. empty, or has no value associated with it).  On the other hand, I want it to do nothing if the very same user setting is NOT null (i.e. has a value associated with it).  I think I know the code f ...Show All

  • kludge VB vs C#. How capable is VB compared to C#?

    I need some clarification please. I am learning VB.NET right now and have a co-worker who has a very strong technical background and feels very strongly that learning VB is a "waste of time in all respects" compared to C#. I don't understand this point of view. Since VB is a .NET language does it not posses the same capabilities as C# Am I on the wrong track I really enjoy the VB.NET syntax and am picking it up quickly. ...Show All

  • LazLong Datagrid View -- How to open non-selected row

    Good Morning, I have asked this question previously ( http://forums.microsoft.com/msdn/showpost.aspx postid=132534&SiteID=1 ), and the answer was excellent and works...for most of my grids.  The issue now is that i have a few grids (3) that the code:    dgv_MyGrid.current.cell = Nothing does nothing, the the windows form opens, row(0) still displays selected.  Is there another property (design time or runtime)  ...Show All

  • rafarebuscando Retrieving window name

    I'm working with the AppActivate function to change the active window to whatever one the user needs to use next. However, its very annoying to have to type the name of the window in for the user. I was wondering if there was a way I could have them simply mouse over or click on the window they wish to switch back and forth between and record the name of the window. For example, instead of the user typing "Document1 - Microsoft Word" i ...Show All

  • whilstiwait Reading from a INI file: How?

    Ok, for the last 5 hours Ive been struggling to read from a INI file but still havent gotten anything. Writing I can do fine, but reading is the problem. I also wanna know if there are other functions for ini, like Delete or Anything else, other then Get and Write This is what I have so far:    Import System.IO     Public Declare Function WritePrivateProfileStringA Lib "kernel32.dll" (ByVal lpApplicationName As Str ...Show All

  • Eugen T [OTP] Dynamic addressing in VBS

    I have a VBS file that scans a PC and dumps the results to a text file in a shared network directory. I would like to copy the VBS to a thumb drive and have the response returned to the thumb drive as well. My problem is, I never know what drive letter the thumb drive will be assigned so I need it to know to put the results where ever the script originated from. What syntax would I use to accomplish this Thank you. ...Show All

  • Donckers What's wrong with this code?

    I had this code that i am supposed to use for my current project...Using Crystal Report, I want to sort the record by entering the two dates (dtpFrom, dtpTo), the name of the company(FINAL2.COMPANY), the description(FINAL2.Description) Private Sub ConfigureCrystalReports() Dim mySelectFormula As String = "{FINAL2.Order_Date} >= #"" & dtpFrom & "#" & " and {FINAL2.Order_Date} <= # ...Show All

  • Ran Rose How do I write a code that returns/replaces the cursor automatically to a chosen TextBox?

    Hello, I have a Visual Basic.Net form with just one TextBox that I am using to receive multiple/series of data (via array/index), but the cursor never returns back to the TextBox. The cursor can only return manually with the aid of mouse or tab. How do I write a code that returns/replaces the cursor automatically to the same TextBox every time I press /click the button Best Regards Chike Hi Chris ...Show All

  • newtek VB.net program crashed under Windows Server 2003

    Hi guys, I'm new to VB. I developed an application with VB.net 2003 under Windows XP, which runs ok under windows XP. But it crashed when I tried to run it under Windows Servers 2003, the error message says: "Class not registered". Could anyone give me some ideas about the possible cause of this error Thanks in advance! If you are using a dll which needs to be registered on the client machine, you nee ...Show All

  • gruflee Listbox update based on Access data

    Hello, i am new to visual basic. Currently, i have a list of job names in an access database file. What i am trying to do is update the "ListJobs" ListBox according to a "Name" TextBox using a "Search" Button. If one (or more than one) of the Job Names contained in the access database matches (or contains) the "Name" TextBox, then i would like the given Job Name to be displayed in the ListBox and the rest ...Show All

  • Gholson dynamic help window

    I've been using vs 2005 for quite a while.  I just noticed that the dynamic help window has disappeared.  I looked at the view menu.  It wasn't there.  I searched the msdn vs 2005 help file, and didn't get any help. How do I open the dynamic help window   dennist685 It is in the help menu bingo! dennist685 The dynamic help window is ...Show All

  • Wai Loon ComboBoxes - how to setup an autofill type when typing characters

    Hi, I made and attempt in setting up a combobox that would accept characters being typed and would start displaying (autofill) the list with the characters typed but my code only accepts the and displays the first character and does not let me enter new data if a match in the sorted list is not found. Can someone guide me with some possible code snippets that could show me out to set up an autofill that will show the qualifying items with ...Show All

  • ad_flying Automate Internet Explorer?

    Hi @ll, I think I'm getting crazy now. Since several days I'm trying to automate IE using VB 2005 Express - but I don't get it. The problem even starts when trying to launch IE - nothing happens. I know, there's the possibility to use the "Webbrowser" - but that doesn't help me in that special application. What I want to do is to start IE at a particular time and close the IE window again at a particular time. Here's my tr ...Show All

  • IainMac Accessing data in a TableAdapter

    Hi, I am brand new to using VB to connect to SQL Server.  I've set up a small database using Server Solution.  I have created a simple form that is intended to take a user-entered name, assign it a code and enter it into a table in the db.  To assign the code, I wish to sort my table in descending order by the "code" column, retrieve the value in the code field for the first record, increment the value and use this as the new code ...Show All

123456789

©2008 Software Development Network

powered by phorum