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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Assemblies signing
How do I: Modify Published Project
database
When I assign x = y and then later change x, y is getting changed
How do I...
Problem porting a Visual C++ 6 application to Visual C++ 2005
VB 2005 Express and game programming
crystal reports in VC# express
Getting the current logged on user and NOT the user running the App
How to create View Text Size in WebBrowser

Top Answerers

microzt
Geoffrey Jacoby
Robert te Kaat - IS
iowatvman
nun123
Timothy C Hughes
Dave Black
azreon
Eduardo Andrade
Visagar
TimeSpring Software
Only Title

Answer Questions

  • nantunes82 Error Message

    Hello, Whenever I try to build an application and compile and run it, I always get the same error message. "The application failed to initialize correctly. (0xc0000005)" This also occurs on other Visual Studio 2005 Express Editions. I re-installed windows and that did not fix the problem. Does anyone have any ideas that could help Thank you. Hi, Can you give links to some of the erro ...Show All

  • chudman A lot of code on one form when using tab folders. Any solutions?

    Hi, I am using VB.NET 2005. I have a fairly large program and have broken it up into tab folders. I would like each tab to have a seprate form in order to isolate the code associated with each tab. I notice that the way VB.NET uses tabs, all of the code is on one form which makes finding code segments messy. Is there a way to fix this, or do I have to live with it. I am using modules extensively to reduce the amount of code on the form. Any s ...Show All

  • Brian Trautman Execute String?

    Hello, I have a quick question about C#. I used to do a lot of PHP programming, and there was a function that I found to be very useful. It was the eval() function, and it took a string, and evaluated it as PHP code. Now, is there a function in C# that allows me to do this as well The reason I want to do this is, I have 81 textboxes setup in a grid. I want to be able to make c ...Show All

  • GrandpaBob information not found in MSDN Library

    When going threw the MSDN help, I run into areas where I get information not found. I've done all the suggestions and posting here is proof my connection is ok. And example of my problem is a page located at Visual basic guided tour - Intro to VB programming language - - Represent words, numbers, values, variables - - - Closer Look: Data Types. A link on this page labled Numeric Data Types takes me to the error page. There are als ...Show All

  • vitia 'Package failed to load' errors on first start of release version

    I got this error when starting the ide. I got the same errormessage several times for different packages when trying to click on any of the links in the workspace. The program also crashed on exit. I've tried the beta version earlier, but it didn't work correctly either (header files seemed to be missing from the installation). I've uninstalled all the beta stuff before installing the release version. my setup is win xp, english home edition, S ...Show All

  • gkcvan Visual C# Express Edition support for remoting?

    Does Visual c# Express Edition support remoting I haven’t been able to find any information about that. To enable remoting you have to create and register a channel ala:   ChannelServices.RegisterChannel(new TcpChannel());   When I try to use the following namespace:   using System.Runtime.Remoting.Channels.Tcp;   and compile - I get this error message:   The type or namespa ...Show All

  • william kossack uninstall tool screen blank

    Hi, I'm almost certain that I do NOT have any beta Microsoft products.  However, just in case, I tried running the uninstall tool over the internet, because I want the Express products.  But all I get is a flash of something, and before I can read it, I get a white blank screen.  After half an hour, or so, I closed the window, & I found it's log which ends, [12/3/2005 2:1:40] <3700> Issue Uninstall Visual Studio componen ...Show All

  • Padmakar Using multiple data bound items

    Hello! Im very new to programing in VB. I have a database with info about some persons. I've managed to let the user select the name from the listbox and other info apeears on the form. Now I want to build in a search. I want to let the user to select gander, hair color, eyecolor etc. But if i use data bound items on gander I get gander info of every person (of course :P). So how to get in the gander combo box only 2 options (male/female) and ge ...Show All

  • AmandaS_MS (newbie) Collection Add {Before | After} question

    Hi From the Help system Public Sub Add( _ ByVal Item As Object, _ Optional ByVal Key As String, _ Optional ByVal { Before | After } As Object = Nothing _ ) The example given for above in Help doesn't show the use of the { Before | After } optional part. How do I indicate that I want 'Flag' used as 'Before' or 'After' in the following WordSearch.ScoresTable.Add(t1, , Flag) My Integer Flag is the correct location where I need to A ...Show All

  • gon how to add new line in messagebox

    in vb.net, " &vbnewline& " is used to add a new line in the messagebox.show(); e.g. messagebox.show("this is first line" & vbnewline & "this is second line"); how to do it in c#.net plz help In C# (like most C derived languages), escape characters are used to denote special characters such as return and tab, and + is used in place of & for string concatenation. To make your code ...Show All

  • Jacob Bolan Intellisense Elements Missing

    Hi all, Hopefully someone can help with this matter. I was attempting to bind a data table to a Checkedlistbox and display a selected field. As far as i was aware i could use the Datasource method to do this and then the displayMember method to set the filed i wish to display in the list. When looking through the intellisense options for the checkedlistbox I could find neither of these options. However, if i just typed them in and used the ...Show All

  • D.D.R. newbie question - 2nd window

    i haven’t programmed since the times of turbo-c. with the zero-cost-edition of visual c++ 2005 i’ve started again - and of cource i am a little bit confused about .net framework 2.0 my problem: i’ve built a window called "form1" with a button on it named "build new window". by pressing this button i planned to open another (fully functionable) window. this window is added to the project via project > new element > ...Show All

  • De los Palotes Juan Properties.Settings gives error :"0, 0 is not a valid value for Int32"

    Happens everytime, don't know why... Take a form... In properties: ApplicationSettings...Location...new...opens up a standard window to pick a New Application Setting...Take the default value 0;0 or make that anything you want and then somehow that 0;0 turns into 0,0. Now when I edit it in the Settings.settings and type in 0;0 instead of 0,0 ...pop-up says cann't convert 300;00  to an instance of System.Drawing.Size... Am I missing somethi ...Show All

  • Undying Timing issue

    I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All

  • ChristosK107730 A problem connecting to the database. Cant update it from the program

    hello. i started to learn visual basic 2005 express edition. and i learn it from the tutorial in MSDN. i came to the "managing your records: using data in your programs" topic. i did everything the tutorial says: create a database, making a table in the database, adding the database to the "data sources" and creating a dataset. then i carried the table, that i created in the database, onto the form, as the tutorial says. ever ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum