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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How can you take a DropDownList selection to fill a GridView?
Release troubles
I want to save Variables in a .txt file and upload them every time my program opens.
two different text in same TextBox
VB 2005 Express + Crystal Report
Getting files with specific extensions using FolderBrowserDialog
How can I use WTL?
you must have a license to use this activex control
VS 2005 Express Macro IDE
Wrong version of windows found

Top Answerers

adrshen
goldie49027
Flupo
Krishnan MSFT
godzilla9
silvio sinnone
Peter88
Chris Breaux
Jaxidian
BillyTheGate
Stylus Studio
Only Title

Answer Questions

  • Vedek Andy Custom Cursor

    Hi, I don't believe it is but does anyone now if it is possible to import your own mouse cursors into a VB 2005 project If so, how. Regards, Andy yes, it is. You can use various methods (by using a MemoryStream on a resource, for example), but to get a full color cursor you will need to use the LoadCursorFromFile Win32 API Call to get a pointer and use that: Private Declare Unicode Function LoadC ...Show All

  • Jeewai VB6 to 2005 Control Arrays

    Can someone please tell me a little bit more about Control Arrays after upgrading VB6 to 2005 There are 7 images which use the same click sequence, and they are all named Card. The following is a sample of the code: VB6: Private Sub Card_Click(Index As Integer) If Card(Index).Picture = Image2.Picture Then Safenum = Safenum + 100 Card(Index).Picture = Pile(1).Picture Call Nextmove Call Enemymove Exit Sub End If End Sub VB 2005 ...Show All

  • leovic0101 Problem with Pasting to a DataGridview

    I try to C&P numbers ( from 1 to 9) from a Textbox (A1 in this case) to a DataGridview. However, the number refuses to appear in the DataGrid. The proper cell in the Datagridview gets selected (I get a blinking cursor) and the copying goes fine as well (I can paste with the mouse) I tried this method to C&P from The A1 Textbox to another Texbox and that went fine. The code in green below are other methods I've tried and that ...Show All

  • gray-team Configuring SQL Server Express and Visual Web Designer Express

    OS:  XP Pro/SP2 Previous installation of SQL Server 2000 Developer Edition, now removed. I am able to successfully install .NET 2.0, SQL Server 2005 Express, and VWD 2005  Express from the Express homepage ( http://lab.msdn.microsoft.com/express/ ).  At least, I am not receiving any error messages during download/install.  However, I am unable to configure SQL and VWD to talk with each other such that a new Web project in VWD ...Show All

  • jfled change of size of PictureBox? (error in code, or in .NET2.0?)

    Hi, I have a simple project in WinForms (C# Express) .NET 2.0: vo form I have inserted panel (panel1) and in panel there is PictureBox1 Panel1 has property Dock = Fill PictureBox1 has property Dock = Top on Resize event for picturebox I have: /*----------------------------------------------------------------------*/ 1        private void pictureBox1_Resize(object sender, EventArgs e) 2&nb ...Show All

  • Marcus the Maker Cannot select Dll Application Type in Win32 Console Application

    I am creating a new VC++ Win32 Console Application project in express edition and when i go to Application Type i was not able to select Dll as the Application Type in Win32 Console Application. Why and how to use the Dll Win32 Application type Willfin I still cannot enable the dll option in the Application Type. Willfin Look at this blog http://blog.kalmbach ...Show All

  • JWelton crystal reports in VC# express

    how to display crystal report in VS C# express... there is no report viewer control. Yes, You can Add Crystal Report in your VB, C# Express. Just Make Crystal Report in any of CR version 8.0 or 8.5 and Drag Crystal Report Viewer Control on form. Try the following code. <C# Code> CRAXDDRT. Application crt = new CRAXDDRT. Application (); CRAXDDRT. Report rpt; rpt = crt.OpenReport( @"<Report File Name with proper ...Show All

  • PrakashDR Referenced memory error in VB 2005 Express

    I am running a small example application in VB 2005 Express and I get a referenced memory error when I close the application.  I do not get this error when I run the application from within the visual environment, only when I build and run the application as an EXE.  Also, I can run the application with no problem in VB 5 - from within the visual environment or as an EXE.  So how do I debug referenced memory errors The exact erro ...Show All

  • LankyNibbs 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

  • kedklok VISUAL BASIC EXPRESS - 2 COPIES

    Several weeks ago I installed VB Express from a CD On Friday I installed Visual Studio Express from a DVD which I received from Microsoft. Do I now have 2 copies of VB Express on my computer If I do , can I use the Uninstall program to delete the 1st VB Express installation I was wrong about the version that I have. The name on the disk is Visual Studio 2005 and the name on the package is Visual Studio 2005 Team Suite. It ...Show All

  • Ray F. VB Threading

    Hello, I am quite new to VB and I need some help with threading. I've written my own status bar code (it doesn't do it on how far something has got, it just goes for the hell of it) but when I build it, all the other items on the form go see-through (they don't appear, just leave a hole in the form). After searching through lots of forums and what not, I thought threading might be the answer so that the other things load first before the status ...Show All

  • Asif fattah Debug troubles

    http://paginas.fe.up.pt/~ei05029/fig.JPG Why this :( I believe his means your break points might not get hit. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Elqueso 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

  • Chris H. Database q's when running .exe app

    In an attempt to ellicit a better response I have rephrased my topic. The problem remains the same. When I open the CKApp.exe file located in the /bin/debug folder it runs fine and appears to save my data to the database e.g. ckapp.mdf/tables/dailymeasrements. But when I re-run the app the data is not there. Here is the code I believe to be important. Dim MeasDV As DataView = CkAppDataSet2.DailyMeasurements.DefaultView Dim MeasRV As DataRo ...Show All

  • Golm Referenceing.

    Im just messing arround and Ive made a registration type thing and Ive got a question. Say that you get all to the end of the regristration where it asks you if all of the information you input is correct, and you say no, how would you make it so that you would go back to the part where you input all the information. First off we are going to need to know what language and technologies you are using... Is ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum