Search:

Type: Posts; User: OldRon

Search: Search took 0.02 seconds.

  1. Replies
    76
    Views
    105,947

    Re: Installing the VB6 IDE on Windows 10 - 64 bit.

    I just successfully installed Visual Studio 6 Enterprise on Windows 10 64 bit and I used the instruction provided at the link below.
    ...
  2. Re: [RESOLVED] Can't move controls to form. Never a problem before.

    Hello,

    As usual I'm late to the party but others might not be able to drag controls on the form with the mouse. If you have that problem then right click on the Form and uncheck Lock Controls on...
  3. Replies
    0
    Views
    732

    mciSendString & MP3 Files

    I copy my MP3 file directory from computer (a) running Windows XP Pro to computer (b) running Windows 7 64 Pro. With computer (b) all of the MP3 files can be played with my MP3 Jukebox...
  4. VB6 Apps Considered a Virus --> win32:evo-gen susp

    Approximately six months ago Norton anti-virus started killing every new compilation of my applications created in VB6. I just created an exception and went on about my business. My applications are...
  5. Re: Caption Gradiator III / VB6 Form Gradient Titlebar

    Hello,

    MAKE EXE!

    VB don't like you messin' with it's kids.

    Ron
  6. Caption Gradiator III / VB6 Form Gradient Titlebar

    Hello, :wave:

    Caption Gradiator III is a Basic Module that facilitates a custom gradient color titlebar for Visual Basic forms. The original program came from another VB author's web sight. The...
  7. Replies
    55
    Views
    6,982

    Poll: Re: How do you feel about the 9/11 attack?

    Hi,

    There are 72 virgins waiting for those who commit fatal acts of terrorisim. The dirty little secret is that 99.9% of the virgins are males. The terrorist will receive their well deserved...
  8. Re: Detect name of selected file in Windows 7 File Directory

    Yeah I felt like a real 'Dufus' when the light finally came on. What's even worst is how stupid I feel for the hours spent on the original code. You finally got around to the right answer, but...
  9. Re: Detect name of selected file in Windows 7 File Directory

    LaVolpe,

    If you have to read the instruction then you aren't smart enough to be qualified for the task.

    Your first response:


    That was so far off of in the wrong direction and I was...
  10. Re: Detect name of selected file in Windows 7 File Directory

    LaVolpe,

    Have you ever used Microsoft Windows Notepad.exe? As far as I know it is the default text file viewer in Windows. In most cases the application is launched when the user clicks on a .txt...
  11. Re: Detect name of selected file in Windows 7 File Directory

    LaVolpe,

    Is that actually the way that you would go about setting the 'Open With' property of a file? Try right clicking on the file and use the Change button on the file properties menu. By the...
  12. Thread: Toggle Swtich

    by OldRon
    Replies
    5
    Views
    595

    Re: Toggle Swtich

    Hello zrozerostang,

    Here's a lean and mean way to toggle.

    Private Sub DoSomething()
    Static OnOff as Intger
    OnOff = (OnOff = 0) 'If 0 then it returns -1 else it returns 0
    End Sub

    Note: For...
  13. [RESOLVED] Detect name of selected file in Windows 7 File Directory

    Hello,

    I'm trying to update one of my old applications that was developed in Windows XP. I'm now using Windows 7 Professional and the file window in Explorer.exe is no longer a SysListView32...
Results 1 to 13 of 14



Click Here to Expand Forum to Full Width