Search:

Type: Posts; User: Hosam AL Dein

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Lavolpe shipped a global helper class with the control . It is AICGlobals

    It has many methods . One of them is : GetPixelGDIplus .


    Form1.BackColor= GetPixelGDIplus (AlphaImgCtl1.Picture ,...
  2. Replies
    67
    Views
    16,917

    Re: FYI: Adios

    Believe me , we are really sad we will miss you here . I find no words to thank you enough for these years helping us and me especially . Keep around here from time to time just to let us know you...
  3. Replies
    67
    Views
    16,917

    Re: FYI: Adios

    Yes , I second that
  4. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    He was one of the most knowledgeable . He helped me a lot and I respected him . Although I am sorry he will not be here on the forum any more , but I am happy for him choosing a new goal to seek ....
  5. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    I am sorry to hear that . Hope he is fine .
  6. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Hi Lavolpe ,
    How can I get a pixel color for a GIF animated image while it is playing frames ?
  7. Re: CommonControls (Replacement of the MS common controls)

    Hi krool ,
    1- In toolbar , Is there a way to assign a font for a specific button instead of affecting all the buttons ? Like the ForeColor property that is assigned for the toolbar button .
    The...
  8. Re: CommonControls (Replacement of the MS common controls)

    Do my words look offensive or something ? !!!

    I understand this is voluntary . It is totally obvious . I did not complain that you don`t provide support . You shared VBCCR to the community and we...
  9. Re: CommonControls (Replacement of the MS common controls)

    Hi krool ,
    It will be helpful if you declare the basis on which you ignore some replies on this thread .
  10. Re: CommonControls (Replacement of the MS common controls)

    Thanks for feedback , but what about point 1 ?
  11. Re: CommonControls (Replacement of the MS common controls)

    Hi Krool ,
    In ListView ,
    1- Is it possible to add a Column_Select Event ?
    2- In HitTest method , How do I get the item/subitem being clicked ? . It always returns the first column . What should...
  12. Re: CommonControls (Replacement of the MS common controls)

    Thanks a lot Krool . This prop name fooled me as it implies that it will get the selected item and this is my first time to know this piece of info . Thanks again .
  13. Re: CommonControls (Replacement of the MS common controls)

    Now I see that Focused is that last Selected Or the last Unselected Item . Thus for more clear understanding I can call the .SelectedItem as .FocusedItem ?
    And the word Selected does not literally...
  14. Re: CommonControls (Replacement of the MS common controls)

    Another Issue I found while testing , is that when I select more than one item and Unselect one of them , then the SelectedItem reads the last Unselected Item .

    This will lead me to ask what is...
  15. Re: CommonControls (Replacement of the MS common controls)

    This code raises an error 91 "Object variable or With block variable not set"

    In event ItemSelect ,Please put this code and hold Ctrl to select more than one Item . This will raise the previous...
  16. Re: CommonControls (Replacement of the MS common controls)

    Hi Krool ,
    In ListView , Is SelectedItem absent (Destroyed) when MultiSelect prpoerty is True and there is more than one item selected ?
  17. Re: CommonControls (Replacement of the MS common controls)

    Hi krool
    In listview , Underlining hot item works only when moving by mouse vertically (In the same column) . If I move mouse horizontally (Within the same row) , it is not then changed .
  18. Re: CommonControls (Replacement of the MS common controls)

    Yes , It is clear for now . Thanks Krool
  19. Re: CommonControls (Replacement of the MS common controls)

    Hi Krool ,
    A strange behavior in ListView .
    When opening some form modally by clicking a ListView column header , it does not have the (Focus) and seems as it is not mainly shown . When you click...
  20. Re: How to get access field dataformat using ado

    Thanks all for your input .
    After reading all posts I need to clarify some points

    1- I don`t have data in the field ( or I need to get the format without depending on data )
    2- I already did...
  21. Re: How to get access field dataformat using ado

    No , not a Text filed. It is Date/Time
  22. Re: How to get access field dataformat using ado

    Thanks Chris . It works great .
    But I am still wondering if it can be done in ADO and mainly why this error appears
  23. Re: How to get access field dataformat using ado

    So , You can say this is my question and ignore anything else .

    How can I get the data format not the data type of an access 2010 field using ADO ?
  24. Re: How to get access field dataformat using ado

    Thanks for help Sam .

    Yes , dd is my recordset and my field name is datex .

    I think you meant the following but it`s ok I understand what you are trying to help me with .


    msgbox...
  25. [RESOLVED] How to get access field dataformat using ado

    I am trying to get the format of an access table Date field to check if it is in date or time format .

    when I write


    Msgbox dd.fields("Datex").Dataformat.format



    it throws an error >>...
  26. Re: CommonControls (Replacement of the MS common controls)

    Really glad to help , Darkbob .



    The benefit is you can see visual styles applied to the controls in design time . So , As Krool mentioned , you can still ignore this option and you will see...
  27. Re: CommonControls (Replacement of the MS common controls)

    Sorry , I produced the steps above by opening a manifested exe while in your case it is not . So , yes , you will not find this node as your exe is still not manifested yet .

    Anyway ,
    Action >...
  28. Re: [VB6] ScrollAdd Ctrl v1.0 (add scrolling to current forms and containers)

    Ok , I will see what I can come up with . Keep it up .
  29. Re: CommonControls (Replacement of the MS common controls)

    Don`t mention it .
    . Download the demo found in the first page of this thread . You will find them in the Common folder .

    Now you have the most recent version of VBCCR controls . The function...
  30. Replies
    38
    Views
    14,254

    Re: LabelPlus

    Absolutely fabulous ,

    I am big fan of firenze label and yes it had some limitations . Most of them are eliminated here . One of them was how it implemented mouse enter and exit events . So , I...
  31. Re: [VB6] ScrollAdd Ctrl v1.0 (add scrolling to current forms and containers)

    Very nice control shagratt .

    How about adding support to scrolling by mouse_down on the container itself that is being hooked to act like mobile phones scrolling . It will be so great for...
  32. Re: CommonControls (Replacement of the MS common controls)

    Try this . Add this manifest to your VB6.exe . I used ResourceHacker to update it .


    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1"...
  33. Re: Activex controls distribution considerations

    Thanks a lot AAraya
  34. Re: Activex controls distribution considerations

    Thanks for your input AAraya ,

    No , I have never made a purchase to external OCXs . Also , I have not yet gone through selling software online . I used to sell it by advertising on the web to my...
  35. Re: CommonControls (Replacement of the MS common controls)

    Hi Krool ,

    1- In previous posts here , there was a discussion about who is responsible for calling the SetupVisualStyles method and you said that it is the EXE`s responsibility not the ocx . But...
  36. Activex controls distribution considerations

    Hi ,
    I am willing to sell some activex controls . I have many questions regarding many areas like security , copyrights , payment and delivery cycle , licensing and continuous updates .


    1- In...
  37. Re: CommonControls (Replacement of the MS common controls)

    Excuse me , but I couldn`t find a description for the method in comments in activex version or even in mountainman`s documentation . Where can I find it ?

    And for commandbuttonw , my bad . I have...
  38. Re: CommonControls (Replacement of the MS common controls)

    In CommandButtonW ,
    1- What is the method SetShield is intended to do ?
    2- There are some properties about ImageList and this implies that I can set the picture by an imagelist and I could not...
  39. Re: CommonControls (Replacement of the MS common controls)

    Thanks a lot for clarification krool . You are right about
    The AutoSelectFirstItem just controls if it is also being selected but I will add the word Fully before the word selected . And I mean by...
  40. Re: UserControl and Calss Module data exchange

    Thanks so much for all of you for trying to help and sorry for late reply as I was away from office for a couple of days .
    The Friend statement solved 80% of my problems . I will read the manual...
Results 1 to 40 of 239
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width