Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DGEN
  • Content: Threads
  • Order by date
  1. DGEN

    re. Using Vectors Issue could anyone help ?

    Hi all I am a bit of a learner in C++ what i need to know is how to read a vector without having to put a number in square braces. I am making a program using an engine called Irrlicht to develop the application (RPG Builder 3D) and I use the mouse pointer to select a node (model) and repaint...
  2. DGEN

    re. why wont the images change

    Hi All I am not used to working in vb.net as of yet so this will seem like a real newbie question. i am trying to link an array to six images that are in my program i assumed that the below code would would work as i cannot see another way in the list of objects that appers on pressing the...
  3. DGEN

    Re. Reading text from a file and using it

    Hi Thank you for your quick reply here is another piece of code that i used in a previous program this code loads a file for reading and also i found it useful for my card game - why did they have to change vb so much 16: Private Sub cmdFileIn_Click () 17: ‘ Read the sequential file 18: Dim...
  4. DGEN

    re.using text files in vb.net

    Hi All what would be the VB.net equivelent of this code from sams teach yourself vb6 in 21 days 1: Private Sub cmdFile_Click() 2: Dim intCtr As Integer ‘ Loop counter 3: Dim intFNum As Integer ‘ File number 4: Dim intMsg As Integer ‘ MsgBox() return 5: intFNum = FreeFile 6: ‘ Change the...
  5. DGEN

    HELP How can i load a date from a sequential file

    I have been trying to get a program that i have been working on to load a date but everytime i do this i keep getting an OVERFLOW message. i have tried numerous things but it does not seem to work is there anybody who can help me with this problem if you could i would be very greatful. this...
  6. DGEN

    HELP how can i load a date from a sequential file

    I have been trying to get a program that i have been working on to load a date but everytime i do this i keep getting an OVERFLOW message. i have tried numerous things but it does not seem to work is there anybody who can help me with this problem if you could i would be very greatful.

Part and Inventory Search

Back
Top