Search found 13 matches

Search found 13 matches Page 1 of 2
by MiztaInsane
Fri Apr 16, 2010 4:18 pm
Forum: Competitions
Topic: Hungryhound's Original App Competition
Replies: 221
Views: 77455

[center]here a program i have made

Image[/center]
by MiztaInsane
Tue Mar 30, 2010 10:39 pm
Forum: Coding Help & Support
Topic: Take Ownership of a file/folder
Replies: 2
Views: 1348

Hey Harlem9191 i had to use this code

Dim fileName As String = ("C:\Users\Devin\Desktop\Context.exe")
Interaction.Shell(String.Concat(New String() {"cmd.exe /c takeown /f ", fileName, " && icacls ", fileName, " /grant administrators:F"}), AppWinStyle.Hide, False, -1)
by MiztaInsane
Fri Mar 26, 2010 4:13 pm
Forum: Coding Help & Support
Topic: Take Ownership of a file/folder
Replies: 2
Views: 1348

I want to take ownership of Context.exe but it don't let me anyway of takeing ownership of a file in vb that easy?

Dim fileName As String = ("C:\Users\Devin\Desktop\Context.exe")
Dim arguments As String = ("takeown /f C:\Users\Devin\Desktop\Context.exe")
System.Diagnostics.Process.Start(fileName ...
by MiztaInsane
Fri Mar 26, 2010 4:10 pm
Forum: Coding Help & Support
Topic: Help Loading .exe from a button that is a embedded resource
Replies: 4
Views: 2020

If I wanted to run something call CnS.exe from the resource folder I use this

Dim SetupPath As String = Application.StartupPath & "\CnS.exe"

Using sCreateEXEFile As New FileStream(SetupPath, FileMode.Create)
sCreateEXEFile.Write(My.Resources.CnS, 0, My.Resources.CnS.Length)
End Using

Process ...
by MiztaInsane
Wed Mar 24, 2010 12:01 pm
Forum: Coding Help & Support
Topic: Backgroundwork + progressbar
Replies: 5
Views: 2149

thanks yeh they can be a pain lol

thanks for your help again hope to return the help someday
by MiztaInsane
Tue Mar 23, 2010 12:40 pm
Forum: Coding Help & Support
Topic: Backgroundwork + progressbar
Replies: 5
Views: 2149

Thank you for your help. how can i show the progress of this in the progressbar?

thanks you again
by MiztaInsane
Thu Mar 18, 2010 1:03 am
Forum: Coding Help & Support
Topic: Backgroundwork + progressbar
Replies: 5
Views: 2149

So I have this code in backgroundwork2.dowork how can i show the progress of this in progressbar2

Dim myJob As New Job2Convert()
Dim ms As New MediaServer()
myJob.pszSrcFile = "C:\Users\Devin\Desktop\Release\test.wmv" 'THE FILE TO CONVERT
myJob.pszDstFile = "C:\Users\Devin\Desktop\Release\test ...
by MiztaInsane
Mon Mar 15, 2010 2:39 pm
Forum: Tutorials
Topic: Software Installer
Replies: 27
Views: 13320

this is cool. how can we add a Progress Bar that show the progress?
by MiztaInsane
Thu Mar 04, 2010 2:19 pm
Forum: Tutorials
Topic: Registration - Tutorial + Project Download
Replies: 10
Views: 4580

You most add this since you have ssl enable
Code: Select all
theClient.Port = 587
by MiztaInsane
Mon Feb 22, 2010 2:05 pm
Forum: Coding Help & Support
Topic: Reg help VB
Replies: 1
Views: 1075

i need a little help from you i want to edit a registry value data of value name " Default "

for example i want to change "(Default)" registry value of "HKEY_CURRENT_USER\Software\WinRAR SFX" to "C:\1.ico"

so i open notepad copy paste this code in it

Code: [Select]
Windows Registry Editor Version ...
Search found 13 matches Page 1 of 2
Go to advanced search