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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Registration Benefits?
Visual C++ 2005 Beta 2 breaks when trying to view project options
Visual Studio Express Announcements...Few doubts can any one clarify?
sql database data calculation
The target "CopyOutOfDateSourceItemsToOutputDirectoryAlways" does not exist in the project.
Combo Box Queries
Context menus
Howe do I bring the animation in my form, to front of the controls?
Tool Strips, Text Box Focus and Accept Buttons
Error OLE_E_CANT_BINDTOSOURCE when upgrading Visual Basic 6 Project

Top Answerers

Jon David
Martin Nuss
Deva Wijewickrema
JavaGuy147
Frango
Sathik
Antony Kancidrowski
Marc.
Gamb
MattMattMattMattMatt
McMillan's Visual
Only Title

Answer Questions

  • Anoop.H.TVM Missing GettingStarted.htm Page

    All, I just completed an uninstall of VC# Beta 1, .net framework 2 and SQL EXP followed by an install of VCS Beta 2.  Upon opening I noticed the internal web browser displayed an error page and apparently can't find the file: C:\Program%20Files\Microsoft%20Visual%20Studio%208\Common7\IDE\VCSExpress\HTML\GettingStarted.htm I've searched the drive for this file and it appears to be missing.  I've also tried to repair the instal ...Show All

  • Flamin Communicating to other apps...?

    Hello, Is there a way to communicate to other apps It doesn't have to be communicating communicate... What I need is this. I need to fill out a from another app. Then my app has to press enter. Yes, I think it's possible by "Sending" the keys. But the problem is when I try to get the result, let's say trajectory distance, then how am I going to get that It's in the program after you press enter. It displays it for you. H ...Show All

  • Hawkins No symbols loaded.

    [code]'My First Project 1.exe': Loaded 'C:\Documents and Settings\Cody\My Documents\Visual Studio 2005\Projects\My First Project 1\debug\My First Project 1.exe', Symbols loaded. 'My First Project 1.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'My First Project 1.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown duri ...Show All

  • Simon_-_Yang Sort Data Before Storing in Dataset - Create Array?

    Hi everyone, I have a routine that basically follows the Microsoft article on getting installed software from a computer ( http://support.microsoft.com/default.aspx scid=kb;en-us;821775 ). The name of each installed app is stored in a programmatically created dataset. Then at a later time the data from the dataset is filtered and presented in a listbox to show the installed apps. The problem is that I would like the data alphabetized in th ...Show All

  • invantix problem installing

    i have tried multiple times to install MSVC++ express and every time i get the error: i have tried installing using the one were it downloads it from the internet as it installs and the iso one and it gives the same error.  I even tried to make the folder during the install for it but even that gives me an error. i even tried installing in a different location but that didnt help any either. {edit} actually it doe ...Show All

  • TamNT What about Datarepaeter?

    What about Datarepaeter   Its work on VB 2005 The repeater control only exists for web projects, not Windows Forms projects.  Your best bet is to use a datagrid (some examples: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/wnf_custdatagrid.asp ) or to utilize third party controls such as those from Infragistics (gallery of some grid controls that may act like a repe ...Show All

  • MichelleMcKelvey Drawing Very Precise Lines

    I work for a bank and I am looking to create an application that will print temporary checks onto some check-stock that we have. In order to do this, I need to be able to print several lines (like the ones on your personal checks) and, due to the way sorters read them, they have to be in EXACTLY the right spot. I have figured out how to draw the lines, ev.Graphics.DrawLine , but I can't seem to get them where they need to be (they are ...Show All

  • Calhoun Solutions Character* in string comparison....

    Can anyone tell me if this is correct ........................ if ( (strcmp( returnVal, "<name> %s </name>" )!=0 ) ) { ................ where returnVal a char*.If not is there any way to correct it I'm not sure if low level splitting/parsing the string is the best option. It won't scale as well as orcmid's regex solution when they parsing needs to go beyond <name> </name> pairs. One other ...Show All

  • Alemus About Combobox

    Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno      ...Show All

  • 虫豸 Visual Studio Installation Express

    Have just installed Visual Web Developer Express with SQL Express. Seemingly successfully Running the program for the first time and creating a "personal website" a suggested produces this error on attempting to view the newly created site " The file "\\fs01\Users\robin\My Documents\Visual Studio 2005\WebSites\WebSite3\App_Data\Personal.mdf" is on a network path that is not supported for database files." ...Show All

  • Michael Ruminer Graphics in PictureBox not visible at start

    Hi! Does anybody know, how to make visible graphics in the PictureBox control immediately at start of the program, when the form is loaded and visible I have UserControl which contains PictureBox and I created procedure that uses GDI+ to draw some lines, texts in PictureBox. It works OK when I run it by clicking button on the form, but when I put the same procedure to the constructor of UserControl or to the event handler which handles L ...Show All

  • sobrle Google PHP block Compiler

    I am trying to make Google ad code compiler for php blocks. I already finished all the variables but I am having so much trouble inserting line breaks becuase I want google_ad_height= Variable (then I need break) google_ad_length= Variable And I cant do line breakes in VB. Does anyone have any clue on how to format this I looked all over MSDN but suprisingly I couldn't find an article. I thought that this would be the easiest part ...Show All

  • Balthasar New Project Pane

    I'm not sure if this is a problem or not. I've seen several references to a 'New Project Pane' but I don't have it. I'm not sure if this is a holdover from a prev beta or what. I'm using Beta2. When I look up documentation on writing ASP.Net code on the web it says to open a new project and select the new Web Forms from the New Projects pane. I also ran into this problem when researching how to deploy an app which is in the current documentation ...Show All

  • Knagis search

    Hi, In the form i have a textbox,i enter a value in the textbox.the datagridview display the rows that matched to the textbox value.How to perform search in datagridview. Thanks in advance. Try this . ...Show All

  • hhanckes TableAdapter.Update does not save data

    How can I save data entered in a dataset via the UI I tried the code suggested in the "VB Guided Tour", Private Sub Form1_FormClosing( ByVal sender As Object , ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me .FormClosing Me .AddressesBindingSource.EndEdit() Me .AddressesTableAdapter.Update( Me .SQLdbDataSet.Addresses) End Sub but all changes are lost when I restart the application. Thanks. ...Show All

676869707172737475767778798081828384

©2008 Software Development Network

powered by phorum