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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

SDK question
template for windows service
I dont know where else to ask..... AutoPlay Menu made in VB Express
Common Dialog Box and Save- newbie question
Scaling arrays
CD Label Design?
How to publish a project ?
big BUG? ActiveX, backgroundworker1
win 32 console application
Common Dialog Box and Save- newbie question

Top Answerers

ejohnson0547
Bunker
Kanna
Jorge Tressino Rua
dan_muller
Picasso
Wayne_Peterson
Jay_
brandon beacher
paul ashfield2006
Computer Science Group, LLC
Only Title

Answer Questions

  • fireparser Creating Setup Programs Using Express

    Hi there; I am switching from VB6 to the .NET and thought learning C# would be very interesting. But there is an important question: How can you make installation software for you appliaction using Express In VS6 (VB6 to be more exact) there was Deployment Wizard. What to use in Express to do that or should I upgrade to Proffesional or some other version. Thanx very much in advance. hi, many thx Brendan best regards ...Show All

  • favio Configuration Manager In C# Express

    How to change Configuration Manager in C# Express 2005. I try to open Configuration Manager dialog box but Configuration Manager menu is disable. i try with this step: 1. Select Solution in Solution Explorer. 2. Choose menu Build - Connfiguration Manager am i miss something thanks. best regards, OktaEndy All the Steps Worked, The Configuration Manager only available in the Debug Menu But, I want to Pla ...Show All

  • JerryMcR Case Select - Not the best way ..

    I am trying to look up data in a grid.  I am using a Select Case statement, see below.  My question is there an another way to do this.  I have another table/grid of data that has 30 rows and 30 columns and my Select Case statement will be very big.       http://support.microsoft.com/default.aspx scid=kb;en-us;309357 Basically, this collection is looked up with a key, ...Show All

  • jb_tiburon No Debug?

    My new installation of the Feb05 CTP VC# Express seems to have come without a debug capability.  I don't recall seeing that as a feature missing from the express editions.  Both the Solution Configurations and Solution Platforms list boxes are blank and disabled.  The Project Configuration tabs have no Debug/Release/All Configurations selection capability.  In short, there appears to be no way of setting up a debug build alth ...Show All

  • wilyCoyote making a default button

    Hi!! I’m writing an application that the user write a number in a textbox and then press a button to process a sub. I want the user write in the textbox and when ends press Enter and call the same sub. Is this possible Thanks for the help. vbsux is even worse!!! cheers! Well, You could do something like this (I'm sure there is probably an easier way): Public Class Form1 'Global Variabl ...Show All

  • Ruben Cer. value from txtBox

    Hi all, In the new version this code variablename = me.txtboxname.value or variablename = Val(me.txtboxname.values) don`t wrk it. Is there a another option to read values (numbers) in vb express or i can`t use it in vb express cheers, spike MS Johan Stenberg wrote: Dim success As Boolean = Decimal .TryParse(txtFcprober.Text, test) I already removed but i ...Show All

  • SanjayAmladi Installing VB Express requires uninstalling VWD

    Ok, I'm stumped...  When I went to install VB Express it told me I had to uninstall VWD and SQL Server Express.  I did that and installed VB, but now when I try to reinstall VWD it tells me I have to uninstall VB. Can you not install both of them on the same machine at the same time Jay Ok, I downloaded and installed from the image file.  I got a successful install but when I opened VWD for the ...Show All

  • hover hyperlink How to restrict character from textbox?

    I have a program that use to input currency, but i really don't know how to restrict ascii character in the textbox, all i want is number are to be inputted in the textbox. Can u help me please:( hi, revised code using e.handled Private Sub txtTel_KeyPress( ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtTel.KeyPress If Char .IsLe ...Show All

  • Frend Chen Loading a lot of values from a databse into variables

    Hi, I have several questions... Perhaps you could help me 1) I have about 30 values that I need to export from my database into variables, to be used in the business logic layer for many calculations. The values are stored in one table. What is the simplest way to do this Isn't there something of the form int ValueofJake = SQLDataSource1.Customers.Name="Jake".Value; int ValueofBob = SQLDataSource1.Customers.Name="Bob".Value; etc. ... .. ...Show All

  • ehartwell Edit and Continue in VBX?

    Still having issues in debug mode in VBX beta 2. How do I detect/switch on 'Edit and Continue' - is it even available in VBX beta 2 Also no 'Location' item in breakpoint context menu Please advise... Hi Vikram Sorry but there is that debugging I have 4 entries 1. Environment 2. Project and solutions 3. Text editor basic 4. Windows form designer Regards Lars -- Microsoft Visual Studio 2005 Version 8.0.50727.42  (RTM.050727-4200) Micr ...Show All

  • freka586 MS Access and VB

    Hey everyone! I was wanderin if Access is worth using for a database with VB2005E or should I just learn SQL and ditch Access.\ I would like my application to store data but dont want to require the end user to have access... Im just so confused with this whole database deal... I searched google for some tutorials but im helpless lol Can you help clarify or send me a link for more help with this issue I am totally new to programming... TY very ...Show All

  • Tayfun AKCAY Download.com

    Hi, I wrote a program and uploaded it to www.download.com . They copy-protected and configured my .exe file to "try & buy" with their Protexis technology, then they gave it back to me in a zip file with this readme.txt file: What's in this zip file - YourProductName.dat: This is your original application, encrypted and renamed as a .dat file. For example, if your file was called YourProductName.exe, it is now encrypte ...Show All

  • hmcheung Learning Resources Zip File

    I was going throught videos on learning Visual Basic 2005 Express Edition and in lesson 2 (I just started) he says that you can download a learning resources .zip file from the location where this video was. I can't find the file anyone know where it is We are talking about tool strips and adding images tot he button and the zip file supposidly has the images. Thanks, Rick When I down load what I'm runni ...Show All

  • John Maloney BackgroundWorker Problems.

    Hello, I'm working on a simple app. that uses the GUI and 2 threads(backgroundWorker) to do some reading on some ports and to handle some alarms. The problem is that when ran on the target machine, it doesn't fire the update function, until it has finished or stopped. here's the basic function. 1- GUI loads. 2.- user configures the reader thread and starts the thread that keeps reading some ports. 3.- If the thread reads nothing, it upd ...Show All

  • Wims How we can use SQL query in DataSet Or DataTable

    How we can use SQL query in DataSet Or DataTable I means to say can we use group by clause and other clause that we generally used with database table. You can use Select Method of DataTable Class (input the Filter Expression) . http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdatadatatableclassselecttopic.asp Thanks. Hi, Sunil ...Show All

131415161718192021222324252627282930

©2008 Software Development Network

powered by phorum