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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Win2000??? -- will it work
Manually uninstall betas
A small complaint from nobody
How to Connect to Oracle in VCS?
Can I Create an Access DataBase Without Access?
Graphics to Image
Express & Standard edition - Commercial application development
MIcrosoft Visual C++ Runtime Library
Can I run a Flash movie in Visual Studio?
Small textbox, read file error

Top Answerers

ArchanaG
ashwin_k_s
Stevoie
Manish Dudeja
NielO
andrewness
zullu
Fab IT
WEM
mankow
X-Files Components
Only Title

Answer Questions

  • KeFei Wang Copy data from one form to another

    I have 2 forms; form1, details In form1 I have a combobox1, In details, I have a textbox1 I'm trying to get the value from combobox1 to display in textbox1. I tryed the following: form1.cs .... { Details f = new Details (); f.Show(); } public ComboBox combobox1 { get { return comboBox1; Details.cs ....... private Form1 otherForm; private void GetOtherFormCombobox() { textBox1 ...Show All

  • Ark Man Total noob...how do i learn to use vb2005express

    hey, i'm a total noob right now...i havn't had any visual anything b4, and the in-program help is useless to me, and so is the microsoft,msdn website. Any1 have any recomendations of what books/websites can help me learn with examples and explanations at my level I am already getting 2 books -- Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner and Wrox's Visual Basic 2005 Express Edition Starter Kit (Programmer ...Show All

  • QuantumArchitect Threading and Windows Forms Questions

    The application I am currently writing requires that I add large numbers of files to a checked list box. I have made a separate thread to recurse through directories and add files to the list, in order to keep the main form responsive to the user. The code looks like this basically: void AddFolderRec(string folderName) { MainForm.ThreadSafeAddFile d = new MainForm.ThreadSafeAddFile(_parentForm.AddFile); foreach (str ...Show All

  • sassenach export whole program/project to work on another pc?

    hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export proj ...Show All

  • Nancy Sullivan Not necessarily "Express" Related, but what about WinMX

    With the cnahge from VB 6 to .NET 1, now .NET2, are we going to have to learn all over again to program under WinFX I'm just now getting my bearings in VB2005 (from VB5 Pro), will this be obsolete in a few months as well Am I misunderstanding the concept Quite the opposite. I couldn't be more excited about VS2005 and the direction that VB is going. There are a couple of things I'd change a ...Show All

  • Murbro Printf Error C3861

    Hello Forum :) im New to C++ and i need help ;o) (anything new ) Oki... i have been looking through all of the forum to find ANYTHING on the Simple "Hello World" program. I have tryed all possible things i know to get it fixed, but cant find a solution, but i wrote #include "stdio.h" int main () { printf ( "Hello, World!\n" ); return 0; } And i get the Error swprintf.inl(40) : err ...Show All

  • FLx Events not receved

    I communicate with a COM Server, everything works fine, until I receive this server fires an event. First, my application seems not to receve this event. When I toggle a breakpoint on the event handler, this breakpoint is shown, and I see that the event delivers the parameters, I expect. When I remove the breakpoint and continue my application, all following events are received as expected. My installation is  Visual C# 2005 Micro ...Show All

  • Emil Steen @ Cognitio De-installing Visual Studio Express

    I want to install SQL Server Express, for which I apparrently need to de-install VS. However, I can't find an uninstall button anywhere. What should I do There should be an entry in the Add/Remove Programs Control Panel applet. How to: Uninstall SQL Server Express ...Show All

  • DRN Registration benefits

    I just read the announcement about the benefits of registration. I already had registered so of course it didn't let me register again. Is there a way to still get the downloads or should I now know never to register an MS product until they have some registration benefits announced It seems to be various success to get to the registration benefits portal. Have you tried a few times at different times ...Show All

  • ItzikE (newbie) How to refresh text box contents

    Hi Dare I ask another question! I have a second form which opens via a button on main form. This form shows a score table (32 textboxes) The display/saving/loading/hiding for this form all work OK. I now have a new score (4 of the text boxes) to change. The following Sub seems to achieve the resorting of the ScoresTable Collection (the score table text boxes) inserting a new score appropriately. However, this doesn't change the value ...Show All

  • ddaaddoo My VB

    Okay i've gone and bought Vb.net 2003 form Pc worlds right. And i bought a book to go with it. in my book the buttons and loading bars and stuff are all in the xp style. However whrn i do a button it looks 98 ish. what i want to know is is there some kind of setting i can get to make my programs looking the xp style cause at the moment, they look 98. I have!!! Vb standard edition   To set up "XP style" buttons and ...Show All

  • C.R.B. Using Classes and Structs

    I am confused on using Classes and Structs. Can anyone shed light on what MS has changed about them example this code generates a ton of weird errors #include <windows.h> class CIGECORE { public :     LPSTR sAppTitle;     int iPosX;     int iPosY;     int iWidth;     int iHeight; };   Here are the errors im gett ...Show All

  • Jon_The_Coder Setting printer paper size? Please...

    i am doing label printing in vb.net(2003). not all the labes are same size. in that case i need to set paper size/ paper name to printer. i tried the following but i couldn't .. Dim prndoc As PrintDocument = New PrintDocument Dim pgSize As PaperSize = New System.Drawing.Printing.PaperSize("Diskette Label(2.76 in x 1.88 in)", 2.76, 1.88) prndoc.PrinterSettings.PaperSizes = pgSize ( this is read only property, but i want to ...Show All

  • rcodyr Is it possible to use two OLEDB datasources In this Way?

    I am wondering if its possible to do something like what I have in my adaptor= line below (which doesn't work at the moment). All I am really trying to do is come up with a quick and dirty way to pull a few rows out of one database/table and pop them into another database/table: Dim constr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Media\Databases\Configurator.mdb" con = New OleDbConnection(constr) ...Show All

  • LuvWhiteSand Disabling Buttons

    I'm in the proccess of try to create a program that, at log in the user must accept the terms and conditions but I'm having trouble of diabling things like the windows key to stop people for bypassing it, does any one know of any coding I can put it to disable these buttons. Any help would be greatly apreciated Cheers Buttons include: Windows Key Windows Key + .......(e.g "e") Ctrl+Alt+Del any other that I've o ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum