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

Software Development Network >> Visual Basic

Visual Basic

New Question

capturing an dumping video streaming via http
How to connect two computers in a LAN using VB2005?
VB Application Settings
Visual Basic + Java + Access
Form Clicks etc
my global variables not working
Validating within a User Class
access class dll members
How to set a default paper size on a print dialog?
Parameter name: project

Top Answerers

GrooveBox
JCichocki
Gaurav Khera
aurora123
Kal-EL_
Fredrik Bergström
Dominique Gratpain
Scoober
jeyaseelan
teuneboon
The .Free Delphi Site
Only Title

Answer Questions

  • jsbWS Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All

  • James Avery Cursor in a textbox window

      I have a complex class full of controls including a Rich Text box and a regular textbook. The class is designed as a tab page to be added once or multiple time to a tab control. This class inherits Windows.Forms.Form.   When the page is added, I want the cursor to be in the ordinary text box.     It isn’t. There is a prescribed way to do this:   To programmatically click the right mo ...Show All

  • ddwinter 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

  • aviatordave Quick find and replace very, very slow

    I am currently working with a native VB2005 program that, when I look at the line numbers, is getting close to 10,000 lines. I have a new XPS laptop very fully loaded, and am running XP. When I am working with the app, the IDE seems a little pokey, but that is to be expected - until you try to do a "Quick Find" or "Quick Replace". These take in excess of 30 seconds at times, but usually hover around 10 seconds. Am I doing som ...Show All

  • Alain Vezina UnAuthorizedAccessException in Web Control when take a frame - Windows Form

    Hi, I am using Web Control and parsing data from a web site containing iframes. When i try to access iframe in below code (C# code) IHTMLDocument2 document = (IHTMLDocument2) axWebControl .Document; String frameName = "body"; Object o = (Object)frameName; Object obj = document.frames.item(ref o); IHTMLWindow2 mainWindow = ((IHTMLWindow2)(obj); IHTMLDocument2 doc = (IHTMLDocument2)mainWindow.Document here an ...Show All

  • clubberx VS 2005 VB Edit & continue problem

    When I am in break mode I cannot edit he code. The staus bar shows the following message "Cannot currently modify this text in the Editor. It is read-only" This worked previously, what went wrong. I'm using the 90 day Trail Version of VS 2005 Pro I'm experiencing this problem with VB 2005. I've tried the suggestions here (Yhough have nothing linked to it). Even with a brand new project, I can not edit the code. I get a blue ...Show All

  • happymozart Need to add OWC ChartSpace context menu to additional menuitems...

    Hi... I developed an application to plot the chart. To plot the chart I used OWC11 (Office Web Component). Its works fine. So I want add additional menu items to the ChartSpace context menu. If you have any idea of this please let me know. I'm using vb.net 2005 pemmawadu ...Show All

  • Tola Omicron shDocVw.dll in VB.Net 2003

    Hello in there... I'm having a small problem that's eluding attempts to resolve. I'm creating HTML in BuildCreateExportFilesResults(), which I'm writing to a file on the local hard drive. I want to display it in the shDocVw.webBrowser, but I can't make it work. Here's the code: Public Sub DisplayCreateFilesResults() Try m_strMsg = "" m_strMsg = BuildCreateExportFilesResults() '<-- creates a HTML page ...Show All

  • markco Windows Application Resides on a single machine.

    Is it possible that the application is installed on a single machine and the clients has a shortcut of that application so that if there is an changes to the application the update will be installed only on that machine. I suggest to use ClickOnce , you must put some files on a server, the others machines connect to it to get updates... ClickOnce Deployment ClickOnce FAQ how can i do it or just give me a reference to read.. ...Show All

  • Kevin Remde Detect New Object Focus

    I have a form on which there is a text box that must have a value assigned. The exception is that if the user clicks on the "Cancel" button on the form I want to close the form with no further action. I have a LostFocus event on the textbox and in VB6 I used to check to see if the "ActiveControl" was the Cancel button and if so, I exited. This does not work in VS2005. It appears that the "ActiveControl" is still the textbox How can I accomplish ...Show All

  • Raxvan How to halt a program???

    Let say i have two program called program A and program B, i run program A, but inside program A, i use [call shell(C:\....\programB.exe)] at the 2nd line of my codes in program A, how do i stop program A at 2nd line, until i finished running program B then only continue execute the rest of the code from 2nd line in program A Please help, if you dun understand wat im saying above, u can ask ...thanks a lot!!! You can use Process ...Show All

  • xxxxxxxxxxx Moving to a Specified Point in an Image

    Currently, I have a program with the following code: Public Class Form1 Dim mMap As Bitmap Dim mDragging As Boolean Dim mLastpos As New Point, mOffset As New Point Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load mMap = Bitmap.FromFile( "c:\temp\pic\map.jpg" ) mOffset.X = (MapBox.Width - mMap.Width) \ 2 mOffset.Y = (Map ...Show All

  • Tom Johnson MyMovieCollection up to 153 build errors

    Quick q before going deeper: Unzipped MyMovieCollection into C:\Dokumente und Einstellungen\gy\Eigene Dateien\Visual Studio 2005\Projects\Moviecollection\MyMovieCollection.vbproj and get up to 153 build errors. WinXPPro sp2 fully patched, VS2003, VB Express, SQLExpress,... Did I fail to install something Thx G Hey G, You bet.  Glad to help. --Paul Paul I get an error w ...Show All

  • Dido44538 Dynamic Variable Assignment

    I am looking for a way to simplify my code and to make it more extendable for the future Right now I have a function that takes in an object and a string as an argument and, for all intents and purposes, returns a reference to an instance variable of that object, what I have is a large bunch of if-elseif statements that is very bulky and limiting: If str = "Temperature" Then     Return myObj.Temperature ElseIf str= "Pressure" ...Show All

  • exDreamDuck Unable to Connect to SQL Database when i Install my Application on Clients system....

    Hi! I have completed an Online Examination project in vb.net with SQL Database at Clients Office .. and i Deployed to Client.. and i installed it successfully...The problem is: When i open the Application an error message displays that unable to connect to server... but the application runs perfectly from the computer in which i developed... Actually the Database has to be connected through Office LAN... I have used the Connection St ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum