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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

MRU List doesn't reorder correctly
sql express hosting
visual studio 2003 & 2005 Express
MFC Windows Sockets
Caught in the backwash.
PauseTime
Std Visual Studio 2005 vs. VS 2005 Express
Help on designing a program with short cuts to files
Can't access Network drive in Window Service
casting to base class

Top Answerers

Gaj
ssaha
CGlenn
SHESHAGIRI
amcclendon
Ravi Chand
Robert B
JVled
Mitesh Budhabhatti
Serge A. G.
SBS Development
Only Title

Answer Questions

  • Eric1971 error help plz

    howdy  i am new to this and am doing the microsoft vb express tut i am on number 1 of the tut and i am following him along this is the first bit of code we write Messagebox.show("hello world") then he clicks start debugging up the top to look if it works then looks like a play button everything starts up for him then when i do it i get this error ''Error trying to run project: unable to start debugging &n ...Show All

  • M.CeYLaN Slow screen redraw

    I am in inexperienced programmer who has an application that displays many (50-60) controls on a form. The application is a production planning system, that requires many controls displayed on screen (1 for each job qued on individual machines) Whenever the form is re-draw, it is painfully slow, I have set the doublebuffer ControlStyles etc, but are unable to fix the issue. This issue is running on a P4 2.8GHZ / 500MB PC. Can anyone ...Show All

  • DLSeth Good and Free Tutorials

    hi, i hope if anyone encounter a good free tutorial for  C# to share it with us here in this thread.     very good tutorial for OOP's concepts very well organized tutorial for C# basics Index for many tutorials online arranged in groups this is the best free dictionary i found for computer terms note there are many tabs in the result but most of computer terms in technology or wiki &nbs ...Show All

  • J.A.J. DataDirectory for Connection String

    It's easy to change the location/name of a dataset using the project properties - but how can you change it during run time The property shows Data Source=|DataDirectory|\filename, but there is no apparent way to access 'DataDirectory' in the code. Any ideas Worked like a charm! Exactly what I was looking for. Thanks. hi, the table adapter has connection property you can use it Public Class Form1 Priva ...Show All

  • Ron L Can Anyone Relate To This???

    Hi There http://www.geocities.com/tablizer/oopbad.htm Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed"   ralphg wrote: Hi, we live in a free world where erveryone can express his opnion. I know I like OOP. You should try both worlds and see whats best for you to use. Hi There I have Tried Both Worlds.... I Don't Dislike OOP... I j ...Show All

  • VDeepak Q: URI datatype in DataSet

    hi, How can i set a constraint to a column in my dataset as URI , what i know is that dataset is XSD file, and xsd has a datatype xs:anyURI, but i didn't find this datatype in the dataset datatypes ,is there any idea if that is not possible or not recommended how can i make constraint for textbox entery to be a valid uri or to convert the text that the user entered to uri will be thxfull for any help hi Matt Actualy ...Show All

  • juergen.b Passing values through methods

    How can you pass values from one method to another   I have been storing values in labels and textboxes.  Then, when another method needs the value, I initialize the variable to the text in the label or textbox. This gets the job done, but I would like to know the proper way to do this.   Hi, To elaborate on what Saleh said. You must use Methods or Functions which returns values to pass va ...Show All

  • Mike Dempsey I need help

    Hi my son Brent is wanting to learn how to program he is only 15 but knows alot about computers. What would be the best way and best programming laguage to learn. Also is there ne programming schooled that he could go to and how old do you have to be. Thnx Stacy Inform him about this forum and that there are tons of others on the web, such as www.xtremevbtalk.com, where there are many beginners as well. Also discussing programming approach ...Show All

  • leriksen71 Burning Express ISO Images To CD

    Hello All, I Am having difficulty burning the Visual Studio Express ISO images to CD. The extracted images will run fine when setup is executed from my hard drive. However, the minute I burn these files to a CD, the setup will fail. It fails during the first stage of the setup process when it is copying the temporary files to my hard drive. It always has trouble copying the 10th file, ixpvc.exe. It does not matter which install I am trying to ...Show All

  • Phil-2005 Connecting to access mdb file problem.

    I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All

  • Thomas Rothlisberger Font Problem

    Hi, I tried to set a post script font to a text field. But the font name itself not coming in the fonts list. (tried for local language atm fonts pfb ) Please clarify how to set this. nothing !. Thx. I need to convert the fonts to opentype. and then i need to recode it to local language. ( searching information from bhashaindia.com. But they are at higher level of concepts. May be very busy !..) Thx Again Moh ...Show All

  • dmongosa Hi, Im new here. Any one know where i can find resources for learning to develop casino games like slot machines...

    Hi. Anyone knows where i can find resources for learning to develop casino games, especially slot and fruit machines. like how to make a 3 reel on payline slot machine and animate the wheels. And how to make a algorithm to calculate win percent and the wheel stops like in realworld slots. im a slot machine fan and would love to develop soem. have many ideas i want to come real :) Thanks You're talking about something that's p ...Show All

  • Chinese Boy CD/DVD case image?

    I have a curious question, i've written the express versions to a dvd incase I need to reinstall them in the future. Is it possible to get some sort of Visual Studio 2005 Express dvd case cover image that I can use to print in Nero's CoverDesigner This way I can just put it in with the rest of my program cd/dvd cases and be able to easilly pick it out. (plus it'll look nicer than something scribbled on a piece of paper) ...Show All

  • Toddap .Net Framework 2.0 Fails Installation

    I am having extreme difficulty trying to install VB 2005 Express Edition. The software appears to install ok until near the end when the log shows the 1603 error. I am running winxp on a Inspiron 6000. .Net Framework 1.1 is installed, but I have read should not prevent 2.0 install. .Net framework 2.0 beta has not been installed and there is no evidence that it has. The failure seems to be in the .Net Framework 2.0 installation. It fails due to a ...Show All

  • jeyaseelan How to code for reading a data from select statement?

    In my database, I have a table. I want to select the largest number of sequence (an atribute of table) . Here are the codes by C#: int t_integer; SqlDataSource dtinput = new SqlDataSource (); dtinput.ConnectionString = ConfigurationManager .ConnectionStrings[ "connectionString" ].ToString(); dtinput.SelectCommand = "SELECT [sequence] from [input] WHERE [sequence] = MAX" ; After SELECT statement, I ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum