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

Software Development Network >> Visual Basic

Visual Basic

New Question

Vb.net Object oriented features?
Securing Application
global variables
how can i detect a new Email Is coming in Vb.NET
Creating Arrays
Intellisense not going to correct position?
running long SQL script in file
Form databound to Query
Help: Visual basic program
How do i print an object?

Top Answerers

Karun123
LSF
svallarian
SimonH
orange2
S.
tkansgar
Deeps
Kutta Srinivasan
Nathan Wiegman
Foamtapes.net Catalog of Foam and Sponge Tapes
Only Title

Answer Questions

  • lucone VB 2005??? PT 2

    Public Function Plus( ByVal ad As Integer ) Dim id As Integer Dim cm As Integer End Function I want to pass this fuction a varible that when i call it in the code i can enter any number and add it to another number any help with that, i know it sounds rather simple but i am not sure if i should pass two varibles or one i am thinking i should pass two and declare a local var and i dont know thats whe ...Show All

  • Gerard Stafleu Datagrid collapse

    When I display data in Datagrid thru DataSet ... the datagrid shows a [+] sign With a word "Tables" and when I click it it opens the tabuler view of the set....like: [+]   |    - Tables How can I display all data by not clicking that [+] sign (means when i load the form it'll display data automatically in Datagrid so that i dont hav to click that "Tables" ) Thanks. ...Show All

  • Seyfert Toolbox still does not display user controls.

    My project, which has 2 user controls in it- does not display the user controls in the toolbox. Has anyone else had this problem, and/or know of a solution I have tried adding other user controls to the project, they do not appear in the toolbox. I have tried creating a new project, and it's user controls DO show up in the toolbox. If I add the user controls from the first project to the new project -THEY show up in the toolbox for that projec ...Show All

  • BobTheBuild how to add icon to vb.net menu

    currently i am using VS.NET 2003 , may i know how to add icon to vb.net menu thx and regard kok soon In 03 you will have to set OwnerDraw to True and paint the menu yourself As DMan1 said, you have to set OwnerDrawn to true and paint the menu with icons. Most developers who want to add icon and customize menu drawing, do it by creating an externder component to perform drawing of menus (on runtime) automatically. Try this: ht ...Show All

  • Kjartan_Thor How do i make a vb.net 1.1 client side web browser object

    I have looked every where, why is there no working examples of making a client side web browser object. You could do it in old vb. And people say you can do it in vb.net, but only give half explained info, that does not seem to work. I have come accross pages saying you can just make a program or user control, and just embed it using object on you web page. but they never give full examples, or do not work. most say make a dll, but you can't sha ...Show All

  • Christina Tabet GPS Software

    Hi there I am developing a GPS Tracking software using vb2005. I have done some parts and now i have problems drawing the path that a car has gone on the map. Can anybody show me a refrence about Developing GPS Software. Thanks in advance http://www.esri.com/getting_started/developers/index.html Thanks , That was usefull. Do you know any other resources to ...Show All

  • Don Hiatt bit depth

    hi ppl.. i want to know if we can convert jpeg file to bmp file while we restore the bit depth (24 bit in jpeg format) to (8 bit in bmp format)  which is changed by default  (by editing in mspaint) ... u can see such bitmap file in urs "c:\document & settings\"(current user)"\local settings\microsoft\application data\ "    folder which file is actually the one set as background on ur desktop You can creat ...Show All

  • EvilMonkeySlayer A Pause with a Loop

    Okay...what I want to do seems simple but I've been at it off 'n on for a few days with this & finally decided to post my question. I have a Label I want to flash on & off a few times much like a warning sign. You would think something as easy as: For i as Integer = 0 to 20 Label1.Visible = True Thread.Sleep(500) Label1.Visible = False Next would do it. But it doesn't. I tried throwing a timer in there s ...Show All

  • Bob Watson vb.net and speech...

    well i've read all the messages about... :( i'm a teacher in a high school (and i also write programs in vb.net for pc and my pocket pc). so far, so good..... but i wanted to make a program where i tell the classification and the number of the student and this data would be inserted in a data base. Is it necessary to have mS server speecH what other thing must i have to wrote this program thx! ...Show All

  • Leonid_ Using GUIDS in a DB with VB6

    I have a large VB6 app that uses a Sql database that uses integer identities for primary keys. I now want to replicate this database across sites. I have played around with ranged identities but I'm also considering upgrading the db to use uniqueidentifiers (guids) for the PK's. I've used guids as PK's in a .NET application but not a VB6 one. Has anyone had experience in using guids in VB6 and ADO Regards Graham ...Show All

  • CharlesCook Unable to register VB 2005 Express Edition

    I tried in vein to register VB 2005 Express Edition. - I obtained a .Net Passport and verified its functionality with hotmail.com - Set my profile at //profile.microsoft.com and confirmed the e-mail for activation. - Verified that IE is the default browser (no other has ever been installed on this machine) - Verified that IE LAN settings are set for 'Automatically detect settings' - Checked security levels in IE Advanced tab. - Checked in 'WinDi ...Show All

  • Luis Barral Give Me A Liitle Help Here Please.

    Hi i have recently switched from VB 2005 express edition BETA 2 to VB2005 express edition no BETA 2 or what ever that junk was about. but any whoo i get a error message saying that my designer view can not be opened because the compiler is not intact i have been unistalling and reinstalling this framwork 1.1, 2.0, and the new SQL server stuff along with the new VB and all that good stuff but it still wont work VB is my job and right now i do ...Show All

  • JD81 inheritance picker

    Is inheritance picker available in 2005 Beta express I can't find it Hi, The Inherited Form template (mentioned in both articles above) is not available in Visual Basic Express, therefore the Inheritance Picker Dialog is not available either. Regards, I have the same problem overhere. I do not find the Inheritance Picker. I followed first this example ( http://www.akadia.com/services/dotnet_inherited ...Show All

  • dasduck Change Font Style

    Hi, I am a beginner in VB.Net and want to ask a question. I hope somebidy can help me. I want to change the font style from a text in textbox by checking a checkbox. When checkbox Bold checked, the text in textbox change to Bold. When checkbox Italic checked, the text in textbox change to Italic. Etc, etc..... I have my code here: ---------------- If tbxTeks.Font.Bold Then tbxTeks.Font = New System.Drawing.Font(t ...Show All

  • Chandu_K Problem with Socket?

    It is possible to create a client/server system with sockets without having that to define an IP to connect itself to the server I have a system in vb6 but I am not obtaining to translate into net 2005 Thanks Having said that, you can 'broadcast' messages to everyone: this is really only useful to send out an 'is anyone out there ' message, and the server respond with an 'i'm here at xyz address '; the conversation will then ...Show All

919293949596979899012345678

©2008 Software Development Network

powered by phorum