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

Software Development Network >> Visual Basic

Visual Basic

New Question

Retrieving data
Image Editor
Zoom picture box sample code
How to set the recordset of a classic ADODC (Data control) in .NET
returning values from a listbox
Default Modifier for Visual Basic Controls
Connect to MySQL through VB over Web
expose VB.Net overloaded properties to VB6 client
Does VB.NET support "nested" expressions (like C++?)
Error while sending email with attachment

Top Answerers

WetRivrRat
CrazyNun
Jraven
Will McAfee
kleinma
Claudio Lassala
Brian Johnson MS
prabashmi
KyawAM
PaulOfTheGlen
Active
Only Title

Answer Questions

  • JFalcon Access or SQL Which one is better

    Hi I'm wondering, which one would be better, i'm creating 2 medical programs, that are going to be running on a local machine, I Use visual Basic 2005 express and don't know if I should develop with access or SQL 2005 express. Which one is better and faster Any suggestions or comments will come in handy. PS. Future versions might have network connections, like for a secretary or interoffice connections. So should i work on access or ...Show All

  • Oh God not mirroring again PLEASE HELP - Can't Deploy Interop.Excel.DLL

    PLEASE HELP. I've developed a vb.net app which works great on my dev machine, both within the IDE and as a compiled executable. But when I deploy it to a user workstation, I receive the following: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Could not load file or assembly ‘Microsoft Of ...Show All

  • QUANTMCVA How to marshal array of Enums from VB6 to .NET

    I didn't get much joy on microsoft.dotnet.framework.interop with this question ( http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.dotnet.framework.interop&mid=4b454aac-69a3-4aff-abed-d04baf4e97e6 ) so I'm hoping someone here might have the answer: surely there must be some way to marshal an array of enums from VB6 to .NET: I have an enum defined in managed code, e.g.: public enum MyEnum {     MyValue1 ...Show All

  • Flemming Wagner Dictionary trouble

    I am trying to dynamically add keys to my dictionary with the following. Private dict As New Dictionary(Of String, Form) Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load With dict For i As Integer = 0 To Category.Items.Count - 1 .Add(Category.Items.Item(i).ToString, CType(Category.Items.Item(i), Form)) Next End With End Sub Now, Category is a listbox. I want to add ...Show All

  • Aspen Computer Services Loading Crystal Reports Report, How To Stop Prompt Enter Login ID And Password, This Never Happen Before

    How do I stop VB from asking me this I want to view the Crystal Report immediately without the prompt. With a simpler version of my application, it never asked me this. Thank you, Christopher Lusardi Thanks, Thanks, Thanks, Private Sub Open_Report_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Open_Report.Click Dim  reportsource1 As New crystalreport1  &n ...Show All

  • Christopher Bernholt Create application to used by multi users at same time

    Hi I have Access database with vb2005 I would like to build my application to use with many users at same time with One shared database !!! q1) how can I set the database to be shared for all applications q2) what about the updating problems (One record updating by two users at same time) q3) must I use disconnect technology or connect technology connection for this issue thanks Ok, let's see.... This post will be big.. ...Show All

  • Rylandu Threading In Visual Studio 2005

    When I use Throw New System.Exception ("Oboy") it does not goto the background worker complete but rather tells me that my code does not handle the exception. This way of throwing the exception did work in the beta 2 version of VS2005. What I am I doing wrong John If ( Not DbControl.VerifyXmitrIntegerity(ErrMsg, worker)) Then msg = "Failed verifying transmitter!" & vbCrLf msg &= "Error: " & ErrMsg Throw New System ...Show All

  • Ariel tetro Using a Usercontrol in a Form

    Hi :) I've finally managed to upgrade a small vb6 usercontrol into vs2005. great!! I've compiled and I have a dll now. I created a new windows forms project and added the dll as a reference (I had to browse for it though). But the usercontrol is not in the toolbox.... ... am I skipping something Thanks, Ivan you're the man!! ;) right-click on the toolb ...Show All

  • rjnealtx What happens when newer version is installed with 2005 ClickOnce?

    I published a newer version and ran setup.exe to install. 1. The Windows Start, Control Panel, Add or Remove Programs automatically deleted the older version. 2. Additional folders were added in the new locations for ClickOnce in cryptic folder names, some layers below C:\Documents and Settings: C:\Documents and Settings \user name \Apps \2.0 \cryptic name.OT4 \cryptic name.QTH \manifests \cryptic name ...Show All

  • Mustang Is this possible?

    is it possible to control another app Like if i click a button on my app, on the other app the textbox fills up with the text "hello"   ok. . . you ready start a new solution add a class library call it IPCCommon , change its root namespace to IPC.Common delete the class file that it created and add a new Class, call it MiddleMan. Put this code in it: Public Interface IMiddleman   Sub SetText(ByVal value ...Show All

  • skhan22 For Each??? Questions

    Dim rNode As Infragistics.Win.UltraWinTree.UltraTreeNode For Each rNode In UltRepairCodes.Nodes If e.KeyCode = Keys.Enter Then rNode.CheckedState = CheckState.Checked Next I just want to access one element and if i hit enter it will check but i am getting them all checked...I know i am saying "for each" node in the list but i just want it to be one item in the list to be checked when i hit enter....wh ...Show All

  • Rick123 How do I create a complete computer File Watcher

    ok, I don't know quite how to explain this, but I will try. I want to make a program that essentially logs what files the computer accesses, and when they are accessed. Does this make any sense for example: if you are playing a computer game, and a sound is played, a file is accessed. I want to know what fille is accessed, and the exact time it is accessed. That is the simplest way I can explain it. does anyone understand ...Show All

  • smartie How To Add Coulmn in table MS Access database

    I'm using VB2005 , 2003 I have created my database, but with time I need to add or delete some columns in my table, How can I do it ReneeC wrote: Goodness, I've been working on such a project for a month and this is different from anything I've been told and I've written entire ADOX classes around what I've been told. Let us hope that Blair strolls by and reads this in between negations of VB so he can comment, not to ...Show All

  • Varun Sood 'Flat' Tabs

    How do you make a Tab Control's Tabs look 'flat', like VB 2005's tabs Nope, none there. Could you provide an example I'm not sure what kind of tabs you are referring to. The code windows (where the tabs are at the top) are not flat. The overlapping project windows (where the tabs are at the bottom) are not flat either. You might want to check the below link. I seem to recall some flat style controls there: http://www.wind ...Show All

  • jimmy1949 Type conversion errors.

    Hiya, I made a program in Visual studio 2005.  Compiles and works OK at home. At work, i have JUST VB 2005 Express Beta 2 installed. The code itself ported OK, no errors. However, during runtime, i get a type conversion error. It's not that i'm converting anything though either. I can't convert string to single.  For example... Dim sngSingle as Single sngSingle = "0.5"  ' Doesn't work sngSingle = cSng("0.5") Doesn't work. sngSingl ...Show All

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum