Search results for query: *

  • Users: d_a_r_k
  • Content: Threads
  • Order by date
  1. D

    Question Batch to remove file w unicode characters

    Hello, I made a batch script using VB.NET which deletes shortcut on my desktop. The problem is that shortcut title contains unicode characters so batch doesn't work. However if I remove that unicode character from the shortcut and batch script it does delete the shortcut. How can I make it...
  2. D

    Question How to add a custom BG image in a combobox?

    Hello, So I have a custom control that acts like a combobox and I want to use a custom background image for it. Any help will be highly appreciated.
  3. D

    Question change locale using registry

    Is it possible to check locale format on form_load and change it to en-us via registry if any other is preset?
  4. D

    Question minimize / restore from taskbar

    Hi, I m working on a windows application using VB.NET. Using borderless forms. Can anybody tell me how to minimize / restore that application by clicking from taskbar. (I already added minimize button into the form) but also want the functionality from taskbar. Thanks in advance.
  5. D

    Question bat to exe

    Hello people, Is there a way to import MS-DOS code into vb.net project and make it .exe out of .bat. Thanks.
  6. D

    Question delete read-only files and folders

    Hello, I searched the forum for solving this issue, but couldn't find one. I made an uninstaller which uninstalls certain application. However this application have lots of read-only files and folders and my uninstaller isn't able to remove any of them. So I need a code that would do so. Thanks...
  7. D

    Question External application screen position

    Hello, how can I make load "DXSETUP.exe" at center screen position using this code? Thanks. Private Sub Panel3_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel3.MouseClick Try Me.Hide() Threading.Thread.Sleep(2000)...
  8. D

    DirectX authentication

    Hi folks I'm creating a WindowsForm application and I need a code to check target's machine installed version of DirectX. If the reg key doesn't match with provided one >>> load the form and launch the DX installer "redist\directx_Jun2010_redist\DXSETUP.exe" If the reg key matches with the...
Back
Top