CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nbCathy

Page 1 of 14 1 2 3 4

Search: Search took 0.14 seconds.

  1. Thread: How do I?

    by nbCathy
    Replies
    6
    Views
    1,567

    Re: How do I?

    Well, it is written by me/her. But you know, I don't want to screw up. I will post my code but for the .... of it, I forgot to make the marks before and after the code.
    I.E I thought
    [code]...
  2. Thread: How do I?

    by nbCathy
    Replies
    6
    Views
    1,567

    How do I?

    Open Program A.
    Shell to Program B. Select parameter.
    Receive parameter in Program A and close Program B
    continue Program A

    Thanks
    Cathy
  3. Replies
    2
    Views
    890

    Re: Digital Camera's - Can VB be used

    P.S. Planning to do Red Eye/Dog Eye removal, Brightness, Contrast, Resizing, etc.

    I've only done one VB project across last year as hobby and thought we would be a good one too.

    High Dreams...
  4. Replies
    2
    Views
    890

    Digital Camera's - Can VB be used

    Just got myself a digitial camera for Xmas. Are they accessable from VB and if so, can they be reprogramed or can the jpg images be accessed and edited?
    Cathy
  5. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    ****
    Try opening the file using the shell api using NOTEPAD
    CAthy
  6. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    Oh, hell, I'll get it right in a moment. Try and open the file using the SHELL api.
    Cathy
  7. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    David - do you have a Vista Machine?
    If anybody having a Vista machine, please make a test as follows.
    Make a directory name 'TVRD Viewer' in you 'Program Files' directory.
    Create TVRD.txt file...
  8. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    David - I don't have Vista machine. I visited my sister with her 'Vista' machine and only installed the complied program and it worked with what I showed early.

    Cathy
  9. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    I think this will become a problem in Vista and is significate for programs written before Vista.

    CallWord = Shell("notepad " + Chr$(34) + App.Path + "\TVRF_results.txt" + Chr$(34), 3)

    It a'nt...
  10. Replies
    17
    Views
    3,226

    Found Problem

    Windows 95 to Windows XP worked with
    c:\Program Files\TVRD Viewer

    However Windows Vista does not allow a space in Program Folder Location. I had to do this to make it work

    Select...
  11. Replies
    1
    Views
    1,199

    Application Error - Memory

    My only program in VB that I wrote and distributed to about 200 people has a problem reported only once by a particular person. The program uses MS Access 97. I think he is using XP.

    He reports...
  12. Replies
    10
    Views
    1,027

    Re: Access DB Application Locks Up

    I am a single user of an MSAccess databases with 4 million records in some of them. If a Virus routine is running, it'll try to check it before opening. Probably nothing to do with your problem. ...
  13. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    HanneSThEGreat - I think my original code was to create an error if the file didn't exist, then exit the sub on error but I must have changed it and left that part of the code. You see 'nb' in...
  14. Replies
    17
    Views
    3,226

    Re: Shell to Notepad in "Vista"

    Is this new for 'Vista'.

    The program worked fine for 95, 98, 2000, and XP.

    Thanks for your reply.

    Cathy
  15. Replies
    17
    Views
    3,226

    Shell to Notepad in "Vista"

    For some reason the following quit working in the MS "Vista" operation system. It opens notepad but it blank and it should contain data.



    Private Sub OpenResults_Click()
    SetFocusTotbN1
    ...
  16. Replies
    2
    Views
    655

    Startup Time for Windows

    I wish to have a timer for the first time one is to 'mark' time in the windows startup routine to a finish time in windows.

    It's always said this time increases with more and more programs loaded....
  17. Re: Program Idea - Create Windows Install ISO for Computers with Recovery Disks

    I think you are missing my point.

    I would be selling a program that only makes a certified 'Windows XP?? bootable Installation Disk'. Not a copy/ghost of the hard drive.

    If you don't see my...
  18. Re: Program Idea - Create Windows Install ISO for Computers with Recovery Disks

    And On Top Of All Of That, "i Bought Windows" I May Want To Install On Another Machine In Case 'the Machine' Might Be Dropped Down A Toilet.

    Cathy
  19. Re: Program Idea - Create Windows Install ISO for Computers with Recovery Disks

    Well, I've thought about it again.

    I think a program like this would sell like 'hotcakes'.

    Many people are buying machines with pre-installed Windows.

    These machines have a burner and with...
  20. Re: Program Idea - Create Windows Install ISO for Computers with Recovery Disks

    I think it can be done with those computers where the i386 folder was copied to the harddrive. I realize the drivers would be a problem but there is freeware programs that copy all the drives to...
  21. Program Idea - Create Windows Install ISO for Computers with Recovery Disks

    I've been reading up on how to create a Windows XP, etc installation disk when the computer comes without the installation disk but with preinstalled windows with recovery disks.

    Do you guru's...
  22. Replies
    5
    Views
    1,075

    Re: Spyware-Adaware-ZoneAlarm, etc

    Well sometime I just wonder what these programs are doing. I'll leave it to the 'big boys'

    Thanks
    Cathy
  23. Replies
    5
    Views
    1,075

    Re: Spyware-Adaware-ZoneAlarm, etc

    Let me not forget POPUPs !!!
  24. Replies
    5
    Views
    1,075

    Spyware-Adaware-ZoneAlarm, etc

    Is it possibly in VB6 to develope one's own protection to really control what happens to his connections.
    Thanks
    Cathy
  25. Replies
    2
    Views
    628

    Re: Saving Datagrid to access

    You have to interate thru your grid.



    RS.MoveFirst
    While Not RS.EOF
    j = 0
    For i = 0 To RS.Fields.Count - 1
    If IsNull(RS.Fields(i)) Then ...
Results 1 to 25 of 347
Page 1 of 14 1 2 3 4





Click Here to Expand Forum to Full Width

Featured