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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Is it possible to shell an application seamlessly?
Windows Form Designer Generated Code
Closing an application
Is Visual Basic Express A Toy?????
WINDOWS CONTROL LIBRARY FOR VISUAL BASIC 2005 EXPRESS
Command object
No Export Template option in C++ version?
How to create a sort of login?
Rowfilter with variable
copy project changing project name only

Top Answerers

J.Douglas
Jeff Waz
Wisenight
Dino Viehland
Sushma
flbos
ChristoRaja
Modoko
Adhemar
tee_user5
Topix: ABBA
Only Title

Answer Questions

  • James Bender Sql money type and textbox confusion

    I have a table (named mymoney) with three coloumns dept and holding as money type and id. I got another table (name bills) which I enter some bills. Bills table also have a dept, holding and id coloumns. I created a datagridview to enter bills. Then when someone click on save, I want that program gets the sum of dept and holding coloumns and update the mymoney table according to the id. On the datagrid form I used ---Begin Code--- ...Show All

  • freda123 Network Applications with VB2005 Express a few simple questions????

    Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me  Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All

  • VenkatKrish SDK for WinXP x64

    Good day, I have AMD64 processor with winXPPro x64 and tried to download the x86 SDK but it wouldn't install (I thought it would install into the x86 folder). I then downloaded the AMD64 SDK and installed from the web...well, I thought I had...but when I went into the "Program Files\Microsoft SDK" folder (after getting a success message) I discovered that none of the sub-directories (include, bin, etc) had installed there. I ...Show All

  • Paul Papadopoulos Printing a form

    After following the code found here   to print a Windows Form I now have this Dim memoryImage As Bitmap Private Sub CaptureScreen() Dim myGraphics As Graphics = Me .CreateGraphics() Dim s As Size = Me .Size memoryImage = New Bitmap(s.Width, s.Height, myGraphics) Dim memoryGraphics As Graphics = Graphics.FromImage(memoryImage) memoryGraphics.CopyFromScreen( Me .Location.X, Me .Location.Y, 0, 0, s) End ...Show All

  • shart44 Trouble with the avalon 2005 ctp release

    I installed the Visual Express C# beta 2 recently, with it I installed the .Net Framework Beta 2 (v2.0.50215) Then when I tried to install Avalon from my cd it said I needed to install the v2.0.50110. So if I uninstall one .Net Framework one product wont work, I would really appreciate any help with it, because I need to start working with Avalon as soon as possible. Danke! Thank you Speedo! I will wait until t ...Show All

  • Bagilu Is VB Express & VBW Express Good Enough ?

    Hi, i am a professinal shareware & web developer, currently using VB 6.0 to build my software(shareware) and FrontPage as a web editor. i have also used vb.net 2003 but i don't like it and refuse to upgrade to 2003, becuase of its complexities. but, after i seen VB Express & VBD Express, i really liked it, its much better. my question is, Is VB Express & VBD Express good enough to build shareware, and professional web ...Show All

  • ptaylor pchnotify.exe error

    This is my errors poping up!. 1. first error: Just-In-Time Debugging An exception 'System.TypeInitializationException' has occured in pchnotify.exe. However, no debuggers are registered that can dubug this exception. Unable to JIT debug. 2. second error: JIT Debugging JIT Debugging failed with the following error: Odefinierat fel "undefined error" Please check the documentation topic 'Just-in-time debugging errors ...Show All

  • .nettled Are default *.exe and source directories different than in VC6

    Hi When I begin a new solution (or more likely a problem) its directory structure is strange. Source is in solution/solution/solution.cpp but *.exe goes into /solution/debug directory. Why is this different from previous versions. And how to change default behaviour to a proper one. Regards LM L M wrote: When I begin a new solution (or more likely a problem) its directory structure is strange. Source is ...Show All

  • Rudy W. Visual C++ Locks up the computer...

    Shortly after I start coding in VC++ my entire computer locks up and I have to restart it.  This has happened every time I have tried to use the program.  I am really disappointed because VC++ 6.0 isn't supported anymore, so this is all I have to use unless I want to spend lots of money...  I like Microsoft's products a lot more than compilers like dev-cpp and stuff, but this really sucks... So anyway - does anybody know why this ...Show All

  • Sonymony Deploying-issues on Windows XP

      Deploying-issues on Windows XP   I have experienced annoying limitations trying to deploy Visual Basic 2005 Express Edition applications with SQL-database connection on Windows XP. Besides, the debugging feature on other XP-identities than the one where VB was registered, has proven inadequate as well.   In my experience it is only possible to debug the application with database co ...Show All

  • Mabs Ahmed Two questions about ListBox

    hello, Frist question is about ListBox and may be able for other tools How can I enable resize the ListBox control on the form Second : How can I remove only the selected items from listBox1 Best Regards hi, Thanks Michael for help, But those links helps about painting a listbox I`m asking about any thing to enable usres to control the size of listbox or textbox, etc... best regards hi, sorry guys I`m ...Show All

  • Filip2412 insert filename into SQL Table

    Hi I'm just not getting this but how can you insert the filename into a table. I managed to upload a file from website to my hard drive but now what to save the filename to a field in the database. Can someone please help Here's the code for aspx file and following the code for aspx.vb file: <% @ Page Language ="VB" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFil ...Show All

  • Don Peterson GetPixel from a WebBrowser control?

    Hello, once again Microsoft. I need help with my WebBrowser control. You see, I would like to be able to grab a specific pixel from it. I've tried to declare the GetPixel lib (GDI32) as I did in Visual Basic 6, which I got pretty used to. That didn't work, so now I need some swifty code to do it. Maybe capture the WebBrowser to an image an use the .GetPixel property I just don't know. Please tell me what you know, and help me!  - ...Show All

  • jimmsl Connecting to SQLExpress

    I no it's bad form to cross post, however I posted this on the SQL forum and didn't get a response so thought I'd try.    I'm sure this has been asked previously and serached the forum with no luck.  I'm using vb05-express to connect.  I create the db in the folder the program executes from.  The connection string is as follows; Dim myCn As New SqlConnection       &nbs ...Show All

  • KC k_cheung Installation of VB

    After downloading end extracting Visual Basic 2005 Express Edition Beta2, I run setup.exe. Everytime it finishes with an error: "A problem has been encountered while loading setup components. Canceling setup." Where can I find more information what is really missing Is vsbasereqs.dll and vs70uimgr.dll in the directory Can you try redownloading the express setup Is this from a CD that you burned I trie ...Show All

192021222324252627282930313233343536

©2008 Software Development Network

powered by phorum