Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
_

_Richard Faulkner

@_Richard Faulkner
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • INET CONTROL
    _ _Richard Faulkner

    use refresh2() instead of refresh():):):):):)

    Visual Basic question

  • code on form minimize button
    _ _Richard Faulkner

    Actually, there is a quite simple way. Type the code below, where <code>; is the action you want when the form is minimized: Private Sub Form1_SizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.SizeChanged If Me.WindowState = FormWindowState.Minimized Then End If End Sub Please mail me with any questions or comments. Best Regards, Richard Faulkner

    Visual Basic csharp

  • How to create a shortcut of my application on the right click menu of desktop
    _ _Richard Faulkner

    I am sorry to say this, but you most likely have no option of doing so unless you patch(modify the resources) of explorer.exe. I suggest you rather add your program to the control panel. One way of doing this is by purchasing a third-party program that adds programs to the control panel. Another free option is to download this VBScript file. You need to edit it, because it was originally for placing TweakUI to the control panel. Please mail me with any questions or comments. Best Regards Richard Faulkner

    Visual Basic csharp help tutorial

  • Restiction to certain applications
    _ _Richard Faulkner

    Yes. You may do so by creating a timer. Inside the timer Tick() event, type system.diagnostics.process.kill("<processname>"), where <processname> is the process you wish to end. Please mail me with any questions or comments. Best Regards, Richard Faulkner

    Visual Basic csharp workspace

  • Securely storing information
    _ _Richard Faulkner

    How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them? Richard Faulkner Founder of GallantTechnologies

    Visual Basic question

  • Writing vb.net "scripts"
    _ _Richard Faulkner

    I want to know how to execute code typed in a text box on a windows form. In other words. How do you make a program that executes vb.net/vb code typed in a textbox on a form when a button is pressed? Richard Faulkner Founder of GallantTechnologies

    Visual Basic csharp tutorial question

  • CopyFromScreen
    _ _Richard Faulkner

    I am trying to make a program that "copies" the contents of everything behind the form (like CopyFromScreen). My only problem is that I want it to update itself every 1-75 milliseconds without any flicker. I am trying to do this because, for example, if I add a PNG of, let's say, an apple, it will appear that it will appear to be floating on the desktop. I am trying to mock layered windows, but I am also trying to avoid using them because I want to use controls on the form, too. Richard Faulkner Founder of GallantTechnologies

    Visual Basic help tutorial announcement

  • Instant Messenger
    _ _Richard Faulkner

    Does anyone know how to make an instant messenger with VB.Net that is similar to AIM? Richard Faulkner Founder of GallantTechnologies

    Visual Basic csharp tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups