User Profile

Collapse

Profile Sidebar

Collapse
pablojoshua
pablojoshua
Last Activity: Feb 2 '08, 09:55 PM
Joined: Jun 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pablojoshua
    started a topic Action on form dragging

    Action on form dragging

    When you click and hold the top bar (border/border style) of a program and drag, it moves around the program with any program. How do you have an action be executed when you start dragging the program and an action be executed when the program has stopped being dragged?

    I want to have the program become transparent when it is dragged, and then solid again when it is places somewhere on the user's screen. The code that I want to be...
    See more | Go to post

  • pablojoshua
    replied to Showing current processes
    it didn't work tha great, way to buggy that way, atleast thats what happened to me...

    has anyone gotten this to work, if you did please post code


    Thanks & Cheers
    See more | Go to post

    Leave a comment:


  • pablojoshua
    started a topic Showing current processes

    Showing current processes

    Ok I have the current processes showing, but it shows the path of the process too. I just want the list to show the .exe or .dll name with the suffix.

    This is what I have so far (from microsoft)


    General Declorations
    Code:
    Option Explicit
    Form Load
    Code:
    Private Sub Form_Load()
          List1.Clear
          Select Case getVersion()
    
          Case 1 'Windows 95/98
    ...
    See more | Go to post

  • pablojoshua
    started a topic Minimize to Syste Tray

    Minimize to Syste Tray

    How would you minimize your project to the system tray. All of the ones I find on the web will not mazimize the program when it is clicked on wile in the tray.

    Thanks & Cheers
    See more | Go to post

  • pablojoshua
    replied to Time Format
    THANK-YOU...thats all I needed...lol...
    See more | Go to post

    Leave a comment:


  • pablojoshua
    replied to Disabling Maximize Button
    Nevermind I figured it out XD
    See more | Go to post

    Leave a comment:


  • pablojoshua
    started a topic Disabling Maximize Button

    Disabling Maximize Button

    How would I disable the maximize button on a form. I still want/need the exit and the minimize.
    See more | Go to post

  • pablojoshua
    replied to Time Format
    could you please just give like an example code for the 24 hour format. If i do this:


    the text box will give me this

    thanks...
    See more | Go to post

    Leave a comment:


  • pablojoshua
    replied to Time Format
    well windows died on me, so im running on a 40GB hard drive.

    I had (reinstalling now) VB6.

    And I recovered all my data succesfully, so I will try this soon.

    Thanks!

    One more question, if I convert it to 24 hour time, then send it to a string variable, will is still work using the < and > (less than/greater than) statements on it. Cause it works if you just use [text1.text = time]...
    See more | Go to post

    Leave a comment:


  • pablojoshua
    started a topic Time Format

    Time Format

    I am having problems formatting time in visual basic. I need it to be in 24 hour time without the AM or PM at the end. So if I wanted 1:29pm (12-hour) it would come to be 13:29

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...