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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Custom wrappers
Numeric 101
New to the whole, Visual Basic Express Edition
ClickOnce Install Problem
incompatible types - from 'char [4]' to 'LPCWSTR'
VS2005 Express PDF File Creation for web
How can I know/check all neccessary DLL and OCX for CAB file?
EXE=Windows Application?
dim problem
getting the rank of an item in an array of numbers

Top Answerers

Vasanths R
Hugh Perkins_
Normous
Vernon in Middlewich
ssk123
thee
andyboy
unreal-xan
Luu Sinh Ngoc
Adah
Mimer Information Technology AB
Only Title

Answer Questions

  • Barry Andrew Can not download the C# e-book from benefits portal

    I, too, have another kind of a problem. I just recently registered VC#, and I received the email with the Benefits Portal. When I try to download any of the goodies(I am a complete newbie-begginer-so I am very much interested in the e-book .pdf file) I get only a dreamweaver file. Can anyone help me As you have a different problem I split the post so you have a new thread instead. are you trying to download ...Show All

  • Divermarv Is .NET Framework necessary in the client m/c for running a c#.net project?

    Hi I have a c#.net project in hand....I have to run my this project in the client m/c .... I will be giving only dlls files to the client.... so Wht are the necessary requirements for my project to run on the client m/c Is .net framework compulsory in client m/c Plz let me know. Yes, the whole point is indeed that your client requires the .NET framework in order to run your C# project. ...Show All

  • Tom Guinther deployment error

    I have created a wonderful windows application with visual C# express, this is quite a feat since I new nothing of programming before I started. Thanks to lots of help from articles and forum entries. Thank you. My issue is I can "click once publish" and install on my production machince xppro and when I try to install on another machine xphome, I simply get the application has encountered a problem and wants to send an error repor ...Show All

  • Erik ETS Saving table

    Hello I am fairly new to this, I have been creating a small application that has come together fine and works, however all data that is stored in my table is lossed when the user exits the program and loads it back up. I presume that I need to have some way of saving the table and loading it up when the program is opened again. I have tried a few things so far with no success, can someone tell me what the best way of doing this would be, and ...Show All

  • James Newman Problems with MID command

    Hello, My question is about Access forms, but as they're done using Visual Basic I hope you'll be able to help me. I've an access database with some forms. After changing my computer I'm not able to open database due an error with MID command. Here you're a part of code: nm_fil_aux = CLng(Mid(nm_fil, 1, InStr(nm_fil, ".age"))) Access version I've is the same I had before change, but I think a OCX, DLL is missed. For thi ...Show All

  • ratster How to save the configuration properties

    I setup the configuration properties for my solution. But each time, i restart my solution, I found the setup lost and I should setup again. Any idea about it thanks a lot. What file are you modifying You should be modifying the app.config in your root project directory, not the assemblyname.config in the debug or release directories. app.config is copied into your debug or release directory whenever you run the application from Vi ...Show All

  • flysocket Filling a DataGridView

    hi, i have a form contains a combobox and a datagridview the combobox ( valuememeber called "catid", displaymemeber called "catname") the datagridview has three columns (subcatid, subcatname, subcatcatid) i want when i add a new row to the datagridview the last column "subcatcatid" to take its value automaticly from the combobox valuememeber i can't do that useing the wizard because my dataset doesn't retrieve data from datab ...Show All

  • Rajasekaran_itech Help!!!

    I have VB homework due in 45 minutes and i cant get past an error message that I am recieving. I am supposed to be making a calorie counter and I cant get it to do any calculations. I was getting an error message for the parsing. It said "Input string was not in a correct format." Public Class Form1 Private Sub exitbutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles exitbutton.Click 'close the program ...Show All

  • Rahul Mittal Windows Form Designer Generated Code

    I've created a number of forms and got the Generated Code, but now I don't seem to be getting the Generated Code with new forms.  What am I missing Thanks, jerryk I'm in the free VB Express Edition 2005/2008 but there's no plus sign to expand in any of my projects What to do Thanks. Newbie In Solution Explorer, click Show All Files ...Show All

  • RichardBlewett Compare age with birthdate

    I can't think of a function to calculate this. I have a persons BirthDate and I want to check if their age is between two values. It looks like that: user inputs a minimum and a maximum age. Then I make a BindingSource.Filter where I check if there is anyone in the database whos age is between those two values. Because I do a direct BindingSource.Filter I can't change the birthdate in age value, I have to change the age value in a date that can ...Show All

  • dnear1 A Little Unrelated question..... Anyone can help?

    Hey,   I have been working with microsoft technologies for some time now.... after studying the software parts.... i have decided to go on to programming and study further into that route as a hobby.  Would anyone be able to assist me into which programming language to start with and what is the major differance between :-                     ...Show All

  • semsem2005 CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2

    Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code:    &nb ...Show All

  • Ofer Mozes Passing One Var Between Two Forms Using Constructers?????

    I know it has been asked at least 3 Times.... The answers are way to general and assumming an Understanding of OOP to be helpful to me.... Could someone Please post some very simple EXECUTABLE Code that does this using two forms...... two buttons and One variable.... Thanks Bronco Billy wrote: 1.start a windows form1 2.drag a button on the form1 3.insert code in the button handle to to create a c ...Show All

  • Magne_01 error 2098

    When trying to install visual studio 2005 beta , I got error 2098 saying the file may be corupt and exited the installation. Any suggestions You cann't install Visual Studio with your corrupted installation file, so, download Visual Studio Express , it's free to download and free to registeration. You mentioned beta, the VS2005 are no longer in beta but released. Either you install the free express editi ...Show All

  • RVlem SOS Help needed

    Hello to everyone! I'm new at Microsoft technologies and want to start web and windows applications development. The problem is that I don't know were to start from, ie which language to learn. I'm a little confused between C++.NET , VB.NET, C#. Can all these do the same task For instance, can I use c++.net while coding in asp.net I'm tented to start with c#, but my friends tell me to look for the great power of C++.NET while others tell me ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum