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

Software Development Network >> Visual Basic

Visual Basic

New Question

Are vbc.exe /nostdlib and <NoStdLib>true</NoStdLib> broke?
Public Const issue
ODBC Connection
Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?
Getting the Control under a Context Menu
Bringing to the front a tab page on a Tab control
reading bytes in reverse order
Problem with ActiveX control
defualt browser
back tab error from a empty number text box

Top Answerers

Hans720
neko...
Adhamz
SSmith1000
Dirk De Baer
khurramatk
Erik Reiter
Thomas Pagel
Sternman
He is Cool
Duluth News Tribune: Duluth
Only Title

Answer Questions

  • gdaniel WebBrowser SelectAll/Text size

    How can I (i) select all the content of a webbrowser control and (ii) change its text size in code In VB6 I would have used the ExecWB method, but this seems to have vanished in .net. Thanks very much, that works, including for selecting all the text, not sure what I was doing wrong before. It's strange that the TypeName of MyWeb is "WebBrowser", yet if you declare MyWeb as a WebBrowser, ExecWB can't ...Show All

  • Li Lien Stopping Alt+Ctrl+Del

    Hi all I'm writting a program for public payable networked computers for playing games. I've got the server/client billing and other stuff like that done. Problem is, when my program boots up, it displays a full screen form (on top of everything), which holds the login/programs they can use/play. I've managed to remove the Alt+Tab, Alt+F4 and other key combinations like that.  Although, i'm finding that Alt+Ctrl+Del still brings up task ...Show All

  • jhermiz Window application - Fix picturebox size

    My picture is retrieve from other pc database. Since the pictures is diffrences size. So How can i fix the pictures size when i want to display it The problem is if the picture that i retrieved is biggger than the picturebox size, it just display a part of the image. How can i fix the retrieved image according the picturebox that i set picBlob is my picturebox name Dim cn As New SqlConnection(strCn) Dim cmd As New SqlCommand(&qu ...Show All

  • psmukilan Refactor slow and not quite stable

    1. Opening VS2005 is slower, and opening a project is slower. No big deal, but if you start opening files before DXCore is finished loading, it hangs for quite a while. 2. Cursor movement is jerky, and somewhat annoying. This is on an AMD 3200+ w/GeForce6200. 3. Several times I accidentally hit both mouse buttons and/or keyboard keys, causing an IDE crash with loss of data. I mention this only FYI; these would not be big problems if I ...Show All

  • BigT4446 Ways to call a stored proc

    I am using VS 2005 (VB) with SQL Server as the backend. I have a button on a WinForm in which I wish to call a stored procedure. The form contains a 1:m relationship. The sp makes a copy of a record in the master and all its corresponding records in the detail. The sp works, but this is not the problem or the question. I was trying to find an easy way to call the sp from code in a button on the form. Unable to think of any other way, I drug a ...Show All

  • ovatsus global variables

    Is there a way to declare a variable inside a function or sub and make it usable within other functions or subs. A public shared variable could be considered a global in some respects or you could simply define the globals in a module but there is no way to define a class/Module level variable from within the method body. ok, thank you everybody. I dont think so. If you declare a ...Show All

  • Kevin Xiao Emergency need of a script

    My company has recently decided to change their ip scheme completely. Normally this wouldn't be too bad for a desktop tech, however, our initial policy was to set every user up with a local tcp/ip based printer. We are now configuring all of our printers on a print server, but for the 100's (and I mean 100's) of users that have locally configured tcp/ip printers this ip changeover is going to be a support nightmare. I've seen many scripts to add ...Show All

  • DinoV VB Exit by the X box

    I have written a reasonably complex VB code that when exited by the upper right corner X box, leaves itself in memory. The exit box control I added exits fine. Each time a user exits via the X box an additional copy is left in memory (as viewed by the Task Manager). Am I doning something wrong that is causing this problem I didn't purposely create any threads. I'm not doing anything real fancy. Mostly, I am using a Microsoft Access ...Show All

  • Vidhya sori abow my englis ,plz help me -> edit label of subitem in listview ( with many column )

    . end Editing label in ListView is onlt for SubItem(0).Text but this is a tailor made solution Dim EditNow As Boolean Dim tempItemIndex As Integer Dim ColumnIndex As Integer Dim WithEvents TempText As New TextBox Dim Editing As Boolean Private Sub ListView1_SelectedIndexChanged( ByVal sender As System. Object , ByVal e As System.EventArgs) Han ...Show All

  • Andrew XYZ Casting from String to custom object

    Say you have a simple class somewhat like this: Public Class Person Public Sub New(Name as string) me.Name = Name End Sub Public Name as string Public Age as integer End Class I want to be able to CType from string to my Person class. I want this to work: Dim person as person = CType("Joe Schmoe", Person) The Person class is just a simple example, the real reason I need CType to work is that I'm writing a custom listbox, and ...Show All

  • Marco_321 editable listview or grid control in VB.NET

    hi anyone have any idea on editable listview or grid control in VB.NET for VS.NET 2003 look at http://www.c-sharpcorner.com/Code/2002/July/EditableListView.asp http://www.codeproject.com/cs/miscctrl/ListViewEmbeddedControls.asp ...Show All

  • kts assistance: tring to setup Visual Studio's 9 pro, 16 bit subsystem error, WHY??

    everytime i try to run the install wizard I get an error box that telas me 16 bit subsystem error. I dont understand why this program would be giving me that error unless i'm missing a file in the setup that interfaces between the 64 bit my computer uses and the 16 bit setup wizard but even that i dont know how to fix. Any help would be appriciated. Thanks Comet87 Is there somewhere online where i can do a systems file checker because i do ...Show All

  • RickRSL Jump to correct item in ListBox

    Hi all, I have a ListBox that contains 1000+ items. When users press the first letter of the item they are searching, the ListBox jumps to the first item that starts with that character. So far, so good... But when they enter the second letter, it sees that as the first character of an item, and jumps to a whole different item. Example: I have : Sushi Saiko Siberian Alpha When i type "S", it jumps to "Sushi". When I type an "A ...Show All

  • ZULFIQAR SYED Compare two text files

    Thanks for taking the time to read this. My problem is below. I have two directories with music in them. one on my C: the other on a removable drive. I use dir > list.txt to output a list of the contents of both folders. I want to build a program that will compare the two text files and show me what is in the C: and not in the H: i have the GUI developed and some basic code, however, i am undersure how to do the actual comparision. Any help w ...Show All

  • AzureBell DirectX Samples complaining

    A few days ago I've installed the directx9.0b sdk. I looked through the vb tutorials, and the first 4 seemed to work well. But the rest didn't work, the compiler complained alot about the directx library not containing stuff. Any idea what's going on here I hope I get some answers quickly, Michel EDIT Sorry, the tutorials work, but all the Samples don't. Well, most errors look mostly like this: ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum