Search:

Type: Posts; User: johnpc

Page 1 of 6 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    0
    Views
    575

    VS 2010 SendKeys Problem

    When I run the following code, I get a message pertaining to the
    ProcessID variable stating "ArgumentException was Unhandled",
    of course the keys do not get sent to the Calculator.

    (This snippet...
  2. Replies
    9
    Views
    899

    Re: Clean temporary Directories

    I have dropped this project for a time, obviously but would like to resurrect it . The code fails with a "Run-Time error "70" "Permission Denied" Error Message. Upon clicking the Debug command...
  3. Replies
    9
    Views
    899

    Re: Clean temporary Directories

    Clean up Temp Directories - See my attached code. Any help is appreciated.
  4. Replies
    9
    Views
    899

    Clean temporary Directories

    Has anyone developed a program to Clean out a computers Temporary Directory. I can find the directory ("C:\Documents & Settings\Acer\Local Settings\Temp") which is specific to my machine but I...
  5. Highlight DataGrid Row and use Mouse Scroll Wheel on DataGrid

    How to Highlight a DataGrid Row and Use Mouse Wheel to Scroll in a DataGrid

    There are two features demonstrated in this program.

    NB! Please follow these directions in order to see the correct...
  6. Re: [RESOLVED] Prevent multiple instances of a character in a textbox

    To Martin Liss,
    I am having a slight problem with your NumberBox Control. I have been using it now for a while and I have found a little bug, perhaps you could advise?

    The glitch involves the...
  7. Re: Eliminate Multiple Listings in VB References

    Si the Geek's solution worked.
  8. Re: Eliminate Multiple Listings in VB References

    I have serched through all directories and eliminated MSteam.dll in each one where it has been but it still appears in the VB Projects References Dialog Box. These location (directory) values must...
  9. [RESOLVED] Eliminate Multiple Listings in VB References

    How can I eliminate multiple listings in the vb references dialog box?
    See attached jpg file.
  10. Re: [RESOLVED] Prevent multiple instances of a character in a textbox

    OK Martin, I am now using your Number Box Control. I works great, thank you.
  11. Re: [RESOLVED] Prevent multiple instances of a character in a textbox

    Well Martin, of course you are correct. I would like to input minus numbers as well as have the decimal activated via the keyboard and keypad. I could add a minus button to the keypad but then I...
  12. Re: Prevent multiple instances of a character in a textbox

    Thanks for your assistance.
    Perhaps I left a bit out. See my solution attached
  13. [RESOLVED] Prevent multiple instances of a character in a textbox

    How can multiple instances or a character, say a decimal point or period, be
    prevented in a textbox?
  14. Re: Allow only single entry of a decimal point in a TextBox

    Thanks
  15. Allow only single entry of a decimal point in a TextBox

    How can one allow one instance of a decimal point in a Text Box:
  16. Replies
    6
    Views
    1,846

    Re: Set current date in Registry string

    Hello, and Thank You Dilettante..........I think. This looks like the answer, I
    will have to study it a bit to see how to implement it. I am not quite familiar
    enough with implementing script int...
  17. Replies
    6
    Views
    1,846

    Re: Set current date in Registry string

    I would like to use the HKCU\Software\JCunningham Key and set a string value "Installed Date" and somehow code in the current date.
  18. Replies
    6
    Views
    1,846

    Set current date in Registry string

    Can the current date be set in the registry section of VS Installer?
  19. Replies
    14
    Views
    22,876

    Re: Run-time error 482 when trying to print

    Private Sub cmdPrint_Click()

    '********************************************
    'Activate the Printer by changing the
    'Printer Object from Picture1 to the Printer...
  20. Replies
    5
    Views
    579

    Re: WinZip Archive HOW ?

    Check out the following: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=14063&lngWId=1
  21. Re: VB6 Problem: Invalid Compiled Help(.chm) file

    Is this the MSDN Help File for VB6 or a help file that you have
    made for one of your applications?............If the MSDN help
    ( the one that you press F1 for in the IDE), I should think that
    you...
  22. Thread: regsvr32!!!!!

    by johnpc
    Replies
    10
    Views
    716

    Re: regsvr32!!!!!

    If it is an activeX dll written in VB then it will register itslef
    when you choose Make Dll from the File Menu.
  23. Re: Can MS Comm Controls CommPort Be set at runtime

    Ok Dave, sorry but I am afraid your reply is just too advanced
    for me. The program that I am writing is used, among other
    things, to dial an individuals telephone number. The problem
    that I wish...
  24. Re: Can MS Comm Controls CommPort Be set at runtime

    Ok, Dave, how about a little direction? After a bit of research
    I have concluded that the MSComm1.CommPort must be set
    in the Property Window at Design time, the following sends
    an error message:...
  25. Can MS Comm Controls CommPort Be set at runtime

    Can the MSComm Controls CommPort property be set
    at runtime(by Code)? I would like to have the program find
    the valid CommPort and then select it automatically.
  26. Replies
    3
    Views
    591

    Re: Editing an existing ADO Record

    Thank you
  27. Replies
    3
    Views
    591

    [Resolved]Editing an existing ADO Record

    Can someone please help me with the Save and Edit Button Code and the updateEntry Sub in the attached file. I can't
    figure out how to Edit an existing record. The Add and Delete
    commands work...
  28. Replies
    2
    Views
    430

    Re: Alter only item in an ADO recordset

    I understand that, what I am trying to do is make a change
    in an existing records Notes Text Box and have it updated, and the change is made to the database. Any help would be appreciated
  29. Replies
    2
    Views
    430

    Alter only item in an ADO recordset

    The Attached DB program allows altercation of a record via
    making in the change in the datagrid (Notes) and then clicking on the form's Update button. How can I make a change to say, just the Notes...
  30. Replies
    1
    Views
    655

    Find Command ADO

    How do you implement a Find command in ADO? The following works in DAO, but of course not in ADO.

    Private Sub cmdFind_Click()
    Dim strLast As String
    Dim vntBookmark As Variant

    'reset the...
  31. Replies
    4
    Views
    770

    Re: Mathematical combinations

    Combinator Version 1.1 by Erdogan Tan (24/7/2001)
    VB Project for Combinations, permutations and factorials!
  32. Replies
    1
    Views
    454

    Show Datagrid with two different tables

    Can two different tables (from the same Access DB) be shown on two datagrids on the same form? I am using ADO.
    I have tried to open a connection for each but only one fills a
    datagrid.
  33. I think that you should study the example that I...

    I think that you should study the example that I listed for you.
    If you will look at it you can figure out how to load the combo box
    and then set a second recordset and get the rest of the...
  34. You need to set up a second recordset to expose...

    You need to set up a second recordset to expose the datagrid.

    I don't have time to redo this for you but I am enclosing an example for your use.

    I hope this helps.
  35. Thread: How to?

    by johnpc
    Replies
    1
    Views
    443

    How to?

    How to write a VB Script to do the following:

    1. Get String input from a Text Box
    2. Compare it to a given String
    3. If it is the same then open a new web page
  36. Replies
    2
    Views
    656

    http://www.vbforums.com/showthread.php?s=&threadid...

    http://www.vbforums.com/showthread.php?s=&threadid=259166&highlight=open+a+pdf+file
  37. Replies
    3
    Views
    710

    thanks yulyos ;)

    thanks yulyos
    ;)
  38. Replies
    3
    Views
    710

    Use Enter Key as Tab

    Is it possible to move between textboxes using the <Enter> Key
    instead of the Tab Key? (As in VB6)
  39. Dim db As Database Dim ws As Workspace Dim Rst...

    Dim db As Database
    Dim ws As Workspace
    Dim Rst As DAO.Recordset


    Set ws = DBEngine.Workspaces(0)
    Set db = ws.OpenDatabase(MyConn)
    Set Rst = db.OpenRecordset("SELECT * FROM " & month.Text & "...
  40. Replies
    4
    Views
    758

    Instead of deleting the files, why don't you...

    Instead of deleting the files, why don't you create a temproary directory and send them there.
Results 1 to 40 of 239
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width