Search:

Type: Posts; User: hrafnkellg

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    4,487

    Re: Printing a PictureBox - Print Quality

    Hi

    Thanks for your help : - )

    Keli
  2. Replies
    12
    Views
    4,487

    Re: Printing a PictureBox - Print Quality

    Hi

    Thanks all for your kind help : - )

    Keli
  3. Replies
    12
    Views
    4,487

    Re: Printing a PictureBox - Print Quality

    Hi

    Thanks for your help. Do you know of any example of this?

    Keli

    PS I´m going away for some time now : - )
  4. Replies
    12
    Views
    4,487

    Re: Printing a PictureBox - Print Quality

    Sorry if I´m a bit unclear. I´m using a PictureBox to hold my text and objects , including Images. I then use

    BitBlt pbHidden.hdc, 0, 0, Picture5.Width / 15, Picture5.Height / 15, Picture5.hdc,...
  5. Replies
    12
    Views
    4,487

    Re: Printing a PictureBox - Print Quality

    Hi

    I removed the link : - )

    Keli
  6. Replies
    12
    Views
    4,487

    Printing a PictureBox - Print Quality

    Hi

    I´m using a Picture Box to hold all my text, controls and Images that I want to print. My computer has 1280 * 1024 resolution. To print I use:

    Printer.PaintPicture pbHidden.Image, 0.5, 1,...
  7. Replies
    2
    Views
    850

    Find the correct path

    Hi

    I have written a programe that prints worksheets to use in Icelandic language classes.

    I´m using Joacim Andersson´s CCommonDialogs.cls so my programe does not to have to be installed on a...
  8. Re: Connecting Argosy Full HD 1080p to Philips TV

    Hi

    The player works perfectly with my Computer. If I use a different HDMI port on my TV it still does not work. I have also tried a differnt HDMI cable to no avail.

    I will try your...
  9. Re: Connecting Argosy Full HD 1080p to Philips TV

    I´m using HDMI. I have tried using a different cable.

    Thanks for your help,

    Keli
  10. Connecting Argosy Full HD 1080p to Philips TV

    Hi

    I hope am allowed to post this. I always get help with my Visual Basic 6 problems here. I have a large wall mounted Philips TV. Some time ago I bought a media player Argosy Full HD 1080p....
  11. Re: [RESOLVED] Replace random words in a textbox with underline _________

    Thanks a lot Max! That was excatly what I needed!

    Keli
  12. Re: Replace random words in a textbox with underline _________

    Hi

    Thank you very much for your kind help.

    Keli
  13. Re: Replace random words in a textbox with underline _________

    Hi

    Sorry Doogle I thought I had answerd the questions! I do not want to be rude.

    Do you want a situation where all except one word is changed to underscores? No
    Do you want a situation where...
  14. Re: Replace random words in a textbox with underline _________

    Hi

    I´m going to make a string like this "_____" . When the user has entered like say twenty words. I want to go through the text and at random say each third word I will replace with my string.
    ...
  15. Re: Replace random words in a textbox with underline _________

    Hi

    Thanks for your replies. Just so I will be better understood. lets say the user types

    "Hello Keli I want to help you to solve this problem. Then you can get this job done once and for all"...
  16. [RESOLVED] Replace random words in a textbox with underline _________

    Hi

    I have a text box which the user can enter text with. Now if he presses a button I want every fourth or so words in the text box to be replaced by an underline _______ a string I have made. Is...
  17. Resize Form & Controls For Screen Size - VB6

    Hi

    I´m trying to follow this tutorial:


    http://www.dreamincode.net/forums/topic/34776-resize-form-controls-for-screen-size-vb6/

    In his tutorial he says:

    "That's all the code you need for...
  18. Replies
    5
    Views
    1,431

    Re: [RESOLVED] ListBox

    Hi

    Thanks for your kind help,

    Keli
  19. Replies
    5
    Views
    1,431

    Re: ListBox

    Hi

    Thanks a lot you both for your kind help!!

    Keli
  20. Replies
    5
    Views
    1,431

    [RESOLVED] ListBox

    Hi

    I have a listbox the items are (it´s multi select simple):

    Apples
    Oranges
    Bananas
    Pears
    Nuts
    Figs
  21. Re: Moving text from a text box into an array

    Hi

    Thanks for your kind help both! Also for the tip regarding the spaces. I will try it out. I have now seen that hter was nothing wrong with my code. The problem lay elswere.

    Thanks.

    Keli
  22. [RESOLVED] Moving text from a text box into an array

    Hi

    I´m writing into a text box just a few words like 1 to 20 words. Then I´m using

    textitilbuinn = Trim(Text6)
    Textinn = Split(textitilbuinn, Space(1))

    In this case textinn is the name of...
  23. Replies
    2
    Views
    663

    Re: Coding problem

    Hi

    Thanks for your help. I will try to explain this better. I have a form and on this form I have 191 labels 23 in each of the 8 rows. I want to read a text from a text box and then put one letter...
  24. Replies
    2
    Views
    663

    Coding problem

    Hi

    I am coding a decoding program to use in my school. The user can write a text into a text box. On the main form I have a labels 23 (columns) * 10 (rows). If the user wites : "Hello I am using...
  25. Replies
    2
    Views
    658

    Re: Trouble with For loop

    Hi

    Thanks a lot this helped me a lot. Actually I have solved my problem the clumsy way!

    RandomizeArray
    teljari = 0
    Rem empty the labels
    For X = 0 To 431
    Label1(X).Caption = ""
    Next
  26. Replies
    2
    Views
    658

    [RESOLVED] Trouble with For loop

    Hi

    I have a form with 431 labels on it. It´s an array. Now I have an array of words each not longer than 12 letters. I start by randomizing my array and then put the words in my labels. What I...
  27. Replies
    1
    Views
    1,346

    Problem with running an exe program.

    Hi

    I´have uses the Visual Basic 6 forum a lot. And hope it´s ok to ask this question. Hoping I´m in the right place. I have been using a program called Expat Shield. I used it for some months on...
  28. Re: Rotating a label within a picturebox

    Thanks a lot LaVolpe. Your suggestions worked perfectly for me :wave:

    great help!

    Keli
  29. Re: Rotating a label within a picturebox

    Hi

    Thanks for your nice answer. What I was trying to do was to use Picture1 as a container. I then put Label1 on that contaier. Then i thought that be doing that then I could merge the Label1 into...
  30. [RESOLVED] Rotating a label within a picturebox

    Hi

    I´m using VB6 I have a picturebox1 and I´m using it as a container for a Label. Now I want to rotate the picturebox1(including the Label) and load it into Picture2.

    I can rotate ok but the...
  31. Replies
    2
    Views
    569

    Re: [RESOLVED] Stretch an image

    Thanks a lot for your kind help!

    keli
  32. Replies
    2
    Views
    569

    [RESOLVED] Stretch an image

    Hi

    I´m using an image box to reduce the size of some pictures. I have the stretch set to true. I then want to copy them to a picture box and the rotate them 90.

    My problem is that when I copy...
  33. Replies
    5
    Views
    966

    [RESOLVED] Where to go from VB6

    Hi

    I hope this thread is in the right place. I am thinking about leaving VB6 - programs written in it will they run in one or two years time. or on the next version of Windows? I have been...
  34. Replies
    7
    Views
    1,157

    Re: How to detect "space" in caption

    here you see my output:

    Now my code is:

    If Label1(x).Caption = "" Or Label1(x).Caption = " " Then ... random letters. The string I put in is "Emil Godi" Because it has a space ASC(32) it does...
  35. Replies
    7
    Views
    1,157

    Re: How to detect "space" in caption

    Sorry My English is not good enough. To put things simple say. I have a row of ten labels. I want to put a name into them one letter in each label. If the string is "Keli" I get:

    K e l i empty...
  36. Replies
    7
    Views
    1,157

    How to detect "space" in caption

    Hi

    I have a grid of 90 labels and I want to fill them with names (one letter in each label) by programing . Say my is Keli then I put K e l i so one letter in each label. But if I have second...
  37. Replies
    7
    Views
    892

    Re: An easy way to distribute

    Thanks a lot for your good help!

    Keli:)
  38. Replies
    7
    Views
    892

    Re: An easy way to distribute

    I´m going to use Install Creator from Clickteam. Do I have to distribute gdi+.tlb. On the website http://www.cyberactivex.com/freebies.htm
    I read this:
    Type Libraries are usually required only at...
  39. Replies
    7
    Views
    892

    Re: An easy way to distribute

    Thanks

    The Package & deployment wizard says that my program uses those files (the .dep file) Where do I put them?

    Uses1=MSVBVM60.DLL
    Uses2=oleaut32.dll
    Uses3=olepro32.dll
    Uses4=asycfilt.dll...
  40. Replies
    7
    Views
    892

    [RESOLVED] An easy way to distribute

    Hi

    My program made with VB6 is now ready for Beta testing. I have used only the standard ocxes and avoided all extras. I use Modules - Class for GDI+ and CCommonDialogs.cls 1.01 I think they...
Results 1 to 40 of 82
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width