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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

insert form for visual web developer
Object Reference Problem, Why doesn't this work?
Controls Not Working When Published
value of my variable is 1, i want 001
Error: undeclared identifier
Arrays wont work?
Cross thread calls to windows forms
Add Record
The things I draw don't stay!
Error with CurDir!

Top Answerers

SickByte
Pham Vu Khanh
John F
neaf
SarcieHuber
Denis R - MSFT
Vadmyst
Shiplu
Honza
Beginning Debugging
Village Voice Most Popular
Only Title

Answer Questions

  • Brak59 C# : What is wrong with this?

    public int [] DaysOfMonths( int MyYear) { return {31, (System. DateTime .DaysInMonth(MyYear,2)), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; } } You have to write return new int[] {31, .... Mattias, Thank you; it works. However, Why does return @"Mystring"; work without requiring return new string @"My String"; ...Show All

  • caius Save info

    how can i make a program ask a question, save the answer somewhere and never ask the question again but remembers the info even when it is resarted and can refer to it. so like if i said my name is ben the first time i ran it every time it started up it said "hello ben" or what ever i'd put. Thanks everybody thts solved my prob thnks!!! ok we're nearly there. i tried the code ubove, but Vb doesn't recongnize it. I'm usi ...Show All

  • Hongmei Ge Visual Basic Express Edition expired..

    Just opened a new project for today (12:45AM) and Visual Basic Express Edition Beta 2 has given me a prompt that its' expired.. I thought it never did - can someone help me out here please. Thank you. I think why they distribute a version that is expired is a question for Computer Shopper to answer. The download of the released, non-expiring version has been available since 7th of november 2005. P ...Show All

  • Hitesh Mangal No symbols loaded.

    [code]'My First Project 1.exe': Loaded 'C:\Documents and Settings\Cody\My Documents\Visual Studio 2005\Projects\My First Project 1\debug\My First Project 1.exe', Symbols loaded. 'My First Project 1.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'My First Project 1.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown duri ...Show All

  • Lariamon Value Conversion Error

    Hi Whenever I retrieve a piece of information from a custom query, and then trying to add that information to a new row, I always receive a "Value of type Integer cannot be converted to 'System.Guid'" error. Does anyone know what could be the root of the problem Dim currentHighID As Integer = Me .Tbl_OrderDetailTableAdapter.GetMaxID newRow.ID = currentHighID+1 <<line with error ...Show All

  • Brian M. Reisman VB Express Cleanup Tool failed for me

    I found the VB Express cleanup tool in another message on this board and I tried it, hoping it would solve my problem if bein unable to install the latest VB Express Beta 2. It didn't.  The log showed it deleted tons of stuff (even after I did all the recommended de-installs) but the Beta2 Setup program still gives me the message about previously uninstalled versions and then quits. My system is XP Home with SP 2 and all the latest fixes. ...Show All

  • Ubersnug Color text not returning to normal!

    I have my text turning a different color when I type a certain thing in, but the problem is that it wont change back to black after I type it. And, after I type it, any key I press will retype what I typed before. Heres my code: Private Sub RichTextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged Dim Tag As String Tag = "<html>&qu ...Show All

  • Akhmad VB 2005 Express - datagridview

    Hai, I would like to make a datagridview, see example i want 4 dings 1. combobox of column keuze 2. show valuta right 3. datetimepicker 4. edits directly to database De code below wont do the job.         Dim aDataTable As DataTable = New DataTable         Dim aSQL As String = "SELECT Tabel1.Id, Tabel2.Tekst, Tabel1.String, Tabel1.Valuta, Tabel1.In ...Show All

  • JeffSchwartz1 Chapter 9 In The Book Build A Program Now c#

    Well i have purchased the book Build A Program Now c# by Microsoft, Im at Chapter 9 where you build the weather tracker,when i try to do the exit command for the exit button on the context menu strip i get to Application.Exit(); then } and i get stuck! I type the } abd i know it goes there cause the book says it does and the little red squiggle mark come beside it! sO I erase it and the little red squiggle comes beside the Application.Exit(); ...Show All

  • Scott Campbell Please Help!! Can't download due to BITS error!!

    I have read the faq on my error message: "Background Intelligent Transfer Service (BITS) Disabled" and I have set the BITS service to Manual - (it already was) and the only dependency it has is RPC and that is set to 'automatic' (it is disabled so I can't change it to 'Manual').   I tried to "start" BITS and I ran the BITS admin repair tool but still get the same error when I begin to download. Please help friends - I can't ev ...Show All

  • Jeffery Sumner Null

    Is there an equivalence to IsNull() if u r dealin with Data base null value then e.g. If <DataReader>.GetValue(0) Is DBNull.Value // it is null; do something End If HI, I guess the null equivalent of visual basic is nothing, So you can check it this way: if myobjVar is Nothin ...Show All

  • PK_Sean MIcrosoft Visual C++ Runtime Library

    I am getting this error when trying to open my newly installed quickbooks: Runtime Error! abnormal program termintaion Any Ideas on why this might be Thank you Chris Sounds like the Google Toolbar problem. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=79085&SiteID=1 This error is appearing for a number of applications, and not consistenetly. This therefore suggests it ...Show All

  • santy Working with string/char

    Hi, I need to get a string from textbox and do some things to it. for example, if the string is "ABCDEF", Each character has a specified value that i need to set (how ) I want to get each of the letters and multiply their value with some index. when i try to do so, i get an error about string to char conversion. how do i extract each letter from the string but still keep the main string thank you for your help. ...Show All

  • bjun .Net Framework 2.0 Beta and Starting VB

    Hey Everyone, I'm just getting started in Visual Basic, and I'm starting out with the express edition betas, and I'm trying to do an app in it, but whenever I try to install my app on another pc that pc has to download the .net framework 2.0 beta which is a larger file then I'd like them to have to download if they want to use my application.  Is there any way to get around this such as packaging the framework with my applicaiton, or use th ...Show All

  • Nate McMurtray Windows Server 2003 Security Settings

    How do I change security settings for the .Net Framework 2.0 on a Windows 2003 server There is no snapin for it in Microsoft Management Console, only for .NET 1.1 and changes that I make to that don't apply to my 2.0 programs. Any help Thanks much, Lydon There should be a snapin for it. It's called ".NET Framework 2.0 Configuration". By default, it's accessible through Start->Programs-> Admin ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum