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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Need a faster ArrayList save to text file
Set hour, minute, second to Date object
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.
Random Assortment
Newbie - Add Installers
Configuration Error in web.config line 42 after installation
form1.show() problem
Access.application throwing exception
How do I open a url by clicking on a link label?
the code has some problem

Top Answerers

DennisCIS
T-Mic
JSerge
savage1965
Marco Minerva
richhudec
innes
renskemo
Gokop Goteng
DJTomKat
Verivizyon
Only Title

Answer Questions

  • Ahmed_khemiri linking a timer and progress bar

    hi i was wandering is it possible to link a timer with a progress bar thanks for your help Which Timer class are you using If it's the System.Windows.Forms.Timer, it has a .Tick event. You can put code there to update the progress bar. Mike thanks very much dave299 it worked hi i fixed it sorry it was my stupidity i hadn't stopped the t ...Show All

  • Chirag Rai Registering an ISO or IMG installation...

    I have a little problem here, my network setup allows me to have only one computer connceted to internet, because of poor  service quality from my isp,  so i decided to download the ISO image so i could install VC++  Express edition without messing my internet access. But  it seems that these Express Editions need to be registered via web, is there need to register, when you installed from ISO or can you just ignore it, witho ...Show All

  • Brett Samblanet Problems extracting VB.NET 2005 beta 2 image

    Hye. I recently downloaded the image(*.img) file of Visual Basic.NET 2005 beta 2 but somehow,I am not able to extract it or mount it.I am using IsoBuster 8 for this but it is not showing any files to extract.It is showing only Track 1.When I extract track 1,I get no files.Instead,I get another file with '.tao' extension.I tried another application for this,called 'MagicISO'.This application shows the structure of the image file OK but upon extr ...Show All

  • Paul Baudouin How to compile into an *.exe that will run on another machine

    Hello friends, I have been trying unsuccessfully to turn a set of working source codes (written in C) into an executable and have that *.exe be able to run on another machine. I have tried both as a Debug and Release version but no luck. What am I doing wrong Here are my actions taken: 1) File/New Project from Existing Codes 2) Select all the necessary *.c, *.h, and *.rc files 3) Changed project's properties to compiling C language ...Show All

  • Steven Khiem How to disable the space bar in maskedTextBox?

    I have a masked text box of an IP address. the mask is set as 099.099.099.099 and it allows user to enter space bar. I' like to know how to disable the space bar key i.e. when a user press space bar then nothing happen, the cursor is still at the same position.. I've tried to use the keyDown and keyPress with the e.handled = true; but it dose not work. Can anyone help me Thank you hi, ...Show All

  • Capistrc visual studio 2003 & 2005 Express

    Can I run visual studio 2003 on the same computer as Visual Studio 2005 Express Are there any special steps needed to have them workl side by side They work fine side by side, no special steps. Just install them. ...Show All

  • Bhawna Extending the Personal Web Site Starter Kit

    I have read the article on extending the Personal Starter Kit  by Bill Evjen. There are 3 image files that he makes a reference to, that I cannot find.             <table width="90%"><tr>                   ImageUrl="../Images/button_sitecontent.gif"    &nbs ...Show All

  • Steve Faris Q: What is Requirements PC To install Vb.Net 2005?

    Q: What is Requirements PC To install Vb.Net 2005 To quote the Visual Basic 2005 Express Edition Download page ... Operating System Windows 2000 Service Pack 4 Windows XP Service Pack 2 Windows Server 2003 Service Pack 1 Windows x64 editions Windows Vista Processor Computer with a 600 mhz or faster processor (1 GHz or higher recommended) RAM Minimum: 19 ...Show All

  • Carlos Valenzuela (Newbie) Combo box - index of current value?

    Hi I am using a combobox which had a fixed numerical value list, set up in designer. The list was : 1 First, 2 Second, 3 Third , etc I have now changed the list to text items, again just set in the designer. List is now : First, Second, Third, etc Previously, I used Val(Combobox1.Text) to get the item (which corresponded to the item position in the list). So how do I now get the current selected value 'index' in the list ...Show All

  • Joe Stegman What's wrong with this: "If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then"

    Visual Basic 2005 Express Edition didn't like the "<>" in the statement below: If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then DoctorTextBox.Text = DoctorTextBox.Text & DoctorBindingSource.Current("StreetAddressLine2") & vbNewLine End If It didn't like it when I substituted "DBnull", either. hi, ass ...Show All

  • ehartwell Error when trying to create new app

    hi when I create a new application I keep getting the following error message. "the filename, directory name, or volume label syntax is incorrect. (exception from hresult: 0x8007007B)" I googled it and found somebody to have had the same problem but with C#. Apparently it does not like the "&" in folders of log in names. I have XP SP2 and my login name has a "&" is there a way around it other than creating a ...Show All

  • BenOfAL How to print receipt in a picture box?

    Hi, I made a simple program that would generate a receipt preview, but I wander on how to do it in Visual Basic Express. I am going to use Picture Box because, other said that picture box can hold up a text or an image. How can I do this with my example format below: MyCompanyLogo MyCompanyAddress DATE: 05/06/2006 RCPT: 34566 STAFF: 23455 SND: 3467785667 1 480MLNSTEA ICE 18.00 2 SFGUAR SOAP 5 ...Show All

  • Devon_Custard Visual Basic 2005 Express Edition - Small question with licensing...

    Hey guys, I have one question. My friend and I were talking about VB 2005 Express at school, and our Computing Studies teacher overheard lol We use VB 6 at school, but I downloaded VB 2005 Express, burned it and gave a copy to my friend. So anyway, he asked me to find out about the licensing: Can you install and use it on multiple computers as a learning resource. In other words, can the school use it legally with no issues lol Ye ...Show All

  • DavidNJ Back Button?

    Can I have a Code example for a back button in a web browser. Also a progress bar. It says most of the variables are undeclared. cgraus wrote: <a href="#" onClick="history.go(-1)">Back</a> That's a back button. A progress bar is more complex, because your page needs to update itself to show progress. What do you want to report progr ...Show All

  • Brandon Bohling Screenshot

    Hi, I am formerly a VB6 developer and have been having problems with Visual Basic 2005 . What I want to do is take a screenshot of a form, and put it into a picturebox. This needs to be done while the form I am taking the screenshot of is hidden. Here is some code I have tried: Thanks so much, this code worked exactly as I needed it to! The form must be visible for drawtobitmap to work I tr ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum