User Profile

Collapse

Profile Sidebar

Collapse
CRSI
CRSI
Last Activity: Sep 19 '06, 03:20 AM
Joined: Sep 17 '06
Location: Hawaii
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CRSI
    replied to Progress bar
    Rahna,
    I understand. But because you cannot know the number of occurrences of the word "murder" I'm suggesting you use another method of indexing progress.
    If your program can increment a counter based on the number (in order of search progress) of the document currently being searched use that as your measure of progress. Then using the known quantity (number of documents in the search criteria) you'll show the user an...
    See more | Go to post

    Leave a comment:


  • CRSI
    replied to Highlighting a text box for data entry..
    The tip on setting the default propoerty of the command button worked great.
    However, I still can't seem to get the Text box in which I'm asking for user input to present a select all condition.

    I'm asking the user to enter the time stamped on a ticket. Currently in the "text" property of the text box I've provided 00:00 and thinking it would help I selected "data format" Time (17:55 for example). ...
    See more | Go to post

    Leave a comment:


  • CRSI
    replied to Echo a message on remote PC
    I often use "net send username" within OS Batch files to send a brief alert in a popup box to a particular user. I believe you could send to a particular workstation too.

    I'm a VB newbie so I'm unsure of the proceedure to feed sucha a command line to the underlying OS.

    Start | Run | CMD
    net send /? <enter>

    will provide more details

    regards...
    See more | Go to post

    Leave a comment:


  • CRSI
    replied to Progress bar
    A lot of those progress bars are not based on reality. Let's face it the purpose is to keep users from pressing buttons until the program is finished its task.

    May I suggest using a known quantity? For instance you know how many documents (26,000) why not use that and increment the counter after the search completes each document?

    Just a thought!...
    See more | Go to post

    Leave a comment:


  • CRSI
    replied to Increase Ms Dos Print font size
    PEB is right! It will depend upon your printer. For instance SOME of the escape commands under HP's PCL language are listed below:
    Escape Sequences
    Code Dec Hex Function
    --------------------------------------------------------------------------
    ESC SO 27 14 1B 0E Set double width print
    ESC SI 27 15 1B 0F Set condensed width print
    ESC...
    See more | Go to post

    Leave a comment:


  • CRSI
    started a topic Highlighting a text box for data entry..

    Highlighting a text box for data entry..

    Hi folks,

    In learning VB I've designed a little program which requires user input of time hh:mm. The field is selected when the form opens (due to tab order) but the cursor bar is to the left of the default entry (00:00). How can I present the text box in such a way as to allow immediate input by the user? Currently they must grab their mouse and double click inside the (already active) box in order to fully select the contents...
    See more | Go to post
No activity results to display
Show More
Working...