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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Can I do this? ComboBox Question
how to save usersettings
Stop Row Deleting
Upgrade Visual Basic 6.0 to VB 2005
i want my fckeditor to display data from batabase for editing
CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Collection access in event handler (newbie)
SQL Express install issue
Win32 Application - How?
Charts and graphs with VB Express?

Top Answerers

Alain DP
ACorbs
jrensink78
curt760
Parikshit A. Bhinde
Mark Kornfein
abk139
YasinMo
Michal Malecki
Tinker Tenor
One Chicago Place .com
Only Title

Answer Questions

  • Samuel Chen Dynamic Help in C#

    Could someone please check and see if "Dynamic Help" is installed and functioning in C# Express It is not included in VB Express for some reasons, maybe size, but is a very nice feature in the full version of VS. Thanks. Hi Shakalama, Did you install both VB express and C# express editions If so do they work well together in the Visual Studio 2005 shell, use the same My Documents\Visual S ...Show All

  • Ramrajprabu Balasubramanian Deploy C# DLL

    On the development PC, this C# DLL is working very well. How do I deploy it to other PCs Well... you could just move the .dll to wherever you need it. I don't quite understand the question. As long as the other PC's are running the 2.0 Framework they shouldn't have any problem with the file. What you need to do on the destination PC depends on what the DLL is and how it will be used and by what kinds of ...Show All

  • tjjang how do you find the friendly name of an application???

    Hey guys, all new to this VB stuff and cant seem to find this anywhere else... I need to find a way to shut down my applications within a time limit... i got the timer and the time stuff to work, and i looked at all the other ppl tellin about how to shutdown an application, now my only problem is that when i create that code snippet for closing the application... For Each proc As Process In Process.GetProcessesByName( "Counter-Strike Sour ...Show All

  • haran14 Crystal report

    i have problem in crystal report when i connet to sql with dataset method and put column in crystal report it's not show me any data i had enterer it but........... it show me standard data that's been in crystal report notes i worked in crystal report 10 ...Show All

  • FernandoAlvarez Access - Autoincrement problem

    I have some code to add a new record that I adapted from the Developer Tutorials as follows: If _ARecID = 0 Then Dim MyRecords As AUTORECSDataSet.AUTORECSRow MyRecords = AUTORECSDataSet.AUTORECS.NewAUTORECSRow() MyRecords.MFG = MfgComboBox.SelectedValue MyRecords.Model = ModelTextBox.Text MyRecords.Year = YearTextBox.Text MyRecords.DateDone = DateTime.Parse(DatePicker.Text) MyRecords.Mileage = Integer .Parse(Milea ...Show All

  • headboy Configuration Manager Platform vs. Options - VC++ Directories

    Good afternoon... In quite a few places in VC++ Express I can access the Configuration Manager (ex.: right-click Solution).  And there I can create a New platform (Active Solution Platform). But what does it do for me to create a new platform   What can I do with this I've tried looking in the help (MSDN Express I guess).  And there's a maze of links that don't really answer the question, they just come back to the original ...Show All

  • SJINDAL ListView sorting question

    Hi I have a ListView control called HSlist on a form which has 3 columns. The adding data seems to work OK, but the sorting is weird to say the least. Initially, I thought that the list would be sorted on the contents in the first column, so I added to the ListView with the Item containing the data that I wanted the list to be sorted on (numerical). Then I found that the list was being sorted on the second column (strings), so I swapped th ...Show All

  • kasakaimumbai LPCWSTR doesn't work with reg commands

    I am making some functions that use regcreatekeyex, regsetvalueex, ect. So I made them and tested them by making a command prompt program and had no problems. Then I tried using the in the form designer and the compiler keeps telling me it can't convert my parameters that are strings into LPCWSTR. So I add the (LPCWSTR) in front of the parameter to convert it. Well my project compiles but recreatekeyex and stuff never succeed. How can I fix this ...Show All

  • Patty Benskin code for verifying username and password

    Hi There I require the vb code for user to enter username and password if it is correct then only get access to the program. Run a check if the username and passowrd is incorrect the user can re-enter until he/she enters the right user name and password.A message box must appear to tell the user the correct username or password is valid.or that the both username and password are invalid. thank you will be waiting for your reply ...Show All

  • Jamie Cansdale Error 1 Unable to find manifest signing certificate in the certificate store.

    I am getting this error when trying to publish my program: Error 1 Unable to find manifest signing certificate in the certificate store. I went into the SIGNING tab and un-selected the SIGN THE CLICKONCE MANIFESTS but when publishing, it automatically re-selects it and I get that error. Suggestions Brian Yes, I have searched the other posts. The kicker may be is that I moved this project from one PC ...Show All

  • Chris Brandsma Q : Exceptions

    hi, i want to ask about try and catch should it be used just for exceptions or i can use it like "if" for example i have a treeview and i want to know if the node has a parent or not so i don't know anymethod to indecate that so i used try and catch like this, Try mylastfolder = mylastfolder.Parent Catch mylastfolder = Nothing End Try or should i use catch null ...Show All

  • mluckham Getting the current logged on user and NOT the user running the App

    G'day I'm trying to find a way to get the current Username of the person logged on. I ahve tried the following: Yes that's it!!!! P.S. This code DOES work in Visual Studio 2003 edition, but not in this edition. BA You will need to make sure hat you have a reference to the system.management namespace in your application. Apologies if unclear. I'll try again... Simple facts: The core wind ...Show All

  • Anver connecting to a database

    is it possible to connect to a DB hosted by SQL Server 2005 Express, rather than just connecting to an MDB thanks I'm new to VB and I'm using Visual Basic 2005. I'm trying to build a CMS. So far I have my main form (frmMain) and a login form (frmLogin), which is working great using an XML file to validate credentials. I used the sample from Microsoft (How to Create a Login Dialog), but was able to modify the code to work with my ap ...Show All

  • Terry Lewis VB E E 2005 and MySQL

    Can i use VB express edition to manipulate data in a remote mysql dataabase If that's true, then that would suck. SQL Express is cool and all but its limitation are really bad for someone trying to use VB.net 2.0 in a production enviroment. (1 cpu, 4 gig max db size) Found this site: http://www.vbmysql.com I have a MySQL Database running on a Linux box, and im able to query it with VB Express Edition 20 ...Show All

  • *Rick* Ho could I call controls in other form ?

    Hello, I know this is a very easy question.. but I`m still beginner How can I call controls of other form for example I want to fill listbox1 which in form1 with items of listbox1 which in form2 best regards hi Redu Thanks for your reply I did what you said exactly but I got exeption at new ChildForm (ParentListBox); exeption is : No overload for method ' ChildForm' takes '1' arguments so how do I av ...Show All

919293949596979899012345678

©2008 Software Development Network

powered by phorum