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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

How to create an Icon image file
Error during install of V CS Express and V C++ Express
Can't remove .NET Framework 2.0 Beta 1
Data Samples 101
C# and GDI+
ButtonArray
Registration is somewhat confusing
Saving a File
configure the desktop machine for Windows Mobile 5.0 development
Programs in Visual Basic 2005 Express Edition

Top Answerers

El Looper
pcboy
Davy de Kerf
Miechu
SonGayla
Youz
Vic-Viper
ProgrammingHunter
Cyrus1985
a-roba
Topix: Trucking
Only Title

Answer Questions

  • MrFile Flash Movie

    Hello everybody, I've this question: How can I add a Flash Movie with c# and visual web developer express edition, because a need to add a banner on some web page, and I don't know how, and I don't want to use dreamweaver. Thanks for your help. hi, you just embed the swf to your page body its something like that <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase=" http:// ...Show All

  • Tim Williams How access structures from one form to another?

    I have a structure declared in a module called Routines.vb: Public Structure BaZi 'for Bazi Public DayStem As Integer Public DayBranch As Integer Public MonthStem As Integer Public MonthBranch As Integer Public YearStem As Integer Public YearBranch As Integer Public HourStem As Integer Public HourBranch As Integer End Structure This Structure is used on Form 1, where a result is genera ...Show All

  • WAttenberger Dumb newbie question regarding XP Styles

    Going through the video tutorials which show forms with XP style borders, etc.  However, mimicking those actions of the trainer, I only see plain vanilla-styled form headers and such.  I understand there's a way to "fix" this, but I don't know how.  Any referral links   Note that I have Visual Basic Express on an XP Tablet edition machine. BTW - Microsoft - why aren't XP styles the default for this new version of Vi ...Show All

  • Krishnan MSFT Concurrency in SQL EXPRESS

    Hi there, Hope someone can help me. I am having dire problems with concurrency using SQL EXPRESS. By concurrency I mean that two applications can't use the same attached database file at the same time. Is this an error, or is it just the way it's built I am using SQL EXPRESS version: 9.00.1116 Hi, Here's the connection string: Password=< sa >;Persist Security Info=True;User ID=< sa >;Initial Catalog=< DatabaseName >; ...Show All

  • izsak atlbase.h

    While trying to convert com projects from VC6.0, I  get: LINK : fatal error LNK1104: cannot open file 'atlthunk.lib' This is from atlbase.h . There is no way I can just comment out the #include for that, as some lucky programmer here said he did. It causes many projects to err out. Is there any way to get around this linkage error something like "#pragma error disable: 1104)" (wild stab in the dark here) Note that atlthunk.lib ...Show All

  • amwoodwork how do .dll files work?

    Hi all, I have a question... What are .dll files, and what are they for Grtz, Tom Yes you can create one  Start a new project of the type class library.   The class library can contain any classes which you might add to a windows project.  If you compile htem as a class library then you will need to add a reference to the dll in the project which is going to use the functions stored in the libary.  Then you ca ...Show All

  • Sh&amp;#226;D question about vb express and hanging the pc

    I have installed the entire package and even started a first project, the problem comes when I move a web browser control to the form, the CPU goes to 100%, and pretty much the system is EXTREMELY slow to respond, makes sense if it's maxed out, but why is this happening my cpu is a 1.5Ghz should be able to handle this software just fine , plenty of memory almost a Gig, so what is the deal anybody else run into this ...Show All

  • Lelic How to rename title bar in folderBrowser Dialog?

    Hi, I want to chage the word "Browse for folder" to something else. Can anybody tell me how to do this Thank you in advance Off hand I know of now way, however would it be ok in your application to set the Description property to the desired text instead hi, i've already set the Description text to some other thing and also want to change the title bar. As in the file save/ope ...Show All

  • Suj Small textbox, read file error

    Hello I'm testing a code verification (people entere a code and then the code gets written to a file and read by the program to change labels and acces to certain parts of the program). This is the code I used: Dim var1 As String TextBox1.Text = var1 My .Computer.FileSystem.WriteAllText( "c:\test.txt" , var1, True ) Dim filereader As String filereader = My .Computer.FileSystem.ReadAllText( "c:\test.tx ...Show All

  • areia MP3 Playback

    Is it possible you can playback mp3 files through VBE, If so could someone please point me in the right direction, I've seen loads of examples in VB6 but none in VB Express. Thanks. The following should work my.Computer.Audio.Play(<filename>) Thank u for your reply but this command only plays .wav files Apologies you are corr ...Show All

  • Gobra Std Visual Studio 2005 vs. VS 2005 Express

    Quick question or two, I have used v2002 90-day trial in past, currently have 2003... and I'm looking at installing 2005 ASAP. In the past, I installed beta 2 of the Express ver, and I have confirmed it is gone, so that old problem is solved... I have one program created in Express (the Sudoku example code) that I want to compare to my own pseudocode I wrote up and try running it as well in a different language...etc...normal coding. Here's t ...Show All

  • Raudhah How do I define an array property for a class module?

    Hi all! I have created a class module that needs an array property.  So I declared it as this: "Protected myArray(10,10) as Double" Then in the property: Public Property Array(10,10) Get Return m_Array(10,10) End Get Set ( ByVal value) m_Array(10,10) = value End Set End Property It didn't work.  Can I define an array property at all in VB 2005   If it can be done, what's the correct way to d ...Show All

  • kitgou compile error in IDE generated code

    Hi, i wrote an application using vc++ express beta, now I'm using the full version. When i compile my program i get this error : c:\documents and settings\wims\desktop\careertool.net_0.3_wip\careertool.net\Form1.h(1237) : error C2440: '=' : cannot convert from 'const wchar_t ' to 'System::Windows::Forms::DataGridViewTextBoxColumn ^'         Reason: cannot convert from 'const wchar_t *' to 'System::Windows::For ...Show All

  • Terry Adams ActiveForm question

    Ok, I know that the ActiveForm object returns the, well, active form. But what about the active form's controls I can't access those because they don't appear as one of the ActiveForm's objects, and when I try to compile like that it says that the property doesn't exist. So how can I access the controls of the active form Please help! Actually, no. When I use that method, it comes up with the "InvalidCastException" ...Show All

  • yudkovsky currupted VBsetup.exe in VB.img

    I downloaded VB.img and began the istallation procedure and after installing the .Net 2.0 the [VB express] was skipt, and an error of message to be sent to Microsoft openned. also when i wented inside the VB.img and tried to install the File IXAVBSetup.exe an error msg of [currupted file] arose. so can u check the image if it works fully. Yes, you can check if the image is not corrupted. On the manual download page, next to each download l ...Show All

373839404142434445464748495051525354

©2008 Software Development Network

powered by phorum