Search:

Type: Posts; User: horazio

Page 1 of 9 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: Vb6 - detecting serial n° from a win 8.1 machine help needed

    I think it's 32 bit, not sure right now cos I dont have my pc with me at the moment.
    The funny thing is that it reads the serial n° from all USB devices but not from the hard disk
  2. Vb6 - detecting serial n° from a win 8.1 machine help needed

    Dear all,

    I use the following code to detect serial n from USB devices and pcs, it works perfectly with the execptino with my win 8.1 machine, from some reason that I cant understand it cant read...
  3. Re: VB6 - Problems setting the heights of controls

    Thanks
    Commondialog looks a lot better but it causes dependencies to some files and I wanted to make it 100% portable...
  4. [RESOLVED] VB6 - Problems setting the heights of controls

    Hi
    I need to set the height of these two controls Dir1 and Filelist with the same height but I cant
    I also tried via code, at runtime but it still doesnt work...what can I do ?

    See the video to...
  5. Replies
    6
    Views
    6,126

    Re: Html - help me with table formatting

    i did that but nothing changes... I give up, thanks anyway
  6. Replies
    6
    Views
    6,126

    Re: Html - help me with table formatting

    <HTML><HEAD>

    <title>Horazio's Website</title>

    </HEAD>
    <BODY text=#ffffff link=#ffffff alink=#ffffff bgcolor=#000033 vlink=#ffffff>

    <FONT face=arial>

    <center>
  7. Replies
    6
    Views
    6,126

    Re: Html - help me with table formatting

    the code is the plain html page from the link I provided
  8. Replies
    6
    Views
    6,126

    Html - help me with table formatting

    Hi
    I need help with tables.
    I want to make the boxes on the left side (see my homepage: http://horazio.webs.com) all with the same exact height.
    It looks almost right on IE (only the last box is a...
  9. [RESOLVED] Choosing/changing the cd serial n°

    HI
    I want to make my apps anchored to the CD serial for copyprotection but the serial changes randomly at each burn so I don't know how to do it.
    Any ideas ? Are there any legit software that...
  10. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    If by portable you mean "without installation" then all VB6 are portable across Windows PCs, (unless you are using third party controls, add-ons).
    (I don't know yet about Win 8)
  11. Re: Vb6 - shellexecute doesnt like "&"

    Thanks Technome
  12. Re: Vb6 - shellexecute doesnt like "&"

    mailsub.text and mailtext.text ar both standard text controls

    mailsub.text contains the title/object of the email

    mailtext.text is the email message, if there is a "&" shellexecute will stop...
  13. [RESOLVED] Vb6 - shellexecute doesnt like "&"

    Hi

    I was trying to send an email thru shellexecute and I found out that if the text being sent contains a "&", shellexecute will just stop reading beyond &.
    I don't know why (Im not familiar with...
  14. Re: VB& - Problem with textbox content to shellexecute for email text

    thanks again man !
    (I wanted to add u reputation but since it's the second time in a row I'll have to wait)
  15. [RESOLVED] VB& - Problem with textbox content to shellexecute for email text

    Hi

    I'm using this code:

    ShellExecute 0&, vbNullString, grabmail(List.List(index)) + "?subject=" + Mailsub.TEXT + "&body=" + MailTEXT.TEXT, vbNullString, vbNullString, SW_SHOWNORMAL

    (whre...
  16. Re: dose any one know what all the dlls and ocxs that vb6.0

    ... in case yuou're worried about dependancies, as long as you dont add any extra controls any VB6 program will run on all platforms from Win 98 to Win 7 (and probably also on Win 8).
  17. Re: [RESOLVED] Vb6 - how to (detect and) lauch default email program ?

    OK I confirm shellexecutes is perfect for what I was lookin for.
    I also added reputation to yr answer .

    Thanks again.
  18. Re: Vb6 - how to (detect and) lauch default email program ?

    I'm designing a "phone book" program and I want to add a lot of cool stuff.
    My programming skills are kinda basic and I'm sure there are thousands of phone book apps out there for free, but I still...
  19. [RESOLVED] Vb6 - how to (detect and) lauch default email program ?

    Dears,

    as the title says but also without using additional controls if possible, that's cos I want to make all my programs free from any kind of dependacies as much as I can

    thanks, regards
  20. Thread: Darkbasic

    by horazio
    Replies
    0
    Views
    5,709

    Darkbasic

    Hi
    I just discovered about darkbasic, I dont know it but it seems to be dialect of basic intended for games n heavy graphix usage which sounds cool
    Have anyone tried it ?
    Opinions ?
    thanks
  21. Replies
    1
    Views
    929

    Vb6 - decimal notation on textboxes

    Hi,
    Im using textboxes to get user numeric data and I found that for decimals the dot and the comma produce slight different results.

    Since these results change just a bit It's hard to see wich...
  22. Replies
    3
    Views
    1,273

    Re: Html centering text

    Disregard the link I put, cos I changed that page.

    The plugin I want to center (on a plain HTM page) is the following:



    <div class="a2a_kit a2a_default_style">
    <a class="a2a_dd"...
  23. Replies
    8
    Views
    1,618

    Re: Prevent copying Pictures in Win7

    I don't know if this may interest you, but you can also create an invisible watermark by writing on the image file at the end, using the "append" method.
  24. Replies
    3
    Views
    1,492

    Re: "Powering" the FB like button

    thanks, i did a bit of research and it seems that making contents available to fans is one of the most commons techniques used by all brands and companies.
    But it's also complicated because you have...
  25. Replies
    3
    Views
    1,492

    "Powering" the FB like button

    Hi,
    I have a plain HTML website (see my signature) and I was thinking of making the download links visible only when the page has been liked thru the FB button.
    Can you help me because I don't know...
  26. Replies
    23
    Views
    8,643

    Re: Can a dll be harmful ?

    OK I thought DLL were not real executables like COM(from DOS era) or EXE...
  27. Re: visual basic very basic beginners help please!

    first off, to catch the value from the textboxes go like this:

    x=val(text.text)
  28. Replies
    23
    Views
    8,643

    Can a dll be harmful ?

    hI
    I got an infection after going on "some random" websites,
    i managed to get rid of the malware with superantispyware but what surprised me is that it only found one single DLL file !
    Shoulnd...
  29. Replies
    3
    Views
    1,273

    Html centering text

    Hi

    Please see the HTML code of this page:

    http://horazio.webs.com/italandia.htm

    1)
    I'm trying to center the social plugins (see the the bottom) but they keep staying on the left side ! How...
  30. Replies
    14
    Views
    9,121

    Re: Vb6 express - where to get it ?

    I already have enterprise at home but I wanted to install a "lite" VB6 at the office just for those moments when u have the inspiration and u just cant wait :-)
  31. Replies
    14
    Views
    9,121

    Re: Vb6 express - where to get it ?

    I'm sorry I meant the lite version of VB6 thats free, the one without the compiler.
  32. Replies
    14
    Views
    9,121

    Vb6 express - where to get it ?

    Hi where can I get VB6 express (yes, vb6 NOT Net !).
    Before u send me to "google it yrself" I already try but I only get results for VB.Net express

    Please revert with good links, thanks

    Kind...
  33. Replies
    1
    Views
    930

    I need old school icons 32x32 ICO

    As the title says, I need icons and before you send me to "google it yourself " page I already tried several times looking on the net but It drove me crazy I only find "new icons" that are useless...
  34. Re: Vb6 - center a control in the form

    Thanks guys,
    Scaleheight is the solution.
  35. [RESOLVED] Vb6 - center a control in the form

    Hi
    To grafically center a control inside a form I came up with this simple formula:
    let's say I want to center a label:

    label.left=(me.width / 2) - (label.width / 2 )
    label.top = (me.height /...
  36. Replies
    3
    Views
    1,186

    Re: Vista special permissions/privileges

    thanks but do you know what those "special permissions" are exactly ?
    they may be protecting a specific folder or something...
  37. Replies
    3
    Views
    1,186

    Vista special permissions/privileges

    Hi
    I made an app that saves the password on win directory and it works fine under XP but it wont work under Vista.

    Im not sure cos I lost the source code but I strongly suspect that its related...
  38. Replies
    5
    Views
    5,716

    Re: Vb6 - prevent error on api calls

    word.
  39. Replies
    39
    Views
    6,916

    Re: Opinions about DoEvents

    What I meant was:

    If I "mess up" the code in a way that for some reason I think there might not be exit from the loop or the code inside the loops ends up "bloating",
    DoEvents will only allow...
  40. Replies
    5
    Views
    5,716

    Re: Vb6 - prevent error on api calls

    Ok and what about the declaration part in the beginning ?
    Declaring an API that is no longer present will crash the app ?
Results 1 to 40 of 355
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width