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

Software Development Network >> VS Express Editions

VS Express Editions

New Question

Hi I need a math expert
Using an image file in my application
Convert a String to a Math Expression
VC++
Clear breakpoints in C# Express
Building & Debugging
Mouse following question
Product Activation Problem
cant install
TextBox (multiple line) & Databinding

Top Answerers

Stormslayer
Kiran Kirdat
TMacPhail
Rigo Castillo
Sachin chakote
VFP
Armin Prosch
tommyready
Webprofusion
rafidheen
FAQ: alt.comp.lang.learn.
Only Title

Answer Questions

  • AT05 wildcard problem

    This problem may be specific to visual studio 2005 express edition, which is why I am posting it here. I have designed a query which takes several inputs in the table adapter query configuration. without wildcards it works fine, but obviously i dont get the result i want. With the wildcards my code thinks I am giving the function too many parameters. In other words, when I put in the wildcards it doesnt think the is an input any longer. S ...Show All

  • hTp IDE Problems

    Ok , I add a form and then a BindingSource. Then I get a call and close the app without saving (I thought). I then reopen and add again. At this point any attempt to use the BindingSource thru the IDE shows "Object reference not set to an instance of an object. Ok then create new project, do the same (add a form then a binding source). No problem. Once again the IDE has somehow stored some info in some place to prevent someone from ...Show All

  • Vetric wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana LoneStar wrote: But how do I check if I'm at the front of the textbox for the negative sign Hint: If CInt(Text ...Show All

  • Marin Millar Im Taking A Class on VB...

    How much diffrent is Visual Basic 6 from Visual Basic Express Edition Im going to be taking a class online and its based in Visual Basic 6. My school is getting Visual Basic 6 for us to use there, but I have VB Express at my house. Are the files interchangable Is the coding a lot diffrent The bottom line is, will I be able to start something in one program and finish it in another or visa versa VB Exp ...Show All

  • AdamDev auto update the mycode.cs to reflect changes in mycode.cs [Design]

    hi, is that a way to automatically update (by pressing a button or click from menu) to update the "mycode.cs" file to reflect the changes we did in "mycode.cs [Design]", for example when changing button name, changing form name from Form1 to something else, or changing namespace or there is just no way to update them (i guess that is impossible, there should be a way) anyone know maybe could share with me ...Show All

  • Srini_Katta DataGrid Questions in new Version

    Why ist not works in VisualBasic 2005 Express to fill the DataGrid with the DataSet Example.... ds as DataSet DataGrid1.SetBindings(ds,"Test") And how it works now Anyone can help me ! ! Hi, Bindings in Datagrid should be this way: Dim ds as DataSet datagrid1.DataSource = ds cheers, Paul June A. Domag Hi, If your dataset already contains a datatable with a data, then it should show the contents of y ...Show All

  • WetBack Acrobat 7 and VB Express

    I was using Acrobat 6 and I used this code to print a PDF   Private Sub PrintAdobePDF( ByVal strFilePath As String )           ' Run Adobe Acrobat Writer as COM-server         On Error Resume Next         Dim App As Object         Dim AVDocument As Ob ...Show All

  • miltrain Is VB Express Likely to Work for Database Project?

    I have done a lot of work with Access 2003 but have not gotten to far into VBA.  I'd like to build a custom applications based on Access tables and someday on SQL 2005.  My question is:  Would I be better off learning to use VB 2005 Express or VBA   I don't want to waste a lot of time learning VBA if it is going to die anytime soon.  Since I want to work with other Office programs someday I would assume I'd need to purch ...Show All

  • VBinjoo Unable to save changed data back to database

    I am working throuh the Beginning Visual Basic 2005 Express Edition Video Series. Up until Lesson 9 I was doing OK. It all made sense I have followed through Lesson 9 and created the form to save changed data back to the database. When I click on the button the rowsAffected variable correctly returns 1. If I close down the application and restart the changed record still shows the original data. I tried Form1 which had the automatically generate ...Show All

  • mbfromit Is VB Express Likely to Work for Database Project?

    I have done a lot of work with Access 2003 but have not gotten to far into VBA.  I'd like to build a custom applications based on Access tables and someday on SQL 2005.  My question is:  Would I be better off learning to use VB 2005 Express or VBA   I don't want to waste a lot of time learning VBA if it is going to die anytime soon.  Since I want to work with other Office programs someday I would assume I'd need to purch ...Show All

  • LT Chia how to import Bookmarks favorites file to treeview

    hi i'm export my favorites links from internet explorer as html file now i want to import this ( html ) file to tree view on my form i can read form this file and get folder name and URL but i cann't make it as tree it's now in on level only i want to read from this file and make tree view in many level can you help me if you want to explanation pls tell me   lol ok its not your choice , you have 2 folders 1 inside ...Show All

  • Gidon Shavit Data source disappears in windows form designer

    I have set up a connection with sql express database. In designer view for my dataset the data source files show up but when I switch to designer view for my windows form, the data sources disappear in the data source window. Why is this. Also, regarding updating database files as discussed in in another thread here will MS have a fix for this later. Finally, I have noticed that on WinXP, if I don't sign on first I can't make a connection t ...Show All

  • Kevin POCHAT Register for multiple users

    Hi I downloaded and installed VC++ EE to my XP Pro SP2 PC. I did this whilst logged on with Admin rights. I registered and saved the key that I received in a .txt file. I use the PC on a day-to-day basis whilst logged on with Limited rights and, when I tried to use VC++, it said that I needed to register. I used the same key that I'd used when I registered with Admin rights but it was rejected. I was under the impression that I cou ...Show All

  • LuisNeto How to Find Child Nodes in a TreeView Control

    This will hopefully be a simple question... I have a treeview control (Treeview1) that gets filled programmatically with different numbers of nodes and child nodes. I am trying to find out how many child nodes one particular node has and what the text of these child nodes are. I know the parent node's name is "Drives" and that each of the child nodes under this node will be a drive letter followed by a colon and backslash (such as C ...Show All

  • MaceM How can open file in my project by double click on it ?

    Hello, How can I open *.txt or *.doc fles in my project by double click on it like notepad or Wordpad please try to explain the idea, this will be helpfull in alot of projects in the future Thanks. hello, sorry for late to reply thanks shakalama for your help but.. this code is not working and I gor exeption at Application .Run( new Form1 (args)); so plz try to explain what I have to do step by step, I`m still ...Show All

171819202122232425262728293031323334

©2008 Software Development Network

powered by phorum