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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Can't open .js files in projects
Modding the Pong starter kit - questions
Visual C# 2005 Express Command Line Compiler
Saving File Format Idea... Help me
cannot inhertis Image class ??????????????????????
C#.net Form Close event
How to create a sort of login?
Trying to connect VB.net Express to SQL server express
Error 1 Unable to find manifest signing certificate in the certificate store.
Flash only works on my laptop

Top Answerers

Gregoire de Jabrun
CharlieD
WernerVN
Electrum
unreal
Jaimi
Ron Wilson
Brian123456
srinivas.D.N
ilsandor
Design Principles for
Only Title

Answer Questions

  • Hunter420 royalty-free images & icons

    I just installed and registered VS 2005 C++ Express. I got my benefits package. The website states that I get the royalty-free Corbis Image pack and the royalty-free IconBuffet icon suite. When I downloaded these packages, and read the licensing (yes I do read them!), I saw something completely different though. For example, Corbis' content license agreement says: "Subject to these license terms and regardless of the form in or media on whic ...Show All

  • Ted van Hoof why is vb.net printing so difficult?

    Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Hi There SJW Thanks A Lot...... Here’ a Variation of the Same Theme.....Needs a Button1 on a Form.... It ain’t Pretty But It Works Here...... Private Sub btnPrint_Click( ByVal sender A ...Show All

  • Benb54 No Visual studio template information found. See application log in Event viewer for more details.>>?????

    It says to go to control panel then to adminastrative tools and then to event viewer. I dont know what to after that. I tryed reinstalling Microsoft Visual Basic 2005 Express Edition twice and see if it fixed it and it didnt. I even tryed to restore my computer and see if it helped but no. How this error message comes up is when I try to create a new template or application. Please help. Theres a thread on thi ...Show All

  • pena_a Setup is loading installation components. Hang/stall

    hi i have searched for a answer without any luck. when i run the downloaded vbsetup.exe from the microsoft site the install hangs/stalls about 75% thru the process: "Setup is loading installation components." i have student addition vb.net 2003 installed which i tried unistalling without success.(no unistall) i ran the vs_uninst_betas.exe to remove unwamted items as suggested. I do not have the programs installed which it s ...Show All

  • Bill Simpson Getting data from a datatable

    Hi all, Im trying to retrieve data from one of my datatables but i dont know how to reference the location of the data i want. Basically i have a table as follows: Joint Type Thickness M8 M10 M16 JD1 35 100 200 300 JD1 45 150 250 350 JD2 35 400 500 600 JD2 45 450 550 650 The actual table has a lot more da ...Show All

  • IT-Beratung Newbie: tyring to use numbers in a textbox

    Ok, I am kind of stuck on how to accomplish the following: I am using 8 texboxes that will contain only numbers (ranging from -50 to 50, no decimals) Textbox 1 will contain the sum of all of the other texboxes. I can fill the other 7 textboxes with the numbers, but how do I add them together, and make it so that text box 1 will constantly add the sum of the other 7 text boxes (incase the values change later) Thanks in advanced. ...Show All

  • Christoph Wienands How do you make an invisible OCX?

    Hi, I'm using VB express and I cant seem to find a way of making my usercontrol invisible I can do it with VB6, its easy, But I want to make a control that doesn't have location and other visual properties, I've seen them but I cant make them. Am I missing something PS. Please dont post the obvious set visible to false, thats not what I want, lol, I want the ocx to only expose the methods and properties I set. Thanks. Sounds to me ...Show All

  • Geuris candidate function(s) not accessible

    one of my farvorite Error messages, the one kind that doesn't give a hint why!! I wrote a user control, add a public function to it. Now I put the user control on another Form in a other project, compiles fine and shows the conrtol when startet. If i try to access(add the code to access these) these self added public function of that control, it say that: candidate function(s) not accessible. when compiling. Why is that so A ...Show All

  • Glenfar Visual C# Keeps asking for Registration

    As of this moment I already have 2 "Thank you for registering Visual C# 2005 Express Edition!" e-mails in my inbox and just now, Visual C# asks again to register I'm OK with registering, but not if it keeps asking for it every day or two. What could be the problem Eric Eric - did you copy and paste the registration key into the registration dialog box Visual C# Express doesn't know that you have registered u ...Show All

  • jbv Progressbar

    I made a program that download and put it in a directory, but when i'm downloading it, the program sets the wait cursor. I would like to do a progressbar, and putting the default cursos while downloading. I'm very new with c#. The code:         private void botao1_Click(object sender, EventArgs e)         ...Show All

  • Ohako Strange behaviour retrieving field from Access DB

    Hi all, I'm retrieving a field from an access db (mdb file). This field is an int32 autoincremently. After read this data I put it in a combobox. The strange situation is this: when I look the list of combobox I don't see the number in sequential order, but first 1827 is correct, next one is 2005. After some range starts again 1828 until 2005. (Number goes until 6859) I don't understand why this could happen. I thought the problem could be some ...Show All

  • Informatix Neil Project Types and Templates Gone.

    I've been using VB 2005 Express Beta 2 for a few months now, and suddenly they're gone. i click on new project, and the window comes up asking me to select the project type, and/or a template, but there are no types or templates available. anyone know what may have happened are the types and templates stored as files in a certain directory I've tried repairing the installation, and it said the installation was a success, but there was an error. ...Show All

  • dmcgiv Passing System::Object to a function - how to

    Hi, I am stuck on a problem with pasing an argument to a function. I am using Visual C++ Express Edition and I imported an Active X component. It has a function like this: Virtual Bool AxTRIOPCLib::AxTrioPC::GetTable( int Val1, int Val2 , System Object ^% Values) Can sombody tell me how I can declare and pass an object to it and then later convert returned values into Double I cannot find any examples and I am not so experienced with . ...Show All

  • FILOU.. How to Access Child Methods from Mdi Parent at Runtime

    I am trying to write an Mdi application where the user picks a layout option from a Parent menu. This selection displays the required number of Child forms in the required layout. Then the user picks from a number of feeds to populate the active child form. This Sub is one of a number of similar ones attached to menu items, in this case a single docked window is displayed (I have similar code for various numbers of forms and layouts). ...Show All

  • MadCat How can I make an executable application that It can work from a cdrom without installing itself to the hdd?

    Hi All, Pretty much my question is on the subject field :) I want to create a simple presentation application to run from a cdrom. So I can handout copy of those cds to my customers. How can I achieve this Another issue is application should be able to work on win9X and XP boxes so what criteria should I consider before I start a project like this. Thanks for your help! Hi Ken, Is there a way that ...Show All

8485868788899091929394959697989901

©2008 Software Development Network

powered by phorum