Search:

Type: Posts; User: mOBSCENE

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [11 Mar 2011]

    I realized it has something to do with command dialogs of any sort in VB6. I have a hunch that it has SOMETHING to do with being on a 64bit computer. SysWOW64<->System32 and all that hogwash,...
  2. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [11 Mar 2011]

    Ahh. I'll see what I can do. Thanks anyways, you're a great programmer. :D
  3. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [11 Mar 2011]

    Hmm...That means I'd have to give out the OCX with the program, yes?
  4. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [11 Mar 2011]

    Uhh...I'm adding it through the IDE as a .vbp file. That probably means uncompiled. :P

    Operating System: Windows 7
  5. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [11 Mar 2011]

    Hey LaVolpe,

    When I put the project into my other project, LOOKS fine, but two small worries...

    When I add the control to a form, the other controls get those ascending diagonal lines of doom....
  6. Replies
    2
    Views
    607

    Mac(?)-style tabs

    Point your attention to the top of this form.

    http://i51.tinypic.com/2v1merd.png

    Is there a control like this around here? I've searched and found nothing, but someone may know where such a...
  7. Replies
    3
    Views
    867

    Re: Microsoft Intern

    I'm in the same basic position as zach here.
  8. Replies
    2
    Views
    574

    How would I go about replicating this?

    This, my friends, is the topleft corner of uTorrent. I'd like to imitate the TreeView. :D

    http://i56.tinypic.com/1447ecx.jpg

    (hopefully you're concentrating on the selection, not the images....
  9. Re: Windows XP password character in textbox?

    Zach, you dissappoint me. Set font to WingDings, and the character is "l" (lowercased L)
  10. Replies
    10
    Views
    1,477

    Re: Vista/Win7-styled Textboxes?

    You're not getting it, zach. :D

    And LaVolpe: I used all three xD

    Although, theres no manifest for banners :x
  11. Re: Is there a way to show a list of files in a list box?

    Sorry, can you rephrase that?
  12. Re: Is there a way to show a list of files in a list box?

    http://www.vbforums.com/showthread.php?t=244915

    Enjoy.
  13. Re: Is there a way to detect that a user-made usercontrol is buddycontroled?

    It's pretty hard to describe it really, hmm...

    So my usercontrol: it IS a textbox, but it's inside a usercontrol, and there's alot of functions made, couple subclasses...

    The up/down is not...
  14. Re: Is there a way to detect that a user-made usercontrol is buddycontroled?

    No, the UpDown control, in the "Microsoft Windows Common Controls-2 5.0 (SP2)
  15. Is there a way to detect that a user-made usercontrol is buddycontroled?

    I have this textbox I made, and I want to make it as if the updown control is part of the textbox, and send some sort of message to the textbox whenever the focus is on the attached updown control,...
  16. Thread: Please Help

    by mOBSCENE
    Replies
    4
    Views
    549

    Re: Please Help

    That's vb.net I believe.
  17. Re: Help with Winsock between two EXE's on the same computer please!!

    That really helped, thanks! +repped, and solved. :D
  18. Replies
    3
    Views
    1,433

    Re: Usercontrols and Tabindex's...

    I took the things that you've both said into consideration. I used an if statement in the Paint event, to check if UserControl.Extender.TabIndex = 0, and if so, and if it's not in the IDE, then...
  19. Re: Strange problem - component not visible

    Wrong section then...
  20. Replies
    3
    Views
    1,433

    [RESOLVED] Usercontrols and Tabindex's...

    I have this usercontrol that highlights itself when focus is set on it. The only problem is when it is the 0'th tabindex on a form... It doesn't highlight... It's heavily subclassed, and it does...
  21. Replies
    1
    Views
    463

    Re: reading line by line and deleting

    Dim TextLine As String, TextLines as String, Lines() as String FN As Integer, Codes() as String, i as Long
    SourceFile = "C:\Blah.txt"
    FN = FreeFile
    Open SourceFile For Input As #FN
    ...
  22. Re: [Serious]Why are you not a believer of the existence of God

    ...And on the first day, man created god.

    But hey, that's coming from someone with the Antichrist Superstar symbol as his avatar.
  23. Re: Help with Winsock between two EXE's on the same computer please!!

    I've already converted the list box to a string, and vice versa. I just need a way to send it to the other exe... :S
  24. [RESOLVED] Help with Winsock between two EXE's on the same computer please!!

    I have one program, the server, which has a listbox, and the client is to grab the info from that listbox in the server, and put it into its own listbox, after it converts it to an array. I've tried...
  25. Replies
    3
    Views
    562

    Re: Question about MsgBoxes

    Ahh, I was just checking to see if it could be done without a form, but guess not. All righty, thanks guys. :D
  26. Replies
    3
    Views
    562

    [RESOLVED] Question about MsgBoxes

    http://i27.tinypic.com/2s9etr6.png

    I probably shouldn't be putting pictures about programs such as this up, but I don't feel I've done anything wrong.

    So what I'd like to do is find a way that...
  27. Replies
    3
    Views
    555

    Re: Any further information on this?

    How exactly would i use it though?
  28. Re: Getting a number from a listbox.

    ooh, true, my bad haha.
  29. Re: Getting a number from a listbox.

    Dim i as long
    For i=0 to list1.listcount-1
    if mid$(list1.list(i),1,1) = "B" then
    list1.removeitem i
    end if
    next

    should work...removes anything in the list with "B" as the first letter.
  30. Replies
    3
    Views
    555

    Any further information on this?

    I've been meaning to make something like this...after searching i found this...

    http://www.vbforums.com/showthread.php?t=336631

    the second post leads me to believe that it wont work for any...
  31. Re: Looking for help to condense this code...

    nooo, i have the picture whole. the setpixel things are a string i'm trying to organize and condense :S
  32. Looking for help to condense this code...

    I have 4488 lines of SetPixel's because i have a button that i'm making without using a picture. (but this is just for one out of a few pictures)

    I want to condense the lines that are like...
    ...
  33. Replies
    2
    Views
    792

    Re: SetWindowRgn problems =[

    anybody? :(
  34. Replies
    9
    Views
    21,661

    Re: Sendkeys with CTRL+SHIFT

    i believe ctrl is "^" and shift is "+"
  35. Replies
    8
    Views
    881

    Re: clt + a

    ooh, alt too, woops. :p

    Edge's description beats mine.
  36. Replies
    8
    Views
    881

    Re: clt + a

    Shift can only be two different keys. The Shift key, or Ctrl.

    Shift = 1
    Ctrl = 2

    and KeyCode can be a vast array of things, but in this case, would be the letter A, thus being vbKeyA.

    It...
  37. Replies
    8
    Views
    881

    Re: clt + a

    he needs Ctrl + A, not just A

    Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
    If Shift = 2 And KeyCode = vbKeyA Then
    Text1.SelStart = 0
    Text1.SelLength =...
  38. Replies
    2
    Views
    792

    SetWindowRgn problems =[

    Eh, so I'm trying to make an image into a forms background using setwindowrgn so i can have transparent parts. I know this has been thrown around many times, but all the results i've found on here...
  39. Replies
    28
    Views
    3,054

    Re: Upload a file

    This thread helped me when I needed to upload stuff somewhere...

    http://www.vbforums.com/showthread.php?t=337424
  40. Re: Vista and XP form size difference causes trouble resizing controls...

    I replaced the names of my controls so you can know which is which :p

    *trying out code* :o

    EDIT:

    I think I love you... O-o

    THANKS! :D *repped, and thread resolved!*
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width