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

Software Development Network >> Visual Basic

Visual Basic

New Question

Release or Debug Problem with WriteFile API
Out putting the time.
AcceptButton does not work when other button has focus
Searching through MS - Word files of different versions (2002/2003)
How to send Struct variables using DirectPlay and VB.NET?
getting HTML from a website
How Do I Launch A Script From Inside VB App?
Syntax error: Missing operand after 'Name' operator.
IIF Statement Question
Monthly Payment Formula

Top Answerers

JFNau
Harald xyz
Elina_anilE
Suricate
Jyoti Ranjan
greekTowner
richardpc
jmerritt
SelfishGene
jreihsen
FoundationWare
Only Title

Answer Questions

  • jfranks Documentation required for Flash Activex Control 8.0

    Hi I am using VS 2005 n i successfully inserted flash8.ocx n played the movie too. But the main thing which i need to do is to control that flash movie and for that purpose i want to know the details abt the properties, events and methods etc. I wasn't able to find any on the web till now. Someone plz provide some documentation abt all the properties and events etc. Thanks in advance. If you ...Show All

  • nateastle Getting infor from listbox1 into listbox2

    I need some help please. I'm trying to get some information from a listbox in a userComponent and insert it into a second listbox. Background: Public arrays with male and female names in the first column and either M or F in the second column, depending on the name in the first column. Automatically loaded into listbox at page load. Two radio buttons labeled Male and Female. The one checked will be determined by which name is sele ...Show All

  • uzz Looping a select case argument

    Trying to loop a select case argument that will read the text properties of labels in a group box and then change the background colour of those labels. so far however i can only get the loop to read the first label and then change the colours of each label to that select case result. sample of current code. Any help appreciated! For Each lb as Label in GroupBox1.controls Select case Number case 1 to 9 lb.backcolor = "co ...Show All

  • Routb Adding references (dll) through code (at app runtime, of cource)

    Hi! I am having this question: I am designing a application, in which, you could open a DLL file, using the OpenFileDialog, in the dll, there will be a class for example, Main . Now, These classes would be all different (much like plug-ins in any plug-in supported apps) So, When the user click 'Open' the application should add the new reference, through VB code, and load it's data in to the viewing application. Here is, for example, code of a DL ...Show All

  • dzs Where to find BASIC help after downloading and installing Express with small option

    I thought I remembered being asked if I wanted to download a monster help file and since I wasn't sure about Express, I said no. Now I have used it for a while and want to avoid the online help - where do I find it Hi - There are a few options for you that will definitely work. Hopefully one of them has acceptable cost/time for you. 1) use online help By default you can access online help for any top ...Show All

  • thewildkiwi VB confused about SQL Server versions ?

    Some months ago I installed beta preview editions of Visual Studio including a copy of SQL Express. Recently, I successfully uninstalled all of these betas using the special purpose uninstall tool available on the Microsoft website. The uninstal completed successfully or so it said. Next I installed Visual Studio 2005 Professional and the installation completed successfully. I also removed SQL Server Express Edition (Autoinstalled with VB) an ...Show All

  • Razbir Trying to write an Excel Formula using a VB.Net variable

    I am trying to add a formula that will subtract Column C from B through code, but I don't know how to format the formula using a variable in my code to move to another cell. I more then likley going about this wrong, so any help would be appreciated. The following works with the exception of the formula. Please Help. Dim xlApp As Microsoft.Office.Interop.Excel.Application Dim xlBook As Microsoft.Office.Interop.Excel.Workbook ...Show All

  • gidmanma can here discuss vb6

    or vb.net i still use vb6. another forums site specifically for VB Classic http://www.vbforums.com/forumdisplay.php forumid=1 Phil has posted a great site for asking VB6 questions. Another site would be vbCity :: http://www.vbCity.com/forums Hi, This forums is still beta. this was created in parallel for the Visual Studio 2005 Beta 2. The final release of this forum would also be in nov. ...Show All

  • KathTam_MS Visual Basic and graphics - for the novice/beginner

    Hi there I have no training in programming, but would like to start writing my own little programmes. In my work (civil engineer), I am increasingly frustrated by the lack of simple, time saving programmes to make my life easier, and hence the urge to write my own programmes. Of course, the start will be no more than programmes for one-off formulas, but having said that, I would like to (in many year's time) be able to write more complicated ...Show All

  • Cached Windows Installer error message

    Sir, I develope an aplication using VB.net. It contains to forms, One crystal rport and an access database. I have added a step wizard project to my application. In add files box I have added the Acces database and crystal report. My problem is when I build the application the following error message is displayed and the setup MSI is not created. Project configuration skipped because it is not selected in this solution configuration ...Show All

  • miqdam VS 2005 RTM Weird Editor Behavior

    I'm using the VB Editor in VS 2005 RTM version and every so often it starts misbehaving and I have to close all editor windows to get working properly again. What happens is that as soon as I type a single letter at the beginning of a line it immediately appends open and close parens. So for example if I want to type an If statement, as soon as I type 'i' it changes it to i(). If I backspace to delete the parens it puts them back in. ...Show All

  • trasherhits File Access in windows service App

    I want to create a file in windows service app vb.net (File.ceate(path)) but i get an access denied exception.is it possible to create a file in windows service app This question is probably more suited to one of the general purpose VB or Windows programming forums, but I'll do my best to answer your question. It is possible to create files from a Windows service using File.Create so the exception ...Show All

  • matsuoka Need help developing cybercafe software

    I develop cybercafe software for my final year project. I encountered problem on how to control the communications between PCs in a network. Can someone please help me with it And do we need to write specific codes to enable PCs to communicate with each other That's a pretty general question, since there are all kinds of ways for PC's to communicate with each other (whether they are networked or no ...Show All

  • AMasson Strange Issue with Excel Interop

    I have recently moved to 2005 Studio Standard edition and after some fighting initally with my laptop and it's issues with VS2005 and left over beta bits and so on, I have totally rebuilt my machine. In short = fresh copy of xp pro and VS2005 std and Office 2003 IIn VB 2003 I used to be able to add a reference to the Excel 11.0 library and then use the following line: Imports Microsoft.Office.Interop However that is not possible a ...Show All

  • eric xing Splash Screen... Delay?

    Hello, I made this splash screen and since I just started working on my project, the app takes less than two seconds to load and the time for splash screen... .....is not enough.... I have tried to put System.Threading.Thread.Sleep(5000) but where I put it in the code of the splash screen, then it waits 5 seconds before showing the splashscreen and I put it in the main program, then the splash screen is out THEN it waits 5 seconds after the s ...Show All

787980818283848586878889909192939495

©2008 Software Development Network

powered by phorum