Search results for query: *

  • Users: mickle026
  • Content: Threads
  • Order by date
  1. M

    Set Eastern European or other character set ?

    Can anyone help me , I need to know if I am setting the font correctly. I can do this in VB6 but cannot in Vb.net I am loading a text file to an array like this: Private Sub LoadFile() 'read the file Dim FILE_NAME As String = FilePath + "Transport.lin2"...
  2. M

    Dynamic Menu additions - how to select ?

    I know there is probably a simple solution to this but it is evading me, please help. I have created a menu that alters according to mdichild windows open - see screenshots As I hover over the menu it refreshes by adding or removing the child windows to/from the menu. My question is, what...
  3. M

    Drawing on an Image with transparency? (to erase a section)

    First of all I am just an amateur with no formal training, so please don't flame me for my errors - I am really trying to get this right. I have 2 questions 1. How can I erase a circle in an image to make a transparent section 2. How can I reload the edited image to the picture box (so that it...
  4. M

    Web browser control fires many times during website load

    Hi guys I dont know how to do this, I am looking for how to find out when the web browser control has finished loading completely. On serveral sites the pages loads in parts and is probably built from sections - like php /asp or iFrames. My problem is that I only want to trigger my parsing...
  5. M

    Sorting a colour grid in to order

    Can anyone help me, I have a problem that im not sure how to solve. I am writing a program for changing skin tones in images by remapping the colours. I have the colour extraction working fine in order to create a swatch, but my problem is getting the swatch in order of the lightest colour...
  6. M

    Filestream help required

    Is there a correct way of doing this in vb.net? I want to read a file as a set of numbers such as long integers ,say the file contains the string "Hello World - Its a beautiful day blah blah blah" This would read as a set of long integers that are 4 bytes long ie ascii (hex) 48 65 6C 6C 6F...
Back
Top