Search results for query: *

  • Users: grags
  • Content: Threads
  • Order by date
  1. G

    Question Finding a "library"?

    Hi, I've been looking all over the internet for what I think is called a Library. What I'm after is an extension to the RichTextBox in Visual Studio 2013 (VB). I don't know much about this sort of thing. But I heard these "libraries" provide more functions ? Everything I have found so far is...
  2. G

    Colour problems

    Firstly I've been programming the basic language on and off pretty much all my life, from the Commodore 64 (My pride and joy!) to Qbasic and finally .net. But I'm totally useless at .net. So the questions are probably very rookie :) I'm also terrible at explaining things but I'll give it my...
  3. G

    Reading a label as Time

    Hi, can someone PLEASE!! tell me how I can add up the times stored in them labels. I've tried everything, i've spent all day on it searching high and low all over the internet for some sort of code that can read the labels as time and then total it all up. The labels are stored into a class...
  4. G

    Downloading a web page and saving it as .txt

    Hi, title says it all really. Can someone please tell me how I connect to a webpage and download the HTML and save it as a .txt. I need to download information from a table. But I wouldn't know where to begin doing it properly:confused:. So i'm going to try and filter through the html with a...
  5. G

    Getting info from a website table?

    (http://www.the-elite.net/GE/stage10.htm) What im after is grabbing the names and values from the above site. I did write a program that visits the site and saves the html to a .txt file, it then filtered through the .txt file for all the values. Worked a treat all tho in the back of my mind...
  6. G

    Adding time to time

    Ok this is probably one of the most noobiest questions ever. But i've been at it for hours and not been able to figure it out? How do you add time to time? Example: 0:54 + 0:06 = 1:00 Example2: Time = cdate(string(1)) + cdate(string(2)) I know the answer is probably the easiest ever, but...
  7. G

    Opening source via code

    Ok, i'm not sure if i'm in the right forum here? If not i'm sorry and can an admin or moderator move it to the right place... thankyou Anyway here's my problem. If I right click on a web page I can view source. Is there a way to do this via code? Example: FileOpen(1, WebPage...
  8. G

    Open a file into my application

    I've written a notepad application, what i'm looking for is some code that will allow me to open a file directly into my note editor, without having to open the note editor first. Any code or a link would be greatly appreciated :D
  9. G

    Icon Maker

    I've made an application that makes Icons. Well, i'm half way there. The user draws to a picture box. The only prob is. I don't know how to save the picture as an icon. Can anyone help please.
  10. G

    richtextbox help please

    can anyone tell me how to change the color of text in a richtextbox without manualy selecting the text! i know the may seem a primative, but it's driving me crazy !
Back
Top