Search:

Type: Posts; User: dbboy

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    3,142

    Re: How you can do this kind of graphic with VB6?

    Thank you very much Quiver318, at least you show me some leads and now with joaquim help I might be able to do the things I want .
    So thank you both for your support.
    I cannot wait to see how the...
  2. Replies
    7
    Views
    3,142

    Re: How you can do this kind of graphic with VB6?

    Thanks Quiver318.
    I checked it but unfortunatley I couldn't get it to work.I'll try to find out more about the "Sprite" you mentioned.
    Thank you anyway.
  3. Replies
    4
    Views
    38,046

    Re: VB6 Sprite 1.2 control

    I couldn't get it to work. There are some errors about missing BAS files.
    Also I would like to ask you for a favor if you can check the thread I made and to see if you can help me on that.
    Here is...
  4. Replies
    7
    Views
    3,142

    Re: How you can do this kind of graphic with VB6?

    So anybody,any answer?
    Please at least give me a lead!
  5. Replies
    7
    Views
    3,142

    How you can do this kind of graphic with VB6?

    Dear Friends,
    I really appreciate if you can help me in this matter.
    I want to have an empty form and 50 pictures.
    Each time when the form started or by pressing a button in the form I want 5...
  6. Send message and Shutdown the PCs throw Network

    Dear Guys
    I want to write a program with VB which I can send message and shutdown the computers from my computer ,I need to write a Client /server program which I can install the client on the...
  7. Re: Send message and Shutdown the PCs throw Network

    So ,no Answer?No comment?
  8. Re: Send message and Shutdown the PCs throw Network

    Dear Hack
    I am fine with both .
    I really apreciate if you can give me a similar example or some idea about that .
    thank you in advance
  9. Send message and Shutdown the PCs throw Network

    Dear Guys
    I want to write a program with VB which I can send message and shutdown the computers from my computer ,I need to write a Client /server program which I can install the client on the...
  10. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Dear Logophobic
    Yes the program you mentioned was perfect and I can't complan about that.
    This disscussion is about speed,as you can see one of the guys came with this idea about he strings and...
  11. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    I didn't test it yet,but by your definition the conversion speed should be faster in this way.
    I will try it ,and please informe us when you test it guys.
  12. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Thaaaaaaaaaaaaaat'ssssssssssss cooooooooolllllllllllllllllllll Dude.
    You did your best and I really apreciate your goodwill to help me .
    You did more than enough for me.
  13. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Thank you very much Ellis Dee for your helpful and meaningful hints,But I will tell you something ,no matter how the people think or what they are doing ,if you no more and in your point of view...
  14. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    What do u mean you can't do any arithmetic on?
    somethimes if you want to find a distances in the universe you need such a this calculations.
    But I couldn't understand your point ,if you tell me...
  15. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Thanks for your help Man.
    Unfortunatly if you test yours it's just accept 255 digits,but it's pretty fast.
    If I can fix that please let me know
  16. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Can you help me in another thing .
    I found your program is much more faster ,would you tell me if I want to see that long number the real one instead of the short one with e+..... what should I do ?
  17. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Got it!
    You have to enter your alphabet as capital!
    So if you put "AAAAA" and vise versa it's gonna work .
    I don't know how to say thanks to you guys ,but I really apreciate your help and I hope I...
  18. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Ok I took Screen Shots as u can see the first pic is convert 4 "a" from 16 to 10 and I copied the result and tried to convert that number from base 10 to base 16 ,but you see the result.
    What's...
  19. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Did you test this one?
    I just test it but it's look like it will not give you the correct answer.
    Just test it with 10 "a" and select from base 16 to base 10 ,then copy the result and change the...
  20. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    It's look like you know math perfectly.
    But as you can see our freind Zeezee just gave the source code and it's working perfectly.
    You mean this number is not the actuall number which I expected to...
  21. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Man you are the best .
    I owe you one.
    It's working Perfectly.
    You can't understand how happy I am .
    Thaaaaaaaaaank You very much!
  22. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Please be more clear.
    You mean there is no way to calculate that number(Which I belive there is) or you mean there is a way but That number is not useful!
    I am waiting for your answer because if...
  23. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Unfortunatly NO! :(
    If you want to test it insted of MsgBox HexToDecimal("5EB52")
    Put MsgBox HexToDecimal("aaaaaaaaaa")
    And you will see it's gonna give you the overflow error.
  24. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    I checked all of them but unfortunatly as I said they can't convert a one huge hex to dec.
    They are just able to convert the small ones(Max 16 digits)But I want more.
    Thank You
  25. Replies
    74
    Views
    14,871

    Re: Convert huge Hex number to Decimal

    Yes ,I mean 0ne really long hex number.For example one hex number with 300 digits.
    And thanks to the other guys ,I am just checking them now.
    That was really fast answers.
  26. Replies
    74
    Views
    14,871

    Convert huge Hex number to Decimal

    Dear guys
    I am trying to convert huge hex number to dec in Vb6 but I couldn't manage .
    I found one function which it could convert 23 hex number to dec but I want to convert more for example 300 or...
Results 1 to 26 of 26



Click Here to Expand Forum to Full Width