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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Plugins, DirectX, and other languages
Treeview question #4
VisualWeb-expres beta2 2005 installation problems-Help
Handling SQLException with a DataGridView
C# Callback from C++ DLL
Data access problems
Add Data Source Wizard Functionality
Scanned images are not sharp in PictureBox
How create sub handling button field click
Data Binding

Top Answerers

Rickahooy
dbw
alfios
Vaibhav_Patel
sanjeeva.s
husky1
CarrieW
David Langford
WILLPOWER
MJAIN
Visio
Only Title

Answer Questions

  • Julian Haeger Random Numbers again!!!

    Hi there, i think i have gotten into a bit of a fix... here is the problem: i have used the random obj to generate random numbers between 1 to 90. some times when the application runs, it picks a number twice. for example an output would be 2,8,34,2,67.... is it possible to make sure all numbers picked are only selected once that is if i request for 10 ranadom numbers, each 10 digits would be unique... this is driving me nutts!! ...Show All

  • Enishi69 Simple Exponential function *WITHOUT* using math:: class methods. *HELP*

    I need to write a function called IntegerPower which uses Base and Exponent as parameters. This function will be called from within main function. use a while or for to control the calculations I am not swift in .NET, can someone help Needs to read two inputs from the user (base and exponent). Then calculate. Here is what I have: (but doesnt work) I am new to the msdn libraries. I cannot use the math:: class. PLease help!!! Thanks in ad ...Show All

  • AngeloSalaIT Problems with Downloading Registration Benefits

    There have been several reports of problems with accessing and downloading registration benefits.  We have investigated the issue and have news to report.  This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that li ...Show All

  • Chill Phil opening and closing forms.

    I'm trying to update a VB6 program with multiple forms that linked together using code: Private Sub CmdButton_Click() Form2.Show Unload Me End Sub Thus at the click of a button, form 1 would close and form 2 open. In VB2005 express, I can use Form2.show() , but what is the equivalent for unload me All examples I have tried, keep producing errors. Anyone Excellent. That solves the problem ni ...Show All

  • TheQuasar Set hour, minute, second to Date object

    Hi all, This is my first post here. I’m learning now about C#. I need to kown how to Set hour, minute, second to Date object If I try to use the follwoing, occurs an error: [code] DateTime dt = DateTime.Now; dt.Hour = 0; dt.Minute = 0; dt.Second = 0; dt.Millisecond = 0; [/code] when the Hour it’s use only for get operation. How can I get to do something like this thanx This should do it. DateT ...Show All

  • Murli Publish Can't Find Redist Files

    I've checked SQLExpress, .Net Framework, and Windows installer  and checked "Download prereq from same location an as my application" and get several errors.  Here is a sample:  Error 4 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\dotnetfx.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information. TOPKPDFServ ...Show All

  • Rollinjack Visual Studio 2005 Activation Key - How?

    I have installed the VC 2005 Express Beta Release five days ago. I have made the registration and received an e-mail. But the links on this e-mail leads me only to sign in again. There was no 'activation key'. Now I get this message every time I start the studio: "You have not yet activated your copy of Visual C++ 2005 Express Edition Beta. This product will run for 25 more days before you will be required to activate it. For more information, ...Show All

  • Soulhuntre Registration (you need to register and get an activation key) fails on dozes of attempts

    We were unable to send your e-mail verification mail. An unknown error occurred while processing your request. This is most likely due to a connection failure. Please try again. If you continue to have access problems or want to report other issues, please Contact Us . ------------------------------------- The Contact Us  is an infinite loop link list with bifurcations and shorts I've tried logging into multiple passports - ...Show All

  • I-DotNET HOW TO USE getch() function

    i am a newbie at vc++ 2005 please tell me how to use getch() function that was used in tc++ 3.0 here it gives an error. also please give which header to use. they say that conio.h is wrong is it please give details As someone responded on another thread use _getch which, in Visual C++ 2005, is declared in conio.h ...Show All

  • dennist HELP - Win32 wont let me run my c++ :(

    i have recently been bought a book on c++ programming (learn c++ in 24 hours) and have been trying to make it work on serveral compilers no with no success. The compiler that came with the book is BorlandC++BuilderX and that seemed to work fine until i tryed to run the .exe. The Win32 (DOS) window flashed briefly and then closed again. i read up on this on several forums and decided to try Microsoft Visual C++ Express 2005, as this was meant for ...Show All

  • Sean GDI+ Mapping Question

    I would like to map world coordinates to device coordinates, but I'm a little unsure on how to do it. Suppose I have world extents of (100,100 - 1000,1000) and device extents of (20,20 - 300,300). Page extents are in pixels and identical to device extents. Can someone give me a clue on how to do this. Thanks shakalama, Thanks for the reply. In GDI you were able to define Viewport (Device) origin a ...Show All

  • Anton Klimov - MSFT from .exe back to code

    I'm new in charge of the development of my IT department, I have to take over my predecesor work, ufortunately he deleted all codes and left only executables. My question is, how can I convert back from .exe to VB6 code your help will be realy apreciated. Gabriel R. Parra Softtek Support Team (PS, IT) Softtek Integration Systems, Inc. c/o GE Energy OSM Support Team 24 x 7 Phone (678) 844-7436 Dialcom *421-7436 Grou ...Show All

  • Caleb Widmer modifying control properties !!

    when I create a simple form application project in vc++ express I have these two files created by default, form1.h & project_name.cpp now suppose i add a text box in form1 I'm not able to change the properties like text of this textbox from anywhere else other then form1.h (say if i want to change properties from this file project_name.cpp) its a very basic doubt but I've done evrything from making textbox public to anything wierd possible : ...Show All

  • David Smith from MSU! Data Samples 101

    During installation of this sample I get an error message saying the product.cab is corrupt. Is there a work around Thanks, Richard Okay, I tried downloading it to my computer and still get the product cab is corrupt error. Anyone else have this problem Try clearing out your IE Cache. The corupt one might stil be there not overighting everytime you download a newer version. I have downloaded it with no issues ...Show All

  • autonomousDE Using forms in VB Express

    How do I move from one form to another. Can I use buttons. I would like to click on a button and go to another form. Scott Hi, I think your question is accidently a little misleading because of nomenclature.. Shak is right a form is an object and a class. Classes occur in hierachies and a form is high up on the hierarchy, so it's hard to add a form to another control set and people are giving you ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum