- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Hi Good Day Guys! Just cant find the answer. I just wanted to ask If there are any way to detect keypress while your application is minimized or not in focused? Thank you very much.
can you please be more specific with your problem!
[CODE]Imports Shell32 'Add Shell32 to reference Public Class Form1 Public sc As Shell32.Shell 'Declare Shell32 Public Function ExtractFiles() As Boolean Try sc = New Shell32.Shell Dim DestinationFlder As Shell32.Folder = sc.NameSpace("C:\") Dim SourceFolder As Shell32.Folder = sc.NameSpace _ (Application.StartupPath & "\myzipfile.zip") DestinationFlder.CopyHere(SourceFolder)'CopyHere is replaceable by CutHere System.Threading.Thread.Sleep(500) Catch ignore As …
Good day Every one! I am having trouble with my application with shell32.dll. when i debug it in VS it runs well. but when I detach the .exe file and run it to other directory. I get errors. I hope someone could help me. So much of a thanks in …
Legend: pptfile= column of your file in db Table = your db table cmd = New OleDbCommand("SELECT pptfile FROM Table WHERE index=0", con) adap = New OleDbDataAdapter(cmd) Dim ds As New DataSet() dtradap.Fill(ds, "Table") Dim counter As Integer = ds.Tables("Table").Rows.Count Dim file as String = Nothing If counter > 0 …
Is anybody know what is the easiest way to encrypt and decrypt text from textbox? Thank you in advance. Good day!
Good day everyone! I just like to ask is there a way to run my application automatically, right after the installation. A Ton of Thank you in advance.
Good day. I would just like to ask. if there is any way to uninstall program or uninstall program from add/remove using vb.net codes? Thank you very much.
The End.