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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How to connect VB.net 2005 express with SQL Server 2000?
webbrowser control
Trouble creating an Array of Objects
Launching Debug Errors in August CTP of Visual Web Developer
Q: URI datatype in DataSet
Error adding reference .dll
CD Deployment using ClickOnce
I'm trying to Open Excel From VB
How to turn OFF remote debugging. (I.e. Unable to initiate DCOM communication)
Send E-mail in VWD Express

Top Answerers

mukesh zala
iayman
Vikas Khandpur
Guruper
Bjarne K
mohsan
Kevik
joneal
10e
bbsfor
Developer Fusion
Only Title

Answer Questions

  • Alberto Ferreira How can I make ....?

    Well, The main is that I want to make the program alert me what key was press when that key is pressed. How can I make that Or If there is a good tutorial for starting programming in C# Thanks It will sound very idiot, but, when I get until this step: private void e(object sender, KeyPressEventArgs e) { MessageBox.Show(e); } What I have to do, for make the MessaBox.Show() Method alert that any Key was pressed ...Show All

  • VBAJR Classes - Help!

    Hello! I've been in self-study with VB.NET for a year or so now and I've still to this day had problems understanding the concept of classes. I am currently using the free video series for VB.NET 2005 Express and am on the area of OOP and it still doesn't make much sense. I have a subscription to Books 24/7 and maybe can find a good book. Does anyone know of a good books to teach the concept of class design in VB and ASP.NET ISBN's would be appr ...Show All

  • moneppo selling programs built with vc express

    Hi! Ive got a question: Is it legal to sell programs that were made and compiled with the vc2005 express edition The FAQ provides a simple answer to your question: http://msdn.microsoft.com/vstudio/express/support/faq/ See General Question 4. There is a copy of the EULA on the CD-ROM in the root directory. It's name is eula.1033.txt and it contains the same license provisions that I recall seeing in o ...Show All

  • Ziper MSI Installer and C# Express

    I am happy with most of the features in C# Express, but ClickOnce deployment is not my preference - I would really like to use MSI. Can I combine C# Express with any MSI Installation packages I assume that it is hard to find out what merge modules etc. that should be included.   Thanks in advance. Soeren The only thing you really need to run a typical .NET application, is the .NET runtime, whi ...Show All

  • averge joe Drag an image from one PictureBox to another PictureBox

    Visual Basic 2005: I would like to drag an image from within one picturebox to another picturebox and position it at a variety of positions within that picturebox. Is this possible using Visual Basic 2005 I could drag an image from one PictureBox to another PictureBox, but, I could not position the image within the target PictureBox. Also, the image should be visible as it is being dragged.  And, ...Show All

  • sander van vliet Explanation

    Would someone please explain the following code to me I'm trying to incorporate it into my programm as part of a protection routine, one of my friends gave it to me from a program he wrote in VB6 but he is off on a back packing holiday for the next two months so I can't ask him for help. Pos% = Len(ln$) While Mid$(ln$, Pos%, 1) <> " " Pos% = Pos% - 1 Wend SerialLo& = HexString(Mid$(ln$, Pos% + 1, 2)) + HexString(Mid$( ...Show All

  • Pirgher Default Browser

    How do you get the default browser to open with a url without using the webbrowser control. You used to be able to do it in vb6. Or how do you get the webbrowser control in visual studio 2005 beta to show anything I put in webbrowser1.navigate( http://msn.com ) for instance and it shows a page that is an error page saying it cant find the server. But IE starts fine out side of Visual Studio and finds the server all the time. Interesting q ...Show All

  • Loic Baumann Data not updating: VB 2005 Express Tutorial

    Hi!  I'm new to VB and databases, so I'm working thru the below linked tutorial provided by MSDN: http://msdn2.microsoft.com/en-us/library/es6f6ht5.aspx My code is correct and I have followed the directions to a T.  However, I cannot get my database to save changes using either the BindingNavigator control or by (attempting) to force it to update using the TableAdapter.Update() function.  Here is all the code I have for the ...Show All

  • jbullard Error .exe is missing question

    I'm geting the error messege "Video Studio cannot start debugging because the debug target 'C:\\documents and settings\name\local setings\application data\temporary projects\ConsoleApplication1\bin\debug\consoleapplication1.exe is missing. Please build the project and retry or set the outpath and assembly name properties appropiately to point at the direct location for the target assembly." when i try to run a simple hello world progra ...Show All

  • hmmmm How do I add a Real Time Clock to my Application?

    I am very much a newb to VB but want to get started on an Alarm Clock program, I have viewed the first 6 videos here http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx So thats about as fars as my knowledge goes. I havent been able to find a Clock controll to add to my project, so how do I add a Real Time Clock to my project so that I can perform different functions based on what time it is ...Show All

  • GraemeH Directory listing

    I am currently working on an archiving project. I have got it to work to some degree. It uses a folderBrowserDialog box to locate the directory to zip. Parses the string and creates the save location. It then zips and compresses the files by recursing through the directories and obtaining a list of files to be added to the zip file. Now here is my question. How could I select multiple folders in one pass And also is it possible do delete folder ...Show All

  • shanhuangus Launch IE and input data

    I have posted this before without succeess. Allow me then to repost. All the people in my office log on to different websites everyday multiple times with their usernames and passwords. I would like to write a VBE application that allows us to launch IE and input usernames and passwords. It has to use IE. I know how to implement the above with the webbrowser control, but it is not an option because we want to use IE, ...Show All

  • Justin Mungal GridView with changed Header Text wont Update

    EDIT: see 2nd post for more up to date testing results. I'm having a few mildly frustrating issues with these components because finally they are usuable for me (2003 couldn't bind parameter values to controls), it's almost working except for one small niggling problem... I have setup an SQL database connection with my SqlDataSource and bound it to my FormView. I have manually verified that all 4 of my SQL statements exist. The f ...Show All

  • samcneal Problem with classes & objects???

    This has happened on 2 PC's (work & home) with both VB Express & C# Express. I'll use C# as the example. When you create a form you automatically get "using Foo;" created at the top. I'll use System.Data as an example. Since it's already "using System.Data", I expand that and add OleDB to the end of that. No intellisense but no worries, it works. I create the connection object as such: OleDBConnection conn = new OleDBConnection(); T ...Show All

  • Jay_ Form close and BackgroundWorker

    I have a BackgroundWorker retriving data to a report viewer and it takes a minute or so. What should I do for when the user closes the form (MDIChild) during the life of the BackgroundWorker I added BackgroundWorker.CancelAsync() in the formclosing event and it seam to work, but when you exit the application you get an error. You are saying I have to let the BackgroundWorker finish I prefer the user will see the form close right ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum