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

Software Development Network >> Visual Basic

Visual Basic

New Question

VB6 -> VB2005 conversion question
Visual Basic .NET 2003
How to create 32bpp icons
developing a flash player!
Cant Set 'panel.visible = true' in vb.net mobile 2005
Opening a file and loading it in treeview
Setup Project
VB6 + Unix
how to use visual foxpro 9 DBF files in Visual Basic Express Edition
Printing from datagridview

Top Answerers

SuperCragus
hermitte
Angel Diaz
thecodingmo
Donizetecp
Patrick Azzarello
osl
Steven F
peeko
DanRB
Kelly, Jimi
Only Title

Answer Questions

  • sefarkas@praEngineer.com HTML Editor in Visual Basic - HELP

    Hello everyone and anyone who is reading this. I would like to know how to build an HTML editor in Visual Basic. I really dont know where to start. If anyone could tell me how, or tell me what I need to know, any help would be very appreciated and will not go unrewarded. Thank you. wf.service@sbcglobal.net Yes. I already know HTML for my previous occupation was Web Development. Right now I am pursuing a new career in programing, so ye ...Show All

  • FrankV need to install winfx for vb express demo?

    I created the 'my first program' for VB Express. I deployed it to a website. When I try to run it from another (WinXP) machine it first downloaded .net 2.0 framework - but then it sends me to a page for a winfx beta. WTF Thanks, Paul. never mind...seems to have been caused by some other pending install on that pc. Paul. ...Show All

  • MichaelBrianBentley making a .txt

    When i click button_1, what code can i put in so it makes a .txt file thats called whatever is in textbox1 could someone help   Try something like this     Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click         Dim sw As New System.IO.StreamWriter("C:\test.txt")         sw.Write(T ...Show All

  • bigranger75th Pivot tables & custom reports in Visual Studio 2003

    Hi, I'm trying to save the layout of a pivot table in order to retrieve it later and restore its layout so that the users can save their own reports and then load them again. I'm working on VB.NET 2003 and the problem is when I try to assign the XMLData to the object. After writing the XMLData to the object the pivot table shows an error message that says "Cannot process the query:  - Cannot Initialize Microsoft SQL Server Analysis Services ...Show All

  • Jorge Pino WebBrowser_FileDownload event

    I am working on a VB.Net webbrowser named: MicroSE Unite:  http://elfsander.cjb.cc/downloads/bestanden/setupUnite.zip Now I want to add my own FileDownload handler but the FileDownload event doesn't return an URL, so I can't use it... Can somebody please help me with this I've submitted a bug for this: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackId=FDBK27565 ...Show All

  • Jorge Guzman Regenerate SP when changing TableAdapter

    I work with TableAdapters. I use the designer and lets the designer generate stored procedures in the database that the tableadapter uses to update data. When I wish to add a column to a already generated tableadapter, I make the change in the database, then I removes the tableadapter and then make a new one. This is a bit timeconsuming. I wish I could choose "update SP to match tableadapter definition" or something like that. Maybe it is possib ...Show All

  • Steffen H Debug mode reverts to previous level of form

    I have been making a sequence of changes to a form, entering debug mode after a few changes. Suddenly debug mode has stopped displaying recent changes, instead reverting to an ealier version. There are no indications of either compile or runtime errors. This makes it difficult to determine what is causing the problem. Is there some way to make the IDE not use a cached version Hi Matt, I'm working with Visual Basic.NET using VS2003 as ...Show All

  • Edson Richter System.InvalidOperationException

    Visual Studio 2005 Professional Edition: My app runs fine on my development computer, but, bombs out on the 3 other computers that I installed it on. It installs OK, but, upon execution, it immediately aborts with a System.InvalidOperationException. I suspect that this could be my problem: My .Computer.Audio.Play( "C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\OrthoLabRx\Or ...Show All

  • stupid girl How do I add to the registry?

    I don't really know how else to say it, I have some registry files and i'm trying to make a program that adds what's in the files to the registry. You can use the following code to import a .reg file without any prompt for confirmation. Public Sub ImportRegistry( ByVal strRegFile As String ) Dim strRegedit As String Dim strArguments As String strRegedit = System.E ...Show All

  • rbreidenstein Start application as Administrator.

    Hello, Is it possible to run a program as a different user, like Administrator. For example: I define the Administrators password in the program, the program starts, and then runs with Administrator priveleges. I know about the option 'Run as', but i want the program to start at startup, run as an Administrator and do his work. Thanks in advance. Hi, Probably I have messed up the code trying to ...Show All

  • Doc Glazer How to read and write text files?

    My question is how to read the content of a text file into my programme, and write it into another text file created by the programme. Could anybody tell me the most common method of doing that Thanks in advance! By the way, where can I find a good online tutorial for VB6 Although VB6 is not supported: I hope I am not too late on answering this Private Sub TextFileHandling() 'To write to f ...Show All

  • Ohadr2 Click-Once is not so simple...

    ok, here's the problem: i'm using VB.NET 2005 beta 2 all working nicely. i've made an app, debugged it and it runs all nice from the normal exe. but when i went to publish it, it seemed to work all fine until the installation page opened. i try to launch it but it says the "application is improperly formatted". clearly it isn't because i have run the bin exe many times. now, not only does the publishing not work, but when i go back to run t ...Show All

  • Mando stop watch using vb.net 2005

    how can i create a stop watch using vb.net 2005 i am performing a data extraction job using windows forms and want to display time elapsed on the form. how can i do it Thanks You can use the Stopwatch class. This class has members like Start, Stop, Reset. Using Application.DoEvents doesn't help. Using Stopwatch class i am displaying the elapsed time in a label on the form. The problem is that time elapsed time is not getti ...Show All

  • ftts Cannot reference a variable even thought it's public.

    I have a byte array in Form1 like so: Public Shared b() As Byte I try to reference it like so: tbchp.Text = BitConverter.ToUInt16(b, 135) However it says it isn't declared. I try to use the following in Form2: Public b() As Byte = Form1.b() With that it gives me the error: 'WindowsApplication1.Form1.b' is not accessible in this context because it is 'Protected' The forms are classes. To reference a public member of a class you nee ...Show All

  • sadaniel Adding a combox to datagrid still problem!!!

    Dear team    all the codes i saw for adding combox to datagrid still Unwritable....means    error befor compliting the line like    With TableStyle.GridColumnStyles ' Set datagrid ColumnStyle for Car field .Add(New DataGridTexatBoxColumn(tblCrrncMngr.GetItemProperties.Item("Car"))) ' Set datagrid ComboBox ColumnStyle for PubID field .Add(New DataGridComboBoxColumn(ds.Tables.Item("Companies"), 1, 0)) ' Datagrid Comb ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum