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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Refering to other sub in Visual Basic
how can .net framework 2.0 replace 1.1?
Unable to read data from the transport connection:
Desktop Shortcuts for Application
database saga
Directory listing
Reports & Persistance
SQL help
read write serial port
Dynamic Textbox - property setting problem.

Top Answerers

Fuzzier
DOHIT
T.F.E
Rick40
Expert
jeff.townes
sdasd
Howard Wilton
Rafie
Laurence Melloul - MSFT
Rivergy
Only Title

Answer Questions

  • Doug Svacina Cannot open file.

    Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : wa ...Show All

  • Saleem Yusuf Did I mess up?

    I created a project, unchecking "precompiled header" and checking "empty project" because I simply want an empty page to work on. I finish the creation process and it says it's all good, but it won't automatically open. I thought that was kind of weird, so I try to open it manually from within VC++. It won't open. Then I try manually opening it from My Documents and here's what comes up: "IntelliSense information will no ...Show All

  • wexley Visual C# Express 2005 Beta - Is there an "Add Method" in Class View as in 2003

    Can't find any > Add > Methid, Member ... when right clicking on class or Form in ClassView. Is this a "feature" of C# Express 2005 or my install is corrupted (my C# 2003 still installed and working OK) Thanks Mad* You can add methods from the classview digram. Select the view class diagram for the class ,right click and select Add.To override methods,select intellisense from the context menu and you should see the implement and ove ...Show All

  • Xtraeme Installation problems

    I've been having problems getting the J#, Web Developer, and the Visual Basic Express setup files to install the programs. I am currently unable to do anything to my pc as of now, because I am having a problem with it. The problem hopefully will be solved by this sunday. I downloaded IsoBuster, and I also downloaded the J#, Web Developer, and the Visual Basic Express setup files as an .img file. Anyone else having trouble getting the setup progr ...Show All

  • Richard_Mutschler Detecting user changes to data on form

    I have a form which is used to make changes to a database. When the form first opens the form fields are populated from the database. How can I tell if the user changes any of the fields. I would like to be able to detect this so that if the user tries to close the form I can prompt them to see if they wish to save the changes. Thanks Yes, that tells the binding manager to make sure to push current edits ...Show All

  • Scott47 Command Windows

    How can I open a command window, I search under help and it told guided me to VIEW > Other windows > and Command Window. But there is no such option. Hey Johan.... I Don't wanna Tug On Superman's Cape..... But Hey Dude This Ain't Visual Studio... It's VB Express..... Whatever..... CMD Seems what The Dude was asking for... I could Be Wrong..... But as I said before you don't wanna snap the Long Ranger's Mask............. ...Show All

  • e_LA sql commands in visual basic express 2005

    hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work ok i got that c ...Show All

  • Netenrich I need to count by ascii characters. Seems tricky!

    Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next ...Show All

  • Wraith2 Need Help

    hi, i know it might seems silly and even i don't expect answer but anyway since Dec 2005 i starting to learn programming with .net i have learned lots of stuff but every thing i try to learn will be like i open a door for hell, every thing even small controls have tons of properties and methods and lots of stuff you need to learn , i know its natural thing to happend when you start to learn new things, and i know i'll not be able to memorize ...Show All

  • awesum Need some help with class

    ok here goes I am trying to use a class to get an int from another class as one of the class is remade due to it being used on a using Multiple Forms. been trying to work this out for a good 3-4 days and looked all around the internet for help but i have given up i just can not work this out my self therefore this post, any help would be great. here is the code: Form1.h MDI main form [CODE]#pragma once #include "Settings.h" #include "plane ...Show All

  • Mr Adam SQL Server Express Installation Problem

    Hi, I am trying to install SQL Sever Express and it gets hanged at the stage "detecting installed IIS...." I have correctly installed Visual Basic 2005 Express edition. I have Windows XP Sp2 OS and correct version of .Net framework. I tried the installation many times since yesterday with IIS installed and not installed. But everytimes it gets hanged at the above stage.  Please help me out from this. Thanks Prasad Yeah, I'm having the ...Show All

  • whitenoise Dotnetfirebird

    Hi! Does anyone know if it's possible to get an report printed using the Firebird database It seems to be very good for using with embedded databases, but i can't find any good free report liberys to use with it. Does anyone know one Hello! I do have an ado.net provider, but i guess that crystal reports are going to cost me, and since i'm doing this as an hobby, i don't have the means to buy it. It would be be ...Show All

  • dnear1 Dual threaded bitmap creation

    Hi there, I have a simple example below showing how I create a bitmap from a data array: void Form1::ImageUpD(array<double,2>^ image) { ImageBmp = gcnew Bitmap(image->GetLength(0),image->GetLength(1),PixelFormat::Format24bppRgb); BitmapData^ data = ImageBmp->LockBits(Drawing::Rectangle(0,0,image->GetLength(0),image->GetLength(1)),ImageLockMode::WriteOnly,PixelFormat::Format24bppRgb); unsigned char *bits = (unsigned char *) ...Show All

  • IgotRuns microsoft access error after update

    I have this program that we use to do quick estimates when people walk in. The program was working fine before we did updates for our office program. Afterwards it gave an error and went to debug. We are a small buisness and the guy before me setup the program. I don't know anything about visual basic or access programming. I was wondering if someone could help me out with this problem. If you could fix it for me that would be even better. ...Show All

  • ASHAIKH Getting system icons for TreeView

    Hi, I'm trying to get system icons using the code below: SHFILEINFO sfi; HIMAGELIST hImageList; hImageList = (HIMAGELIST) SHGetFileInfo(TEXT( "C:\\" ), 0, &sfi, sizeof (SHFILEINFO), SHGFI_SYSICONINDEX | SHGFI_SMALLICON); treeView1->ImageList = hImageList; // gives compiling error When I try to build the solution, it gives the following compiling error: error C2664: 'System::Windows::Forms::TreeView::Ima ...Show All

97989901234567891011121314

©2008 Software Development Network

powered by phorum