Answer Questions
Kasper B coloring buttons by code
Hello, I have these two buttons named: ------------------ button1 button2 ---------------- and there is: -------------- label1 -------------- and when button1 is pressed it will excute this code: label1.Text = "button1" and when button2 is pressed, it will excute this code: label1.Text = "button2" and I also have this code (gets excuted when my imagebox's image location changes): --------------------------------------------- ...Show All
moria How do I get this registration Key I read about?
Where do I get the registration key for the express release I registered but all that got me was some access to tutorials, but no key for visual basic 2005. Is there still a key requirement Does VB 2005 expire in 30 days or something or did I just misread this at some point Thanks. No, not for the Express Edition's. For all other version you need to have a key. Thanks a lot. I dunno where I thought I ...Show All
Hacker Registration & Localized builds
Hi all I'm of course very excited about the release of the Visual Studio Express Editions and would like to start downloading immediately, but I still have one question: When I download and register an English version of an Express Edition now, can I still download and register a German version for free when it is released Thank you very much in advance, Sven Thanks a lot for your answer! Sven ...Show All
Sebastian Wilczy?ski Creating reports in Vb Express 2005
Are there any type of reporting features in VB Express 2005 Tried Crystal 9.0 with no luck. Any help appreciated. John Williams Per the walkthroughs you can add a report to a project, but they lie you can't. I have tried, there is varied information all over the microsoft site, some places say you can use reporting services, others say it is not for winForms, I don't know what to believe or if we c ...Show All
jsena VB 2005 Express registration
When i click on the link to "Registration Benefit Portal" (http://go.microsoft.com/fwlink/ LinkId=52054) i enventually get redirected to https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 which says Error: The page you have requested is unavailable or you do not have access. Suggest MS update something :-) and can anyone tell me how i get to this web page It might take a day or two before the be ...Show All
ArunM How to Hide Mouse Cursor in Visual Basic Express
I have a problem on hiding my mouse cursor on Visual Basic Express... How can I do this... Can you please help me my fellow:( Thanks Thanks:) System.Windows.Forms.Cursor.hide() ...Show All
Kevin111 Question about errors in Swimsuit Calculator project
I just converted a second project to VB 2005 EE format from VB 6 called "Ami Mizuno's Swimsuit Calculator!" and there were 2 errors in it which are the following: ================================================================== Error 1 'Public Event Load(sender As Object, e As System.EventArgs)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. C:\Visual Basic Projects\Ami Swimsuit Calc ...Show All
John Mac Searching for """FREE""" VIDEO Tutorials that help C++ beginners learn how to program...Anybody got any ideas???
Hello, I am new to the C++ programming language. I am using the Visual Studio 2005 Express Edition. I learn best when I am hearing what I am supposed to do and I can see what it is that I am supposed to type...so I am trying to find find Video tutorials that do this. Does anyone know of a website(s) that has really good tutorials (that are FREE)...besides Microsoft... that really help an individual learn how to program as a begi ...Show All
ducksauce CollectionEditor in VB 2005 Express
Is the CollectionEditor available in VB2005 Express I get a "is not defined" error even though I have included all the imports that I have seen in various examples. My imports are: Imports System Imports System.Drawing Imports System.Windows.Forms Imports System.Globalization Imports System.ComponentModel Imports System.Drawing.Design ' for UITypeEditor Imports System.Windows.Forms.Design Imports System.ComponentModel.Design When I look at the ...Show All
Tarp Uninstalling -- I have version VB.NET 2005 Beta -- no uninstaller
Bit complicated question... I had VB.NET 2005 BETA during testing last year. I created a backup of my harddrive with it installed (full drive and registers) and since then I uninstalled the beta. Then, last month my computer crashed, and I restored the files and registers, and it overlapped with some files I still had on disk. I wasn't able to run it for some reason and couldn't get that installer since beta is finished, so I uninstalled it usin ...Show All
naskar Include an Access database in VB express project
Hello, does anybody knows if it is possible to include an Access database into my project (created with VBExpress 2005) so that automatically copied to bin and exe folder each time I debug or compile my project or it does not matter where the database has been located in my disc Thanks alot!! OK Dave Ithink I 've got it ... many thanks !! ...Show All
Bezel 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
tinglewis Cannot open SQL Server Express table with StudioExpress & C#Express
I have a problem to open SQL Server 2005 Express table with both Studio Express and C# Express>Database Explorer at the same time. I can open table with both tools indivisually. However, if I open table with Studio Express first, then try to open it with C# Express>Database Explorer , it comes out an error: Cannot open user default database. Login failed. Login failed user 'myComputerName\Administrator' Then I exit Studio Express , o ...Show All
jbarrick 'NullReferenceException' with blank picture boxes
Whenever a picture box is blank (contains no image) and it is used in an If statement, it comes up with a NullReferenceException error. How can this be resolved Example 1 : Checks to see if the picture box is blank: For temp = 1 To 116 If Form1.Pile(temp).Image.Equals(Form1.Blank.Image) Then 'Form1.Blank is a picture box with no image. If Form1.Pile(temp) is blank , then the error pops up GoTo 200 End If Next ...Show All
rakam View Network Shares
My network admin asked if I could develop an app that could view all the network shares like net view. He would just like a GUI of course. Does anyone know where I can find some code on how to build this I'm an internet developer and have not programmed a windows app in a few years. I just need a kick in the right direction. Thnx in advance! Perhaps My .Computer.FileSystem.Drives(Index).DriveType.ToString ...Show All
