Search results for query: *

  • Users: Bam
  • Order by date
  1. Bam

    Adding color to strings independent of any controls

    " Hi i have 2 slightly different text editors i made in VB. NET 2005 Express. Im currently working on a syntax checker which when completed i hope to add into these two projects and give away as a self contained class to help people understand the advantages of OOP. The problem im having is...
  2. Bam

    using databases on vb.net 2003

    Thanks, Sorry its just the book im using assumes im using VB.NET 2003 professional and have sql server 2005 at my disposal. Not really a good way to teach new guys huh!
  3. Bam

    using databases on vb.net 2003

    Ok i got that. Is there anything else i need to do besides the installation process described on the download page? I Thought it would show up in the server explorer. It seems this is not the case. so how do i connect to it?
  4. Bam

    using databases on vb.net 2003

    Hi im using VB.NET 2003 standard edition. I am teaching myself and on now learning about data bases. The paticular book im using talks about using SQL and has a tutorial in which the first process is to go to the server explorer. After that i cannot go any further because when i search for...
  5. Bam

    How To Save Values Of Certain Controls

    Yeah it would be considered as a data base i suppose. VB.NET 2003 standard edition. Im only learning
  6. Bam

    How To Save Values Of Certain Controls

    Hi Folks, I have a small project im currently working on. I basicly Holds the details of customers and the item they wish to pre order befor comming to collect. I have list box which Holds the Customers in each line. The Problem is i dont know how to save this data after the program...
  7. Bam

    Saving files in different formats

    hey ok i have a few text boxes that get data from users then saves them so they can be viewed. the problem is i dont want the data saved as text files is there any other way to save text files but still recall them as text files EG: TEXT -> DIFFERENT FILE -> TEXT The reson for this is so...
  8. Bam

    Learning VB.net

    Hey all!, Ok ive been playing around with VB.Net for about a month now! So i went and bought SAMS TY VB.NET in 21 days! But to be honest its more criptic that microsofts usser documentation! For instance it goes on about the sub main procedere when coding with a console app. then when it...
  9. Bam

    Idea - Dev-Ware

    Yup i will agree it has a huge redundentcy factor but its more for my own use, and if any one who is new i think they would find it less intimitating than microsofts own help, it seems to be a bit overwhelming @ jb il ive ya a shout when i have enough done for a BETA
  10. Bam

    Idea - Dev-Ware

    Hi all, Im new to VB.Net, so i was thinking of a project that would be usefull and constructive. So i came up with the idea of Dev-Ware. What it is is a simple data base program that stores info on VB syntax. So for example you would type in IF and it would give you a description of of the if...
  11. Bam

    TreeView Trouble

    Ha Ha it all makes sense!!!! I can't belive it was that easy! Thanks man
  12. Bam

    TreeView Trouble

    Yeah thats like what my code is like, but you metioned setting the tags first. I was looking for the tags of the computer as such. For instance i thought that the nodes would have a "label" and you would call that "label" everytime you clicked on a certian node. I take it this is not the way...
  13. Bam

    TreeView Trouble

    Ok thats all well and good if i want to set the values, but i cant seem to go the other way ie: Get the value from the tag after a certian node is selected then use the value in the IF loop! I can put up the code if you like.
  14. Bam

    TreeView Trouble

    I see, So would i need to assign e.Node.Tag value to a variable to use in a IF - Else eg: e.Node.Tag = PretendVariable IF PretendVariable = 1 Then Insert Code End IF And If this is true would it be a case of 0123456.... For the node Values?
  15. Bam

    TreeView Trouble

    Hi, Was wondering if anyone could enlighten me on this on; I have a TreeView Control, The Control has 5 nodes and each node has 2 child nodes. Beside the TreeView Control I have a TextBox Control. What I want to do is everytime i click on a each node or child node i want the certain text to...
Back
Top