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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Problem with the database after publishing
What the Array is going on?
Suite integration toolkit failure during setup
Form Designer problem
recompiling old legacy c files on VB Express
rand() --- its ALWAYS 41!!!!
compiles but nothing happens
newbie question about adding a record to Access DB with VWD 2005
container?
Do I start a separate project with a new Form1, or, do I add a Form2 to my project?

Top Answerers

Azzmodan
robbykfet
wolfor
Sadagopan Rajaram - MSFT
Akiwa
rpp
Ronald_D_Craig
ALFKI
wjvii1437
pappascd
Entelechy Corporation
Only Title

Answer Questions

  • Andreas Haeusler ; after every line in int main() {}

    I read in a tutorial that at the end of every line in the int main() {} . But then I had a bunch of problems coming up with this code and one of the main problems was the fact that I put semicolons at the end of every line in the int main function. Here is the code: #include <iostream> using namespace std; int main() { int choice; cout << "Enter the number 1 if you want the color blue \n"; cout << "Enter t ...Show All

  • zbzb how to test snippets of code

    hi, I'm new to VC++ express edition. I just want to know that, if I have a snippet of code and I want to compile it and run it. How can I do it with out making a full project. is there any way to compile and test short programs. As I know, ist is impossible. Create a simple "template" project and use it for your quick experiments. This is not possbile through the VS2005. Nevertheless, that is something that we are cons ...Show All

  • David N.4117 capture Control-Enter keystroke

    In one of my programs I use e.KeyCode = Keys.Enter to tell when the Enter key is pressed while the focus is on a textbox.  I want to be able to capture when ControlEnter is pressed.  In the IntelliSense picker there is an option for CTRL modifier, but nothing for CtrlEnter.  So how do I combine the two to capture a ControlEnter keystroke   I tried e.KeyCode = Keys.Control + Keys.Enter but that doesn't work.  Thanks. ...Show All

  • Claus Brod Collection access in event handler (newbie)

    Hi I am making huge progress on my first program in Visual Basic Express, and have come to an abrupt stop. I have dynamically created a new Panel and dynamically populated it with a series of textboxes. Then I have filled each box successfully with desired text contents. These procedures work well and I can refill the textbox text properties at will. During the dynamic creation of the textboxes, I added each to a collection with: new ...Show All

  • Novicestd Visual Basic Express VS Visual Web Developer Express

    Hi There Visual Basic Express VS Visual Web Developer Express Assuming One has the Hardware, Software, and Talent to Develop a Client Server Application using either tool... Which is Better Windows Forms or Local Internet List Pluses and Minuses of Both Tools... Is Local Internet the Wave of the Future Is Windows Forms Long in the Tooth and ready for the Urn/Box Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Ha ...Show All

  • jriker1 Master-detail from two tables

    I have successfully linked several controls on a form to data from a table with the use of bindingsource. But what if the data is in two tables I have tried to use one bindingsource for each table - but how do you link this together Thanks! Maria Hi, here is an article about that: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbtskcreatingmasterdetailslistwithdatagrid.asp ...Show All

  • Markus Buhmann Does VC# 2005 Express edition support 3D rendering?

    Hello, I'm facing a problem while developing a 3D application in VisualC# 2005 Express Edition. The editor does not recognize 'Viewport3D.Camera' property. The following code is recognized by XAML Pad but shows an error in VS. <Viewport3D>    <Viewport3D.Camera>    <PerspectiveCamera LookAtPoint="0,0,0" Up="0,1,0" Position="-5,2,3" FieldOfView="45" />   </Viewport3D.Camera> &l ...Show All

  • Rodrigo Landaeta yadda yadda for Dummies -- getting data into my VB thang

    I posted this here , but realized it may have been in the wrong place. WDIK     yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app.  I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new dis ...Show All

  • Stephen Lepisto How to create a sort of login?

    Hello I want to make a program for certain people and I want it so that they need to enter a code the first time they run the program. The codes would need to be programmed into the program and a certain code would need to show certain info in the program ( for example: if someone entered code 12345 on the first startup the program would show 'welcome name'). If you need some extra explenation just ask. I would like to know how to do this. ...Show All

  • Peter Torr - MSFT String in VS C++ Express

    Hi guyz.... i have a problem with C++. I was trying to pass the values of type 'string' into the constructor the following way: static __declspec ( dllexport ) void MyAttributeDll(string ProcessName,string Command,string RawData,string Instance,string Instance_Key,string ErrorMessage, int iOccurrence); the compiler gives me a following error on that line: error C2061: syntax error : identifier 'string' if anyone can ...Show All

  • Asif fattah SQL Express & VWD

    I started going through Visual Web Developer 2005 Express Guideed Tour. There is a part in the instructions; Setting upyour database, that's not working correctly. It first asked me to download the scrips to my desktop which I did. It then asked me to Navigate to the Start | Run and paste the following in the box: "C:\Program Files\Microsoft SQL Server\90\Tools\binn\SQLCMD" -S "machine-name\SqlExpress" I changed the machine-name ...Show All

  • Bhupinder Can I run a Flash movie in Visual Studio?

    I would like to display a Flash movie from my project. In Flash 5 I was able to do this from a PictureBox on a windows form and specify the filename in the Propertise window. But I can't seem to get any information on this for Visual Studio 2005. I'm trying to display and introduction/demonstration page as a Flash before the first main menu page of my project. I would greatly appreciate any help thanks... D... ...Show All

  • azrich C# software or installer package

    HI with C# can you buld a software... also how you make the C# applications to software. I made a program by C# how can I run into a computer that doesnot have installed visual studio express or others in it.. My question is how and what to do with C# application so it can be run in any computer with out using C# tools thanks a lot To create a setup application (to create shortcuts, uninstall application, et ...Show All

  • The Big Kahuna Databases (lots of 'em!)

    Hi there, I am new at Visual Basic Express, and am in the process of planning a Visual Basic Application. The project will rely on a a database - I am uncertain on a number of things. The data will need to be accessible in the office of the company - I was thinking of either on their NAS, or hosted on the Web. a) Which is better -Microsoft SQL Server or Microsoft Access I know t ...Show All

  • f22_storm How do I get my free e-books?

    I downloaded, installed and registered the beta editions before Nov. 7th. I have yet to get an e-mail though telling me how to access my free e-books. I have a benefits page where I can download icons and pictures but nothing about e-books. Anyone know what's going on Thanks.  again . I also have this problem. All I get is Iconbuffet, Corbis, n software IPWorks! and Webp ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum