Search results for query: *

  • Users: Bam
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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