Software Development Network Logo
  • Visual C#
  • Visual J#
  • .NET Development
  • Windows Forms
  • Visual FoxPro
  • Visual Basic
  • Windows Live
  • Visual C++
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Architecture
  • Microsoft ISV
  • Game Technologies
  • SQL Server

Software Development Network >> Visual Basic

Visual Basic

New Question

fade to black and white
Code Help!!!!
Set mousepointer
Please, help to get accurate print spooler statistics in vbs.
Newbie with User Control Problem
GPS Software
winsock
How to change a controls padding or margin at runtime
self contained application
how to edit the xml file?

Top Answerers

Sudheer_CV
huonglt
ronGot
xxxxxxxxxxx
RK_82
FinTin
quantum_csfb
AdamChen
Qanuc
dev-one
Ultimate Game Programming
Only Title

Answer Questions

  • Henry Zhang Mirosoft Agents in VB

      Hi, I have made a simple script to make 'Genie' (a Microsoft Agent) talk and do some actions. Here is the code: strAgentName = "Genie" strAgentPath = "c:\windows\msagent\chars\" & strAgentName & ".acs" Set objAgent = CreateObject("Agent.Control.2") objAgent.Connected = TRUE objAgent.Characters.Load strAgentName, strAgentPath Set objCharacter = objAgent.Characters.Character(strAgentName) objCharacter.Show objCharac ...Show All

  • Akbar Khan Problem wiring click action to a button

    I have just installed VB 2005 Express (first time user!) and am trying to follow the example of creating a simple web browser which starts at page 60 in the PDF Manual 'Build a Program Now!' I have followed the examples without a problem until I hit page 65 headed 'To wire the click action to a button.'  The Manual states 'Close the running application and go back to the IDE.  Double-click the button control.  You'll see the c ...Show All

  • RenjithC Win32 application without using forms

    Hello Everyone, I am currently evaluating a citrix product which automates userid/password submission to win32 applications. That means, users do not need to remember the login credentials. I have tried the same with a vb win32 application which had a login form. Now, I need to try logging into a win32 application which does not use windows forms. Could you please advise for what kind of applicati ...Show All

  • BSergio Can't directly dim an instance of a tableadapter 2005

    Can't directly dim an instance of a tableadapter I'm creating a sample project much smaller than my whole project to isolate some remaining issues.  Naturally I'm copying a great deal of code. However, there have been several anomalies.  In my regular project the statement Dim cdt As New ConceptsTableAdapter is accepted. However, in the sample project I am preparing, the same statement gives me the message Type 'ConceptsTableAdap ...Show All

  • Mohideen99 Window Service and SystemEvents.SessionEnding

    I would like to build a Windows service with the SessionEnding event but get the following error when I try to start the service using the following code. What am I doing wrong if this is possible. Protected Overrides Sub OnStart( ByVal args() As String ) AddHandler SystemEvents.SessionEnding, AddressOf SystemEvents_OnSessionEnding End Sub Public Sub SystemEvents_OnSessionEnding( ByVal sender As Object , ByVal ...Show All

  • Medes Please Help Me in Visual Basic 6.0 SP6

    I have an idea where i want my application can choose which database they are going to insert their data in. So, my question is, how can i do that in my programming. As example, let say i've 3 batch of files. 1 batch of files will store in 1 database, and also other two. So, how can i make my user to select their database which one database they have to insert the data As your information, i'm using Microsoft Access 2003 as the database. A ...Show All

  • DGretlein Cross thread call error

    I am using VB.NET 2005 I have the following application structure: UI form, a middle layer and a low level layer. They are all running in the same thread. The low-level object creates a serial port (the .NET one): New SerialPort(port, 57600, Parity.None, 8, StopBits.One) and handle its events. Some of these event handlers throw events that are handled by the middle layer that in turn throw events that are handled by the UI. ...Show All

  • mdon How do you download iconbuffet_studio.zip from Microsoft Registration Benefits Portal?

    It downloads instead an ASP.NET server page that basically does nothing. Help connect.microsoft.com/download Even with IE sp2 and no firewall, the link failed to complete the download. I don't get it.  If it's FREE, why won't they let anyone get/distriubte it I downloaded the entire library of Express products and didn't have one glitch... Go figure! Sometimes I get a p ...Show All

  • Hengyi Liu If Statement issue

    I have a search page, it has various Textbox controls and a search button when i click my search button it returns my results from a SQL querey with the textbox controls still being blank....If my txtbox controls are blank i want a msgbox to come up and say you must enter some search criteria before it returns its results.... but i do not know how i would contruct this if statement any help would be great thanks DMan1...i just added an &q ...Show All

  • Hami DataTable Find Row

    I need find a Row for check user name in my Logon Form and modify the field Machine in table 'Users'. The error appear : "Table doesn't have a primary key", but i check and the primarykey (user) exists in Sql Table (Users). What happening Dim daUsers As New SqlDataAdapter Dim cbUsers As New SqlCommandBuilder Dim dtUsers As New DataTable daUsers.SelectCommand = New SqlCommand( "SELECT * FROM User ...Show All

  • Helen Cool Granny Print control code

    Iam creating a order form using vb 2005 express beta, Iam having trouble writing correct code to print button that will print form contents. Iam only able to print a blank page. Please any help would br great thanks, Bruni look at the powerpack http://msdn2.microsoft.com/en-us/vbasic/aa701261.aspx This may help in printing a form   Rashin wrote: I have spent hours searching for a ...Show All

  • Sanko AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All

  • DINO DENTONE String manipulation

    Hello, I have a string that has multi lines in it. I'm trying to put each line on a separate string. I'm using the split function, but I don't know how to tell it to use "Carriage Return" as its delimiter. can you help. thank you. You can also type "vbCrLf" which Visual Basic will intepret as the newline Character Private Sub TEstSplit () Dim MyString As Stri ...Show All

  • DanKline Fundamentals - Use of Classes

    Hi, I have used VB, and then VB.NET as my language of choice for a few years now, developing small-scale applications for various uses. I have a reasonably strong background in databases and data access, so I found the dataset and all it's friends easy enough to start using. My tendency to think in terms of databases however, is why I think I am having so much trouble with designing on my own classes. Now I understand the theory ...Show All

  • Auris Memory usage of Forms..?

          I am new to .NET programming.I am trying to develop a text editor(GUI) in VB but i have noticed that displaying a single form (even with out any controls ) is taking around 10,000 kb of memory.           The interesting thing is that when the application is first launched it is taking huge memory as said but when i minimize the application it takes around 300kb or so ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum