Search results for query: *

  • Users: Sprog
  • 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 need this for a video player. The slider is okay but the bg cant be transparent. Also it is not so nice. So anybody please help me to write the code!
  5. Sprog

    Create a SeekBar

    In a way yes! Is that easy?:)
  6. Sprog

    Create a SeekBar

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

    How to get the icon from a File?

    i did this but the icon was 32x32 and not 48x48. But its ok.
  8. Sprog

    How to get the icon from a File?

    Thanks very much. Thats what i need. But I have a little problem. It loads the 16x16 icon. Can I load the 48x48 icon???
  9. 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...
  10. Sprog

    Camera snapshot

    Paszt, i cant find the com. But i thing that using the Windows Image Acquisition it must show a window and i don't need this because the picture will updated every second. JohnH, very nice site and it have a very clever creator. Because he create a Firefox-browser-only website, he add ads from...
  11. Sprog

    Print Screen

    JuggaloBrotha, Thats my code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click SendKeys.SendWait("%{PRTSC}") Dim Image As Bitmap =...
  12. Sprog

    Print Screen

    JuggaloBrotha, when i try ur code i take the following message LoaderLock was detected Message: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. But thnx i...
  13. Sprog

    disable screen saver?

    The code that i used is Wmp1 = WindowsMediaPlayer Sub1 = Label Sub1.Parent = WMP1 Sub1.BackColor = Color.Transparent Is that correct??? See a photo
  14. 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
  15. Sprog

    disable screen saver?

    i have it transparent but when the video starts it hide the text. thanx anyway!
  16. Sprog

    disable screen saver?

    Sorry JohnH, but i thought that i should post it there because it reffer the same project.:rolleyes: Now, vis781 the code works, i think.... The screensaver must run at a minute and nothing happen. JohnH, i have tried it before but it show the letters behind the video, no the control.
  17. 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?
  18. Sprog

    Print Screen

    Yeah, that help me very much!! Thnx
  19. 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?????
  20. Sprog

    text is string or integer?

    Yes, that’s exactly what I need. Thanks!
Back
Top