Search results for query: *

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

    Send a nudge

    I am trying to create an instant messenger, based on msn protocol. Now i am trying to send a nudge, but the only that i can do is just send a type system info that says that someone send him/her a nudge. Is there any way to do it??? :confused:
  2. Sprog

    Change the font or size without change the style

    I have a text that have both bold and regular text. If a user select a text that contains both of them, using: txtMain.SelectionFont = New Font(cmbFont.ControlText, cmbSize.SelectedItem) it makes all regular. If i use txtMain.SelectionFont = New Font(cmbFont.ControlText, cmbSize.SelectedItem...
  3. Sprog

    Print RTF

    I have a richtext box that contains an formated rtf text. When i print it (using vb), i doesn't get the format of the rtf. Is there anyway to print both the text and format.
  4. Sprog

    Create a SeekBar

    I already have created the images. I think thats all needed Now i need help to create the code!:confused:
  5. Sprog

    How to get the icon from a File?

    I try to create a dialog that ask for replace two files with the same name. As you must have seen, in winxp, there is the icon of the two file on the left of the information. 1. How can i get the icon of a .doc; .mp3; .exe etc, and use it as an image of a picturebox (size 48x48)? 2. Can i maybe...
  6. Sprog

    Camera snapshot

    I google it but find only some shareware AxtiveX Compoments.:( I would like to take a snapshot from my webcam. Is there anyway to do it free. I dont mind for a automatic device found. I just want to take a picture.:) Thnx
  7. Sprog

    disable screen saver?

    Now i have a couple more question to finish my project. First of all is there any way to disable screen saver? And second how can i make a label transparend not to form but to a AxWindowsMediaPlayer or has AxWindowsMediaPlayer an option to show a text like subtitle?
  8. Sprog

    Print Screen

    I would like to save a bitmap file of a Print Screen. The full screen not only the form!!! Can anybody help me?????
  9. Sprog

    text is string or integer?

    I have now another question. Can VB.Net understand when the text is string or integer? e.g. if Line=Integer then ...... elseif Line=String then ...... Endif
  10. Sprog

    Import SRT subtitle file

    I want to create a program that adds subtitles. I try to import a .srt file using the Stream Reader but it doesn't import characters like Greeks. Is there another way to import it?
Back
Top