Search:

Type: Posts; User: danisa

Search: Search took 0.06 seconds.

  1. Re: Why SDI form does't print completely when partially not shown on screen?

    Thanks guys,

    The forms is Autoredraw=true
    The Project1 didn't work. I mean it works but it still prints only to the height of the screen. it cuts the bottom part.

    I should have explained...
  2. Why SDI form does't print completely when partially not shown on screen?

    Hi everybody,

    I have this puzzeling problem:
    I have a SDI Form that prints OK when displayed on my screen. 1280/1024 pix

    When i turn the resolution down to 800/600 the form is cut at the...
  3. Replies
    20
    Views
    1,268

    Re: two vb questions (since im a newbie)

    I think Ellis Dee had my down&dirty code in mind....
    Sorry for that.
    D
  4. Replies
    20
    Views
    1,268

    Re: two vb questions (since im a newbie)

    So it WORKS!

    The above code example in a *.bas file
    and this in a form:


    Option Explicit
    Dim MyLink As String
    Private Sub Command1_Click()
    MyLink =...
  5. Replies
    20
    Views
    1,268

    Re: two vb questions (since im a newbie)

    Well....It's a start...
    An API call may be better...
    How do you find which is the "default" browser?
    D
  6. Replies
    20
    Views
    1,268

    Re: two vb questions (since im a newbie)

    Hi,
    Put this in a form with 1 command button:



    Option Explicit
    Private Sub Command1_Click()
    On Error GoTo errorhandler:
    openfile = Shell("C:\Windows\ServicePackFiles\i386\iexplore.exe",...
  7. Replies
    15
    Views
    1,226

    Re: Sharing data between 2 vb programs

    Hi lone_REBEL,:wave:
    Won't I lose (or gain) "data" if another prog or person try to use the Clipboard? I've stayed away from clpbrd untill now so don't truly know the cons of using it.
    Thanks for...
  8. Re: Classic VB - How can I use the mouse-wheel in VB?

    Here is my two cents...
    The MS Fix works...BUT it manage to full me for a while.

    Download the MouseFix file from the MS link above.

    Extract the downloaded file to temp folder...
    Copy ...
  9. Replies
    15
    Views
    1,226

    Re: Sharing data between 2 vb programs

    GREAT POST:
    :thumb: Thanks Dilettante!



    This one is a winner. I'm getting excited now:D

    1: Temp file in memory...:check:
    2: Prog1 sends data to Prog2...:check:
    3: Prog1 sends data to...
  10. Replies
    15
    Views
    1,226

    Re: Sharing data between 2 vb programs

    Hi lone_REBEL
    I tought of that, but since the communication between the two progs can run for hours...what is someone or another prog try to use the clipboard?
    May be if I can make a "private"...
  11. Replies
    15
    Views
    1,226

    Re: Sharing data between 2 vb programs

    Thanks guys...

    CDDRIVE....I know that, but can't be done. the two progs have to be stand alone...:(

    diletante...Thanks man...:) this works...well, I'll play with the idea and see how it goes....
  12. Replies
    15
    Views
    1,226

    Re: Sharing data between 2 vb programs

    Hi gahes,

    I've tought of writing the data values to a file and then let Prog2 read it from there. But, it will be slow...also it will create constant HDD read/write and possibly slow down the...
  13. Replies
    15
    Views
    1,226

    Sharing data between 2 vb programs

    Hi everyone,
    I need help on this one...
    I have two vb programs I've wrote reading data from devices attached to separate com ports.
    Prog 1 reads data A from com 1 & displays it
    Prog 2 reads data...
Results 1 to 13 of 15



Click Here to Expand Forum to Full Width