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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Rich text in DataGridView
still problem
Please help with VB of a web page DDL
BIG BUG in VB 2005
Build doesn't work
Send E-mail in VWD Express
Q: What is the modules
How do I get the Corbis Photos?
VBscript into VB
sendkeys and focus

Top Answerers

James Todd
dmelfi
Arno3456
Jim25_SQL
mgwalm
CalgaryDataGirl
msoca
Maulik Soni
Thesp
Geyur
Codework
Only Title

Answer Questions

  • Idiot19 Importing vb6 files the C#

    How do i import my old vb6 programs into C# i just got it and have no clue how stuff works yet so if i could get a step by step that would be nice thank you. There are subltle nuances to the languages so a one to one conversion can be tricky at sometimes but not all. There are some tools on the internet which will do the conversion, but they usually have a price to them.... When I was in a similar situation I ...Show All

  • Mike.PD Intellectual Question??

    Hi There Below Is a Is a Generated VB Simple Program. - A Windows Form with a Rich Text Editor Control loaded with the Text - "Hello World Without A Printer"....... < Global .Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protec ...Show All

  • Caroline Wise Visual C# 2005 Express Edition: Build a Program Now!

    Hi all, I want to get a copy of the book "Visual C#(R) 2005 Express Edition: Build a Program Now!" which is free as a benefit of registering C# Express Ed.  However, I've got VS Standard Edition and this book isn't included in the reg benefits.  I don't want to go thru the process of downloading, installing and registering C# EE just to get this book.  Anyone got any ideas on how I can get a copy without doing this Thanks, s ...Show All

  • Vanio Benetollo Visual C# 2005 Express Edition...on Windows XP SP1

    Hi, I'm looking for a way to install the VC# 2005 Express Edition on my Win XP SP1 computer. I can't upgrade becoz the SP2 doesn't work stable on my computer and with my ISP. Im forced to stay on SP1, is there anyway i can install the VC# IDE on my present pc.... The online installer i downloaded does not allow me to proceed until I'm done with the upgrading. Regards, Awaiting Reply, Dayson Pais thank you for your replies, i think i bett ...Show All

  • Allenvm3 public vs. private methods

    Hi I am going through the video tutes here, and reading the supplementary material in the PDF, but im still confused about the differences between creating a public, or private method. what is the difference are they both used, or is one preferred to the other thanks for any tips. DA hi, think of it as securety permissions and visiblity to others for example if you have private stuff >>> then w ...Show All

  • mmatsumura can't install SQL Server Express 2005

    I've tried to install sql server express (final release),  but the setup failed and I got the message: "An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name. "  any idea what this means Many thanks to you guys for the suggestions/help that you provided! Although it took me awhile to solve the puzzle so to speak, I f ...Show All

  • Peter Manesis Registered VC++Express at work instead of at home

    My stupid mistake: I downloaded Visual C++ Express at work because I need to practice C for my job. However, when it asked for my MSN Passport, I entered my home information. So now I won't be able to download and register it at home. Is there any way to unregister Related question: I'm hoping it's okay to download it at work and also at home, since I obviously can't be in two places at once, so I would only be using one at a time. Thanks ...Show All

  • bdubyah Windows Application template

    Visual Basic Express 2005 When I click on "new project" and the template window comes up, I only have the Class Library and Screen Saver starter kits. I cannot find the "Windows Application" template. I have looked through the files in the command prompt but have not seen anything that looks like a template installer. Any help will be appreciated. Thank You, Don hello, actualy i don't kn ...Show All

  • JT673 Choose Items Error

    http://knd.org.uk/files/deskvb.PNG This is what I get when I try to go to Choose Items from the toolbox right click thing. How do I stop this Tried it, and it didn't help. I'd probably try a reinstall - see if that helps. Eliminate the skins: I know it's nice and all, but it can cause problems - and since you are doing things with a specific window (toolbox window), it may be causing problem ...Show All

  • Chris Nahr Simple way for database access?

    Hi there, I'm embarrassed to admit I've only just made the step up from VB6 and am a little lost! After much fiddling I've come up with the following solution for querying a simple database for names matching what is entered into a text box (and popping the results in a listbox), but I can't help feeling there must be an easier way than that pasted below. Any suggestions would be greatly appreciated! Private Sub tbSearch_TextChanged(ByVa ...Show All

  • dzeaman Problems encountered when changing to 2005

    Hello, I just installed VC++ Express 2005 and opened my project in it. It seems several changes were made in the compiler that now causes my code to be erroneous. I'd like an explanation why these things have changed and the best way to correct them if possible (when its not obvious). 1. I noticed the Win32 Application project wizard was gone. Why 2. for-loops no longer accept previous loop-variables from same-level for-loops to be used. W ...Show All

  • Debbio Cannot install SQL Server 2005 Express

    Hi, I have tried installing SQL Server Express 2005 a couple of times after installing Windows XP with/SP2. Also, I noticed that SQL Server 2005 was installed in the Add/Remove area within the control panel. Thus, should I remove the SQL Server 2005 things and retry the installing of SQL Server 2005 Express Thanks in advance, -Conrad There are other tools that you can use to access the ...Show All

  • DRaiko ip change notify

    How can i get notify by e-mail when my IP change, sending me a message telling the new ip Thanks from now, Miranda Handle the System.Net.NetworkInformation. NetworkChange .NetworkAddressChanged event. I miss the word sorry, i'm not a english speaker. When i said lazy i would like to say that i'm a new programmer, a noob I'm a little bit lazy, can u explain it to me ...Show All

  • ajsri77 How to Load URL into WebBrowser?

    How can i load a page into my web browser control, i got an error on this program, do u have any sample code that loads a webpage into a webrowser control Thanks;) Thanks a lot bro;) Hi, If you have an error, you should try and be specific about what it is & detail the actual error in your post so that others can help you with your problem. Anyway, if y ...Show All

  • Ben Taylor UK Check Array for in another Array

    I have a console utility I am trying to build and I am wondering what's the best way to go about checking one array to see if each of it's values are in another array Let me explain. I have a text file which is set up like this: UserID1,Group1 Group2 Group3 Group4 UserID2,Group1 Group3 Group4 UserID2,Group5 Group6 So, one UserID can be on multiple lines, but groups never repeat. I also have setup an array o ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum