Search:

Type: Posts; User: Firerunner

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    633

    Re: CMYK images handling

    http://www.vbforums.com/showthread.php?t=368185&highlight=cmyk
    searched and found my answer :D
    someone knows how to work around it?
    at a lower level maybe?
  2. Replies
    1
    Views
    633

    CMYK images handling

    Hello,
    i've been working with some images lately erything went fine until i loaded a cmyk image with LoadPicture()
    how import non rgb images?
  3. Replies
    14
    Views
    1,109

    Re: resize images

    aww i was like ohohoh easy task.. put it in a picturebox and save job done & tons of free time.. instead it's becoming quite time consuming
  4. Replies
    14
    Views
    1,109

    Re: resize images

    i've been looking around a little
    and i was wondering..
    can't i just change the header informations on the file? (jpg/jpegs and gifs are used in this project) that would cause no quality loss at all
  5. Replies
    14
    Views
    1,109

    Re: resize images

    did already but nothing :( invalid parameter or something like that
    even
    ImDdest.Picture = ImDdest.Image
    SavePicture ImgDest.Picture, App.Path & "\test.bmp"
    doesn't work


    i think the problem...
  6. Replies
    14
    Views
    1,109

    Re: resize images

    returns a blank image
  7. Replies
    14
    Views
    1,109

    Re: resize images

    http://vbcity.com/forums/t/85799.aspx#RID379107
    this metod should work but i can't manage to save it on the hd
  8. Replies
    14
    Views
    1,109

    Re: resize images

    anyone?
  9. Replies
    14
    Views
    1,109

    Re: resize images

    nevermind ignore my post i didn't read the links :D
    thanks i'm reading them all right now
  10. Replies
    14
    Views
    1,109

    Re: resize images

    i need photoshop like quality
    i have to zoom it 500% and have a viewable image
    my last chance would be using an external program from line of command but i don't know any of them :(
  11. Replies
    14
    Views
    1,109

    resize images

    How can i resize an image without losing its quality?
    if i use paintpicture the quality goes awful
  12. Re: My program apparenly randomly stop to respond

    how do i add it to my project?
    edit: i didn't see your answer on your post
    http://www.vbforums.com/showthread.php?t=478547
  13. Replies
    6
    Views
    47,914

    Re: VB Add-in: Insert Procedure Names

    sorry but :D
    how do i add an addin?
  14. Re: My program apparenly randomly stop to respond

    it usually freezes at random point's i mean sometimes it just freeze while it does something that went fine on the last debug, anyway thanks for the debug.print time hint i'll try it as soon as i get...
  15. Re: My program apparenly randomly stop to respond

    I'm afaid that using doevents to let my programme breath will cause it do events like winsock_dataarrival when he should not causing it to bug out
  16. Re: My program apparenly randomly stop to respond

    I'm afraid it stalls in the loops :(
    i did my best to filter the incoming strings but i'm still new on this duty
  17. Re: My program apparenly randomly stop to respond

    oh thanks i rewrote it and i forgot to :)
  18. My program apparenly randomly stop to respond

    ok i know that it will look cryptic for an external point of view but my problem is that the program stop responding at random points (mainly if the mail has an attachment)

    it just had to...
  19. Re: Winsock is cool but i would like to know how it works

    anyone?
  20. Winsock is cool but i would like to know how it works

    could someone explain me or point me somewhere to learn how to manage tcp connections without the use of winsock?
    i'd like to know how it works
    not really like i want to reinvent the wheel every...
  21. Replies
    8
    Views
    802

    Re: Huge string handling

    yea i did
    the problem is in "Buffer & InputData" i think it's because inputdata is an array and buffer is just a string
  22. Replies
    8
    Views
    802

    Re: Huge string handling

    Data = Split(Buffer & InputData, vbNewLine)

    It doesn't seem to work :(
  23. Replies
    8
    Views
    802

    Re: Huge string handling

    yea that was just for testing and explaining the problem
  24. Replies
    8
    Views
    802

    Huge string handling

    I'm making a program to manage some emails but when i retrieve the email i can't get it in a string because it cannot store the whole email


    Private Sub Command1_Click()
    Winsock1.SendData...
  25. Replies
    6
    Views
    1,200

    Re: Download mails from smtp server vb6

    i didn't want to use 3rd party components
    anyway i've found this on wikipedia
    would something like this work using winsocktcp connections?

    C: USER mrose
    S: +OK User accepted
    C: PASS...
  26. Replies
    6
    Views
    1,200

    Re: Download mails from smtp server vb6

    sorry everytime that i post i put it in the wrong section >.<
  27. Replies
    6
    Views
    1,200

    Download mails from smtp server vb6

    Hello guys
    I have to create an application that reads the mails from a smtp server (a priavate one)
    i'm looking for a way to download them ( without deleting them from the server if possible)
    ...
  28. Thread: Winsock UDP

    by Firerunner
    Replies
    7
    Views
    1,629

    VS 2008 Re: Winsock UDP

    Thank you :thumb:




    I Don't get why get on like that.. i would just let you know that learning things watching others code and using it is a good way to learn
    and does it seem like i'm going...
  29. Thread: Winsock UDP

    by Firerunner
    Replies
    7
    Views
    1,629

    VS 2008 Re: Winsock UDP

    couldn't find any wich is UDP and 2008 at the same time :(
  30. Thread: Winsock UDP

    by Firerunner
    Replies
    7
    Views
    1,629

    VS 2008 Re: Winsock UDP

    could you show me a generic example?
  31. Thread: Winsock UDP

    by Firerunner
    Replies
    7
    Views
    1,629

    VS 2008 Winsock UDP

    i'm making a server application which has to communicate with more than a client at time, do i have to list every remotehostip ?
    is it read only or i'm doing something wrong?
    p.s. i'm not fully...
  32. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    yea an example would be welcome
  33. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    I'll directly ask to the final user tomorrow
  34. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    the two options that i see are
    a combination of keys (Ctrl + Mouse over the box )
    MouseHover but it's frustrating to wait like 1 second for each box
    what would you do?
  35. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    oh i've found out how to do it by myself
    i changed from mouse hover to mouse enter
    what's the real difference between hover|move|enter?
  36. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    if i move my mouse over the checkboxes too fast some of them don't get checked
  37. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    That's the GUI
    i'd like to select the checkboxes just by passing my mouse over them
    (the texts are just to debug)
    http://i46.tinypic.com/t7zdac.jpg
  38. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    is there a way to make it the mouseover event to happen more often?
    it has some kind of inner timer preventing them to be checked in less than a second
  39. Replies
    15
    Views
    1,519

    VS 2008 Re: handle multiple mousehover

    thanks!
    i finally understood what the sender parameter is
    thank you
  40. Replies
    15
    Views
    1,519

    VS 2008 handle multiple mousehover

    i've created an array of checkboxes like this

    CheckBoxesArray = New CheckBox() {CheckBox1, CheckBox2, CheckBox3, CheckBox4, CheckBox5, CheckBox6, CheckBox7, CheckBox8, CheckBox9, CheckBox10,...
Results 1 to 40 of 45
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width