Search results for query: *

  • Users: sarmad
  • Content: Threads
  • Order by date
  1. S

    Using VB.NET to enable/disable connection

    hi all is there any way to remotly disable/enable the connections of pcs in my LAN ? because i have poor internet connection and if i can disable connections of unused pc i am sure my internet speed raise much higher than now. thanks in advance
  2. S

    how to create autodetect driver project?

    hi. i was looking for some source or idea to create the form in vb.net that can detect the unknown device in pc and return a value for me and run the installaton driver package for that device. i guess the value that must be return is "compatible lds " FROM driver details of that device...
  3. S

    how to allow the user to select the shortcut key?

    hi all first sorry for my lot of question and peoblem. is there any way to let user to set the shrtcut ? look like "shortcut key" in properties of the shortcut file i know about keypress and keydown or keyup but how to use them to auto detect the key and set it? example ctrl+h ...
  4. S

    How to delete folder with all of include(file,folder)?

    hi i want to delete a folder that have a many file and folders but if the include file or folder have a attribute (readonly) i cant delete the folder and the program stop thanks
  5. S

    how to show progress while load the text?

    hi i have a rich textbox and i have to load a large text in it i want to show the progress bar or waiting message to user while the text loaded complete is there any way? so thanks
  6. S

    how to load more than 300 image to picture boxes

    hi i have to load the 300 image in the 300 picture box i was put the all of image in listimage then for set the picturebox i want to use this for i=1 to 300 picturebox(I).image=listimage1.image(I) next but in "picturebox(i) i got error its mean that i cant use index for...
  7. S

    how to use "wmp.dll" windows media player 10 control

    hi all i want to use this control to play internal mp3 file i have to use this code mediaplayercontrol.url="path as string" now i cant to set the path of this control to the internal resource file (music.mp3) and if i use this control and move my project to another pc that the...
  8. S

    problem with keypress or keydown event

    hi all i want to use the keydown event and when user press esc key the form hide and another form show i use this code if e.keycode=keys.esc then "my command" end if for the keypress event msgbox "e.keychar" but in my forms it did not work and sound like beep come form my...
  9. S

    is there any way to detect the process was run?

    hi i have to wait for the some application to close... and then my form will enable and user can work with it so i have to detect that the process is run or not! sorry for my lot of question. thanks
  10. S

    how to show a find dialog box like(find in notepad)

    hi i have some question 1- how i can show the find box (look like find in notepad) and search in my richtextbox? 2- can i play mp3 file in my project and do not stop until close the program? i am waiting for reply bye
  11. S

    how to run exe Embedded File

    hi first sorry for my poor english i am newcomer and any help would be great how i can put "exe" and "pdf" file like (foxit reader) and pdf document (myfile.pdf) in my project....... and when i need be able to run this exe file and open pdf file with it... so thank
Back
Top