Search:

Type: Posts; User: msayed2004

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds; generated 17 minute(s) ago.

  1. Re: [RESOLVED] Raise event in a Class module through a module (Thanks to Merri).

    Thanks again :) , I will take a look.

    :wave:
  2. Re: Raise event in a Class module through a module.

    Well thanks it is Resolved now , I made it ............. Oooops sorry Merri made it :)

    Just want to know in addition to your name , your site & vbForums what should I add to the credits.

    Thanks...
  3. Re: Raise event in a Class module through a module.

    Thanks but can I call it from the class later (by a public sub) ?

    Thanks for your concern :)

    Edit : About to say resolved , but I will try to complete the DLL fist before marking it as Resolved...
  4. Re: Raise event in a Class module through a module.

    OK , Thanks for reply but I don't know how to finish this.

    Say I made this :

    In a Class Module (Class1) :

    Option Explicit
    Public Event DestroyMyPC()

    Friend Sub RaiseMyEvent()
  5. [RESOLVED] Raise event in a Class module through a module (Thanks to Merri).

    Hi everybody , currently I want to make a keyboard hook but as an ActiveX Dll , I use Joacim Andersson's method for doing this , like here it work perfectly but it use AddressOf so I must use a...
  6. Replies
    3
    Views
    505

    Re: Form Start Up Postitions

    Use this API :

    Private Declare Function MoveWindow Lib "user32" (ByVal hwnd As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Long) As Long...
  7. Re: How to get Unique List from a Collection?

    I think you can modify this to make it work with collections !
  8. Re: [RESOLVED] Need event trigger on display resolution change on the fly...

    Your application should receive the WM_DISPLAYCHANGE message if the screen resolution was changed.

    Subclass & detect it.

    Private Const WM_DISPLAYCHANGE = &H7E
  9. Replies
    0
    Views
    6,283

    Component : Yomna Label

    # Title : Yomna Label

    # Description :
    In the name of Allah, Most Gracious, Most Merciful.

    This control is a replacement for the VB Label control that lacks hWnd property & cause many problem...
  10. Re: Use VB to log all URLs durng navigation

    This may help http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=66052&lngWId=1
  11. Re: Use VB to log all URLs durng navigation

    Try this :
    http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=63658&lngWId=1
  12. Replies
    5
    Views
    1,078

    Re: How to read Registry tree ?

    APIs can do the job :

    http://www.vbaccelerator.com/home/VB/Code/Libraries/Registry_and_Ini_Files/Complete_Registry_Control/article.asp

    Have a nice day :)
  13. Re: Use VB to log all URLs durng navigation

    You can use DDE to get this , search http://www.planet-source-code.com/vb/default.asp?lngWId=1 & you will find many projects.
  14. Replies
    11
    Views
    876

    Re: How to show the time for a process?.

    If so he should search for QueryPerformanceCounter & QueryPerformanceFrequency at All API
  15. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    Why ?
  16. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    Strange , vista added your project as an item in the Volume mixer , I am not sure if I can think about something I have no idea about so I suggest that you make a web search or wait until another...
  17. Replies
    5
    Views
    699

    Re: hdd Serial Number

    Try this : http://www.4shared.com/file/8824141/135fa8bf/HDD.html

    And for the Processor serial try this : http://www.4shared.com/file/8824142/8a56f905/Processor_test.html

    Edit : Btw : They were...
  18. Replies
    11
    Views
    876

    Re: How to show the time for a process?.

    What about the GetTickCount API ?

    I suppose it will be better !
  19. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    As I said in my PM , no need to change that module just pass the FULL path of the image to that module eg :
    SetWallpaper "c:\img.bmp", Center

    About the BMP issue as I said before I don't have...
  20. Replies
    27
    Views
    1,571

    Re: How to keep dropdown oped

    Also try this : http://www.4shared.com/file/10556399/8a4e7e40/API_Tutorial_-_PDF.html
  21. Replies
    27
    Views
    1,571

    Re: How to keep dropdown oped

    You can intercept windows messages and cancel it or use it in many tasks.

    Do you know about subclassing & windows messages ?

    Edit : Btw : I am not sure if this will work and keep it open...
  22. Replies
    27
    Views
    1,571

    Re: How to keep dropdown oped

    Use a list box instead as I guess no way to do this !

    Btw : a simple alternative to the previous code (reopen it) is to send it keys (Alt+down arrow).
  23. Replies
    3
    Views
    533

    Re: Creating a portable class...

    The only references that you don't have to include with your project is the *.tlb files.

    If you face a problem with references you can make a splash screen that should detect for the DLL if it was...
  24. Replies
    3
    Views
    533

    Re: Creating a portable class...

    No way unless you want to add the reference at run time (by code) !
  25. Replies
    7
    Views
    734

    Re: VB6 and windows server 2003

    Do you have its source code ?
  26. Replies
    7
    Views
    734

    Re: VB6 and windows server 2003

    I never had a problem in Win 2003 with VB , even it is better than XP with VB (personal opinion).

    Search PSC for another scheduling engines and try them or attach your project.
  27. Replies
    10
    Views
    670

    Re: Function Question

    Yes , but be sure that the integer can handle the returned value.
  28. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    Try the attached project , I don't have vista so you must try it by yourself.

    Note : For each different question make a new thread (after searching) to make it easy for other ppl to search & easy...
  29. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    You are welcome , I don't have a paypal account , why ?

    You don't think about renting me , I don't work as a developer I study medicine , developing is just a hobby.

    But you can get free help...
  30. Replies
    4
    Views
    504

    Re: Password

    No direct idea , just collect the running processes and if the user opened it then close it and ask for the password then open it for him.

    I know it is a very stupid idea but you want it in VB6...
  31. Replies
    3
    Views
    1,184

    Re: urgent-fax number validation in VB6.0

    http://www4.informatik.uni-erlangen.de/Services/I4FAX/fax-number-format.shtml
  32. Re: possible check if form is shown

    Use this :

    Private Declare Function IsWindowVisible Lib "user32" (ByVal hwnd As Long) As Long



    Edit : See this http://allapi.mentalis.org/apilist/IsWindowVisible.shtml
  33. Thread: Comments

    by msayed2004
    Replies
    5
    Views
    575

    Re: Comments

    Yes dead code can cause problems but comments cannot , use the Review project function in MZ-Tools to tell you about dead code.
  34. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    OK , use the attached module , it will do the task
  35. Replies
    3
    Views
    535

    Re: run other program from visual basic

    Or by using a public variable in a module.
  36. Replies
    14
    Views
    1,981

    Re: Splash screen

    Try my own heck :cool:

    Not exactly what you want but it is a cool idea
  37. Replies
    7
    Views
    952

    Re: Retrieve icon from ImageList

    Can SavePicture method save Icons , I tried it before and I just had 16 colored icons :(

    Edit : Try that code by Andrew G but save as bmp , it may work :rolleyes:
  38. Replies
    20
    Views
    3,180

    Re: Change wallpaper Vista - VB 6

    Not 100% sure about its accuracy but try to update some registry values before my code :

    Key : HKEY_CURRENT_USER\Control Panel\Desktop

    Values :
    -Tilewallpaper
    -Wallpaperstyle

    For a...
  39. Replies
    4
    Views
    911

    Re: Dialog Box auto save HELPPPPP PLZ

    I rarely use the webbrowser control but if there is a method that can retrieve the URL of the selected link or that URL that the button direct to then you can download it by code not by the...
  40. Replies
    8
    Views
    641

    Re: Out Of Memory

    Well my question is if you removed one of the already existing forms can you add a new one ?
Results 1 to 40 of 170
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width