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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Configuration Manager Platform vs. Options - VC++ Directories
can you help
path
Tables don't show up in Data Sources in VB2005 Express
dumpbin.exe
Activation
How to move form without the title bar?
No key
VB Load/Unload Forms
unable to write to db (vb2005Express to SQLServer2005Express)

Top Answerers

BhuttCrackSpackle
Bill Call
MadouKz
Jonathan Hardwick - MSFT
Helder Magalhaes
ansilb
LesleyW
firehorizon
Nick The Newbie
Mathew N
Programaci贸nF谩cil
Only Title

Answer Questions

  • SokSa.Icy Visual Studio Customer Experience Improvement Program

    Hi, This shows in my system tray despite answering 'No'. When I click Help | Customer Feedback Options and press 'No' and OK it doesn't go away. I actually wouldn't mind if it just didn't create any entry in the system tray! Please can someone help me get rid of this. It should be classed as spyware as I have no way of getting rid of it and I didn't choose to install it. This is a known bug with ...Show All

  • prof.gabi Invalid search path specified in LIB environment variable

    i just installed C# express, and wanted to build the browser thing. Warning 1 Invalid search path 'C:\Program\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' i cant find any lib or include anywhere... on the hard drive :( any one know what im doing wrong thanks Thanks for the answer... but i know how to change read a post that you had replied to before.... but where are ...Show All

  • iortizvictory Columnwidth in Propertygrid

    Hi, Is it possible to adjust the width of the first propertycolumn in a propertygrid My propertynames are much longer then the values wich the user can enter. I want the first column wider then the second column. Puffeltje Yes, you can. Set the mouse pointer on the seperator that seperates column 1 and column 2. The mouse pointer will change and then when you press the left mouse button and hold it you ...Show All

  • Stéphane Beauchemin Opening a Help File from a C# Application

    I'm using C# Express B2, and I am very new to programming. I'm trying to have a help file (.chm) that I created open when the "Contents" option on the "Help" menu is clicked. I have added the help control to the project and set its namespace property to the location of the file. Now I'm stuck; I can't find the exact steps/code I need to make the menu item click actually open the file. How do I tell my application, "When the user clicks the "Cont ...Show All

  • Daniel A. Kornev 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

  • Bravo2007 Help installing DirectX8 runtime library 4 VB2005

    Hello, By the name, you should easily be able to tell that I am new to this, and I am very interested in laerning VB, but I am having trouble installing a runtime library for the new edition of VB.  Any help is appreciated.  Thanks. Well it seems that I have found the answer to my question, but if anyone else is having this problem than please read: When referencing DirectX in VB2005 go to windows ...Show All

  • Ed.S. OK I AM Dumb

    I must be because what I'm trying to do will not work. I have a table (Fruit) containing an ID (Identity)and a description(Apple, Banana etc..) so 1= Apple 2= Banana etc... I have a table (containing other info plus a column for the fruit ID I have a form with a dropdown to select the fruit to add Now heres where I go stupid... I need the combobox to show the item description from the first table (Apple) but stamp the ID(1) i ...Show All

  • Stephen XYZ What happend to vector file? All of the sudden syntax errors in vendor supplied header...

    I have been trying out VC++2005 express and compiled some programs recently that included from the std library 'vector' header.  At first everything compiled find yesterday, but then all of the sudden today any file that includes vector will not compile and I get 9 syntax errors from the vector header file.  I copied the vector header file over from the VC++ 2003 toolkit installation and dropped it into the include directory for VC++ 2 ...Show All

  • hackfinn Datagrid Replay

    can any proffesional help me on datagrid i want date and time write in cells automatic when another cells while fill and if this cells not fill then other cell not write time and date       I want when i fill any cells in column1 automatic enother cells in column 2 will fill with time now and date Dim i As Integer If Coming_tblDataGridView.Rows(i).Cells(0).Value <> "" ...Show All

  • Robert98 Java Language Conversion Assistant 3.0

    Is the above part of the c# express edition If so, how do I access it If not, can I download a compatible version of the tool John: It doesn't ship with C# Express, but you can download it here: http://msdn.microsoft.com/vstudio/downloads/tools/jlca/default.aspx Michael Blome - Visual C# Documentation Team The Java Language Conversion Assistant is not include ...Show All

  • Firestorm353 List Box Delete Question

    I have a check book reconciler program. The user inputed values for Checks, Deposits and Fees are displayed in their respective list boxes. Also as items are added - I have updating the checkbook balance accordingly. My question is - I want to allow the user the option of deleting any entry in any list box. Prior to deleting the entry I need to know the decimal value so that the checkbook balance can be adjusted accordingly. For example if my ...Show All

  • mghile VC++ Express 2005 - Missing User Created Control project template

    Under VC++ 2003 one could create a new custom control by using one of the standard supplied templates (i.e windows control library .net template) However, this project template is not provided as an option for the VC++ 2005 Express edition - this is a real shame. Has any one manged a suitable workaround       The express editions have some limitations and hence try larger editions. ...Show All

  • Shawn Ramey problem running a code

    i was trying to compile a c program that is a very simple c program in visual c++ express edition #include <stdio.h> main () { double radius,area ; printf( "radius= " ); scanf_s( "%d" ,&radius); area=3.14 * radius * radius ; printf( "area=%d" ,area); } when i build the solution it says no errors no warning but when i debug it the command prompt windows just vanishes when ...Show All

  • Alex Barry Question about error message 'Label is not defined'

    Hello all, I am manually converting a VB6 program to VS 2005 Exp Ed. This is code I have inherited, so please go easy on me if something looks sloppy or could be done better. I am also teaching myself Visual Basic, so there is still a lot I don't know. Below is some code that I am working with. This launches a software program that I support. The software needs a location defined for the work in progress files, which is why the code verif ...Show All

  • Pete Richards VSTO in Visual Studio Express

    Does anyone know if VSTO v.2 will work within the VS Express We have solution engineers on our team who might be able to pick up the Express version relatively easy and we'd like them to use VSTO to create Office SmartDocs. Thanks in advance! Thanks, Luke. Any idea if VSTO Express will be coming out also Roman - No, VSTO functionality will not be in the Express Editions of ...Show All

8910111213141516171819202122232425

©2008 Software Development Network

powered by phorum