Search:

Type: Posts; User: Inside

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    22
    Views
    6,708

    Re: Did I Violate a Forum Rule?

    Bu senin ilk yazı. Hala ılımlılık içindesin (or something like that... :D
    This is your first post. You are still under moderation.
  2. Thread: URL Save

    by Inside
    Replies
    7
    Views
    5,020

    Re: URL Save

    It's not a "random site" it's one of my own domains.

    The zip file contain two files (URLBoxVB6.oca, URLBoxVB6.ocx) which is scanned both on my side as well as the server side for any virus.
    ...
  3. Thread: URL Save

    by Inside
    Replies
    7
    Views
    5,020

    Re: URL Save

    The URLBox is not my code. It's a .ocx I have used.
  4. Replies
    2
    Views
    3,454

    Re: Value Counter User Control

    Thanks.

    It's very basic and other features can be added easily.
  5. Thread: URL Save

    by Inside
    Replies
    7
    Views
    5,020

    Re: URL Save

    Pleasure.

    I use it a lot myself. Sometimes I wonder if I must not put more sub-categories, but, time will have to tell...
  6. Replies
    12
    Views
    7,110

    Re: Home Budget-Slip System

    I found this threed32 register program IF anyone is interested:

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11934&lngWId=1


    I'm busy replacing every threed32 in my...
  7. Thread: Rpa?

    by Inside
    Replies
    8
    Views
    2,068

    Re: Rpa?

    Ah. But the locomotive still need a human to drive it. (and even this has changed too)
  8. Re: New logging patterns a new function what is wrong with

    I do.

    Something I have to implement in future use of programming.

    Perfect coding have a long learning curve. Especially where everyone agree on a standard.
  9. Thread: Hurricane Irma

    by Inside
    Replies
    13
    Views
    1,160

    Re: Hurricane Irma

    I'm in South Africa.

    Ed:

    We have an earthquake about four months ago of 5.1 (epi-centre was 8.something). I'm on the 4th floor of a building of flats (apartments), and thought it will topple....
  10. Re: New logging patterns a new function what is wrong with

    un-knowledge'd people like me :D
  11. Thread: Hurricane Irma

    by Inside
    Replies
    13
    Views
    1,160

    Re: Hurricane Irma

    and at the same time you can add:
    Freezing temperatures on the western side (Ottawa)
    Flash floods in Mohave (really?)
    Air Quality in Idaho
    Extreme winds in Nunavik
    Low humidity in Brazil

    ...
  12. Thread: Hurricane Irma

    by Inside
    Replies
    13
    Views
    1,160

    Re: Hurricane Irma

    Pole shifting.

    And it will become worse.

    According to predictions...

    It all depends how quick everything will happen (think: city of Atlantis).

    Edited:
    There are other factors in play...
  13. Re: New logging patterns a new function what is wrong with

    In some cases the answer will be different when use a "&" instead of a "+".

    In concatenation, yes, but not when adding.

    When use "+" as a universal, the programmer almost never made a mistake....
  14. Thread: Help

    by Inside
    Replies
    3
    Views
    983

    Re: Help

    You have to hire someone from Elance (or UpWork) to do that for you :D
  15. Thread: Hurricane Irma

    by Inside
    Replies
    13
    Views
    1,160

    Re: Hurricane Irma

    Although I'm far away, my thoughts are with these people, especially the children and animals.

    I also see the zoo animals (Florida) are not being moved. Hopefully it was not a bad decision. (Just...
  16. Replies
    13
    Views
    4,001

    Re: Resize icon in VB6 through code.

    Fantastic! Now I also knows. I knew it has to be one of the "bit" but was not sure.

    Thanks again :)
  17. Replies
    13
    Views
    4,001

    Re: Resize icon in VB6 through code.

    If I can remember correctly, when you use this and you save the picture to a new file, the picture size did not changed to that of the picture box ?

    With the BitBlt the size given is also the size...
  18. Replies
    13
    Views
    4,001

    Re: Resize icon in VB6 through code.

    I'm not sure, but I think it must be this one:

    Declare Function BitBlt Lib "GDI" (ByVal hDestDC%, ByVal X%, ByVal Y%, ByVal nWidth%, ByVal nHeight%, ByVal hSrcDC%, ByVal XSrc%, ByVal YSrc%, ByVal...
  19. Re: [VB6] TaskDialogIndirect: Complete class implementation of Vista+ Task Dialogs

    The "poll" on the right side is gone :D that's why you have to scroll...When the new poll coming you'll see better again.
  20. Thread: Post Race!

    by Inside
    Replies
    68,909
    Views
    18,140,210

    Re: Post Race!

    Strongs on Irma. Hope you guys will be all right out there
  21. Replies
    6
    Views
    1,957

    Re: Zoom In and Out - Notepad

    The only other option I can think of is by making a picture of the text. This picture is placed inside a picturebox within a picturebox to create a "movable" view port.

    Other than that...nope
  22. Re: How to know if a file-dialog has appeared?

    What about a simple doevents or a short timer-set (3000) with a doevents inside? It's not that the code have to be written in html code or java or something else where the program-language differs...
  23. Re: [RESOLVED] how to make a picture in a user control float outside user control bor

    Please note: This program does not fall in your scope of programming :)

    Ever thought of emulating a form outside a user control? Here is an example:
    151463

    how it works:
    151465
  24. Replies
    6
    Views
    917

    Re: how can i add or change orders of string

    In cases like these, logic programming works best.

    list1 + list2 + list3 etc (or list1 & list2 & list3 - it depends what your needs are)
    then you do list1 + list3 + list2, list2 + list1 + list3,...
  25. Replies
    5
    Views
    2,055

    Re: Displaying the first items in a Listbox

    Another thing to think about:



    List1.TopIndex = List1.ListIndex
  26. Thread: W10 Accounts

    by Inside
    Replies
    0
    Views
    2,077

    W10 Accounts

    When we grow older we tend to forget passwords and user names etc.

    Not entirely true. In this day and age, when roaming the internet and became part and participate within the w.w.w. , we create...
  27. Replies
    45
    Views
    8,926

    Re: Which programs help my VB6 life

    Here is one of my own which I use a lot (previously I use another program, but not so easy to retrieve URLs):

    http://www.vbforums.com/showthread.php?852705-URL-Save&p=5210021#post5210021
  28. Thread: URL Save

    by Inside
    Replies
    7
    Views
    5,020

    URL Save

    A program I written a while back, which can save all the important (and not :) ) URL's.

    Especially needed to have these URL's at hand when re-installing windows, moving to a new pc or for...
  29. Re: How to know if a file-dialog has appeared?

    My mind must have been somewhere else..
    sorry :(
  30. Re: click on plain text and move clicked text to text2

    The code:


    'Option Explicit

    Private Sub Form_Load()

    TX1.Text =...
  31. Replies
    12
    Views
    7,110

    Re: Home Budget-Slip System

    Myself and I also hate it, but maybe in the future someone ask me to do some project in the net environment, then I know at least some basic stuff.

    I have done the screen layout so far.

    Yes. So...
  32. Re: Why ... why WHY? there is a limit in the ammount of unique control names in a for

    It looks like a shape:

    151231

    yep....
    151233
  33. Replies
    10
    Views
    6,795

    Re: You want to remove Graphics Flicker ?

    ...and what version of VS.net did you get in 2002? VB6 is came out later... :confused:
  34. Thread: Post Race!

    by Inside
    Replies
    68,909
    Views
    18,140,210

    Re: Post Race!

    It's easy for someone who sit far away in a sunny land to say good things. I will never understand the feel and loss unless it happens to me(us).

    I hope that everything will be on your side and...
  35. Re: How to Detect Mouse Click Outside of Form?

    The code I gave is exactly that.

    The more help a person can get the better. Maybe not only for him, but for all programmers, including me.

    I cannot learn enough. And I believe that's for...
  36. Thread: Post lost!!!!

    by Inside
    Replies
    10
    Views
    1,336

    Re: Post lost!!!!

    VB Rich Client

    New to me too
    see #7
  37. Thread: Post lost!!!!

    by Inside
    Replies
    10
    Views
    1,336

    Re: Post lost!!!!

    That is definitely me !! :D
  38. Re: [RESOLVED] Brain Games - They Hurt Sometimes. Strategy ideas similar to Mutex/Sem

    My brain search for the simplest, easiest way first, than after that I will start thinking deeper....

    My first thought is this, and I'm not sure if one can use it in a class or not:

    Get & save...
  39. Re: How to Detect Mouse Click Outside of Form?

    Who will decide?
    You?
  40. Thread: Post Race!

    by Inside
    Replies
    68,909
    Views
    18,140,210

    Re: Post Race!

    I watched several pages and videos, and it did not look good at all.

    Strongs for anybody in those areas!
Results 1 to 40 of 176
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width