Search results for query: *

  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)?

    lot of thanks to you for your help it finaly works for me so thanks bye
  5. S

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

    very very thanks but also get error System.UnauthorizedAccessException was unhandled Message="Access to the path 'New Text Document.txt' is denied." Source="mscorlib" and its because of the readonly file 'New Text Document.txt' so sorry for my problem
  6. S

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

    thanks but i dont know whats your mean is there a way to set all of the files attribute in the folder? can you give me the examlpe? sorry
  7. S

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

    ok so my problem is there how to apply it to all of the files? because i dont know how many file will be there
  8. S

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

    thanks i sloved it but for the readonly atrribute ,i cant change it because i dont know how to change the all of the files and folder attribute however thanks
  9. S

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

    so how i can reset the readonly attribute of all files and folder? and IO.Directory.Delete overload (path, recursive=True) get syntax error if you can show the example please thanks
  10. 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
  11. S

    how to show progress while load the text?

    thanks but i paste the text into a another richtextbox and load it from that to my rich text box
  12. 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
  13. S

    how to load more than 300 image to picture boxes

    thnaks it works fine but why the image when load from listimage have bad quality? the colordepht also set to 32 bit but the quality is not best thanks
  14. S

    how to load more than 300 image to picture boxes

    hi thanks but no its not. i have 300 picturebox and i have to load a 300 image but i dont know how to do that? so thanks
  15. 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...
  16. 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...
  17. S

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

    i know it thanks a lot for your reply
  18. S

    problem with keypress or keydown event

    ok Private Sub bb_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bb.Click If My.Forms.colect.rich.Find(TextBox1.Text, (My.Forms.colect.rich.SelectionLength + My.Forms.colect.rich.SelectionStart), RichTextBoxFinds.None) = -1 Then MsgBox("پایان جستجو") bb.Text =...
  19. S

    problem with keypress or keydown event

    thanks i know it. but in my project didnt work and in another work fine i dont know what to do
Back
Top