Search:

Type: Posts; User: tcurrier

Page 1 of 7 1 2 3 4

Search: Search took 0.13 seconds.

  1. Re: [RESOLVED] Unable to resize controls in form at design!

    Gowen- thanks for all your research and help on this.... I will find out what I need to do to at least temporarily get Digital Guardian uninstalled.
    I will let you know the results.....
  2. Re: Unable to resize controls in form at design!

    Please pardon my ignorance, but how do I reference that user control in my project? Do
    I compile it as an .OCX, then add the .OCX as a component ? I tried that, and dragged
    the control onto my...
  3. Re: Unable to resize controls in form at design!

    Thought I might try uninstalling Digital Guardian Agent, but it's asking me for an 'uninstall key' from
    my Digital Guardian administrator....
  4. Re: Unable to resize controls in form at design!

    gowen-

    as a matter of fact, in looking at my 'add/remove programs' applet, I do see :

    'Digital Guardian Agent'

    What's your thoughts about this ?
  5. Re: Unable to resize controls in form at design!

    I've had this problem at work for 3 years now... Fortunately I haven't had the need to develop too many
    new apps... I have Windows XP (version 5.1.2600 - service pack 3) on my work laptop. I have...
  6. Replies
    3
    Views
    1,916

    continue/iterate FOR loop conditionally

    Is there a way to iterate a FOR loop when a condition is met ?
    I thought it was the 'CONTINUE FOR' statement, but it won't compile.
    I'm using VB6 enterprise edition.

    For I = 0 to...
  7. Replies
    2
    Views
    7,749

    Re: Class RichTextLib.RichTextBox not loaded [resolved]

    A reinstall of the IDE has resolved the problem.

    Apparently something happened during the original install (after my hard-drive was replaced) that replaced the Richtextbox/Richtextbox with a...
  8. Replies
    2
    Views
    7,749

    Class RichTextLib.RichTextBox not loaded

    I tried Googling for the following error, but didn't come up with any definite solution :


    Class RichTextLib.RichTextBox of control RichTextBox1 was not a loaded control class.Has anyone had any...
  9. Replies
    19
    Views
    3,346

    Re: Controls cannot be sized on a form.

    Has anyone tried to contact Microsoft directly about this problem ?
  10. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Thanks.... Forgot about the .ZIP file option... The multiple post was due to the fact that I forgot to include the .FRM file in the first post ;)
  11. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Also, my OS is Windows XP ...
  12. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Here's the .FRM file... renamed from RESIZE_CONTROLS.FRM to RESIZE_CONTROLS_FORM.TXT
  13. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Just a form with a command button on it, which I can't resize ....

    I renamed the .VBP file to .TXT, since the upload dialog wouldn't allow me to upload a .VBP file...
  14. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Can you edit the form?

    Yes

    If you add a new control to the form, is it locked too?

    Yes

    Is the project folder read-only?
  15. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    Toggling 'lock controls' didn't work, and even a reinstall of VB6 didn't work....

    Out of ideas .... Guess I'll convert all my VB programs to Java ... LOL
  16. Replies
    32
    Views
    11,725

    Re: can't resize VB controls manually

    No, the files aren't marked as 'read only'.... It was mentioned in the thread that a reinstall didn't solve the problem, but I might go ahead and try that option anyway.
  17. Replies
    32
    Views
    11,725

    can't resize VB controls manually

    I was going to reply to an earlier thread about this subject, but I can't seem to locate the original thread.

    It just started happening the other day that I am no longer able to manually resize...
  18. Replies
    15
    Views
    1,236

    create multiple copies of a string

    Hello,

    In REXX, I can create a specified number (92 in this example) of hyphens like this:

    COPIES('-',92)

    Is there an equivalent function in VB ?

    Thanks...
  19. Replies
    2
    Views
    921

    reinitialize an array ?

    I have an array :

    dim myarray (0 to 10) as string

    which is filled with values...

    What is the easiest way to set it back to a state where it has no values assigned ?
  20. Replies
    3
    Views
    806

    Re: Delay form unload for 3 seconds

    Thank you very much...! Works perfect(ly?) !
  21. Replies
    3
    Views
    806

    Delay form unload for 3 seconds

    Hello,

    When the user clicks close button on my app, I want to display a message on the form for 3 seconds before the form actually unloads and the app ends.

    Is there a way to do this ?

    ...
  22. Re: copy text from RichTextBox to Clipboard problem

    Ahh.. didn't think it would be that easy.... Thanks...
  23. Re: ListBox, bump new item into view ?

    Perfect ! Just what I was looking for.... Thanks !
  24. [RESOLVED] ListBox, bump new item into view ?

    I have a ListBox that holds 5 lines of data. In my program, I add a line to the ListBox as certain events occur.

    When I go to add the 6th item to the ListBox, a scrollbar appears, but the 6th...
  25. Re: copy text from RichTextBox to Clipboard problem

    Yes, it does, thanks...

    But apparently not about writing selected text from a RichTextBox to a file ...
  26. Re: copy text from RichTextBox to Clipboard problem

    I did some snooping around and I found this code thats works :


    Private Sub Command1_Click()
    ' To copy the text with full RTF formatting
    Clipboard.Clear
    Clipboard.SetText...
  27. [RESOLVED] copy text from RichTextBox to Clipboard problem

    Does anyone know why this doesn't work ?


    Clipboard.SetText RichTextBox1.SelText


    When I execute this code, then click 'paste' into Notepad, for example,
    I get the actual code pasted from...
  28. Delete Email from POP3 server after download ?

    Does anyone know the how to code the option to delete email from a POP3 server after it's downloaded ? (using the Winsock control)

    Thanks for any help.
  29. Re: Center Commondialog Control Window on Screen ?

    Thanks...

    That worked with the ShowOpen method... But if I switch it to ShowColor or ShowPrinter, the window doesn't center on the screen....
  30. Re: Center Commondialog Control Window on Screen ?

    Do you have some sample code that you could either post or send me ?

    There's something I'm not getting about your method of doing this....

    Thanks.
  31. Re: Center Commondialog Control Window on Screen ?

    Thanks....

    Here's another really nice example using API calls for all of the commondialog functions (showcolor, showfont, showopen, showsave, and showprinter), and it also centers the commondialog...
  32. Re: Center Commondialog Control Window on Screen ?

    Thanks, but I don't understand where this is being called from. Is it being invoked from the existing form, or do I need to add another form with only the commondialog control on it, then call form#2...
  33. Re: Center Commondialog Control Window on Screen ?

    Well, after a little more searching, I found a 'trick' that will do it :

    A simple way to control a common dialog's position
    The CommonDialog control doesn't provide any direct way to decide...
  34. Center Commondialog Control Window on Screen ?

    I know this is getting nit-picky, but I'd really like to have the Commondialog control window come up exactly centered on the screen.

    Is it possible to control the positioning of this window ?
  35. Import a file into Lotus Note before sending ?

    I'm guessing that this can't be done, but I thought I'd check anyway. There is an EMBED_ATTACHMENT constant that allows you to attach an external file to a Lotus Note before sending it. Anyone know...
  36. Replies
    4
    Views
    668

    Re: How to use the media player ??

    Also, to simplify your timer logic,

    just use :


    Timer1.Interval = 5000


    you don't need the counter. This will kick off the timer at the 5 second
    interval.
  37. Replies
    4
    Views
    668

    Re: How to use the media player ??

    Add the 'Microsoft Multimedia Control' component to your project (MCI32.OCX), and start playing your MP3 file as follows:




    Timer1_Timer()
    Timer1.Enabled = False
    With MMControl1
    ...
  38. Replies
    2
    Views
    3,421

    Re: play WMV file in VB app ?

    Sure..

    Insert the 'Windows Media Player' control into your form, and play your WMV file as follows:


    windowsmediaplayer1.url = app.path & "\yourwmvfile.wmv"
  39. Replies
    2
    Views
    3,421

    [RESOLVED] play WMV file in VB app ?

    Hello,

    I'd like to play a video file of a type '.WMV' in my VB app, but I'm not sure which control to use....

    Does anyone have any information on this?

    Thanks...
  40. Replies
    6
    Views
    838

    Re: play Flash file in VB application ?

    OK, it's coming back to me now... I think my Win XP (professional) issue is a permissions problem, attempting to update the registry. That's probably why I don't have problems with it on my Win...
Results 1 to 40 of 257
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width