Search:

Type: Posts; User: dBlues

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: VB6 - Change your Toolbar Background (Color or Picture)

    unable to make it work with Common Controls 5 :confused:
  2. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    sorry, it doesn't work for me ! :(
  3. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    like that ?:


    Private Sub Form_Resize() 'The MDI Form
    Me.ScaleHeight = Me.ScaleHeight - StatusBar1.Height
    End Sub

    thanx :)
  4. (Image size, Image Adrress, and Creation time) of a process ?

    how can I get (Image size, Image Adrress, and Creation time) of a process if I knpw the ID or the handle ?!

    thanx,
  5. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    I didn't get you,

    I want the child form to be behind the statusbar
  6. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    then how can I add a statusbar and prevent child forms to come on it ?!

    thanx
  7. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    I know that this msg will be displayed by VB, but I sew programes that have multi MDI forms..
  8. Replies
    10
    Views
    1,011

    Re: How to create multi MDI forms in run time ?

    hey MartinLiss, Thanx for your reply, but I mean MDI form not a normal form.
  9. Replies
    10
    Views
    1,011

    How to create multi MDI forms in run time ?

    I use this code to create multi forms,


    Private nFrm(0 To 999) As Form

    Private Sub Command1_Click()
    Set nFrm(0) = New Form2
    Load nFrm(0)
    nFrm(0).Show
    End Sub
  10. Replies
    5
    Views
    4,070

    Re: MSCOMCT3N.OCX could not be loaded

    I have installed the package, then I built my project, after that I try to load the project, this error appears, and the OCX file exists !!
  11. Replies
    5
    Views
    4,070

    Re: MSCOMCT3N.OCX could not be loaded

    where can I find it, and how to register it under Vista ?
  12. Replies
    5
    Views
    4,070

    MSCOMCT3N.OCX could not be loaded

    how can I fix this problem ?
  13. Replies
    3
    Views
    913

    Re: How can I select CAM Driver?

    is there a way to choose it by codes, instead of formatting dialoge ?

    to use it remotely for example.
  14. Replies
    3
    Views
    913

    How can I select CAM Driver?

    How can I select CAM Driver to capture from, using this code: ?


    Private Const WS_CHILD As Long = &H40000000
    Private Const WS_VISIBLE As Long = &H10000000

    Private Const WM_USER As Long =...
  15. Re: How to write a Byte() to the end of an Exe file ?

    then how can I load the data as Byte() ?!
  16. [RESOLVED] How to write a Byte() to the end of an Exe file ?

    How to write a Byte() to the end of an Exe file ?

    is there any way ? :confused:
  17. Replies
    6
    Views
    676

    Re: (Path) Problem!

    woow, nice example, thanx :)
  18. Replies
    6
    Views
    676

    Re: (Path) Problem!

    befor :

    Buffer = Left(Buffer, Chr$(0))

    the Buffer value is the same short path!
  19. Replies
    6
    Views
    676

    Re: (Path) Problem!

    I have tested :


    Private Declare Function GetFullPathName Lib "kernel32" Alias "GetFullPathNameA" (ByVal lpFileName As String, ByVal nBufferLength As Long, ByVal lpBuffer As String, ByVal...
  20. Replies
    6
    Views
    676

    [RESOLVED] (Path) Problem!

    How can I convert this path :
    C:\PROGRA~1\MOZILL~1\FIREFOX.EXE

    to this :
    C:\Program Files\Mozilla Firefox\Firefox.exe


    thnx, :)
  21. Thread: Service Manager

    by dBlues
    Replies
    9
    Views
    679

    Re: Service Manager

    no errors, but nothing done!
  22. Thread: Service Manager

    by dBlues
    Replies
    9
    Views
    679

    Re: Service Manager

    I'm sorry hack, but nothing works with Win Vista
  23. Thread: Service Manager

    by dBlues
    Replies
    9
    Views
    679

    Re: Service Manager

    may anyone put a source code please ?
  24. Thread: Service Manager

    by dBlues
    Replies
    9
    Views
    679

    Service Manager

    hey ,

    how can I enumerate services, then Stop or Start a service?

    I'm working on Vista.
  25. Replies
    11
    Views
    4,047

    Re: Webcam Capturing without using Clipboard ?

    oh, thanx Zeezee,

    http://www.developerfusion.co.uk/forums/p/46191/150967

    is simple and good example,

    thnx again, I have got what I want :)
  26. Replies
    11
    Views
    4,047

    Re: Webcam Capturing without using Clipboard ?

    but, how can I save a shot to File.bmp with this example ?!
  27. Replies
    11
    Views
    4,047

    Re: Webcam Capturing without using Clipboard ?

    I want to take a shot while the form is hidden not topmost!
  28. Replies
    11
    Views
    4,047

    Re: Webcam Capturing without using Clipboard ?

    thnx westconn1,

    but your example can't capture if the form is hidden!

    any help?
  29. Replies
    9
    Views
    14,759

    Re: Snapshot from webcam

    but, when the windows is not on the top, it captures a part of the window on the top!!!

    that's my problem,
  30. Replies
    11
    Views
    4,047

    Webcam Capturing without using Clipboard ?

    Public Declare Function SendMessage Lib "USER32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
    Public Declare Function...
  31. Replies
    13
    Views
    1,164

    Re: Crypted Connection , needed ?

    yeah, I still can't modify it to work with byte arrays instead of strings
  32. Replies
    13
    Views
    1,164

    Re: Crypted Connection , needed ?

    thnx
  33. Thread: Webcam ?

    by dBlues
    Replies
    3
    Views
    853

    Re: Webcam ?

    but if the form isn't visible it doesn't work :confused:
  34. Replies
    12
    Views
    864

    Re: Windows Installation Time

    yes, that's what I mean :)
  35. Replies
    12
    Views
    864

    Windows Installation Time

    hey ,

    Is there any way to detect Windows Installation Time ?

    thnx,
  36. Replies
    13
    Views
    1,164

    Re: Crypted Connection , needed ?

    how can I modify it to work with byte arrays instead of strings?
  37. Replies
    2
    Views
    502

    Re: File Transfer question

    I use Winsock ,

    and this is the code I use :


    If EOF(x) = False Then

    data = Input(3072, x)
    SD "ftransferup}|{data}|{" & data
  38. Replies
    2
    Views
    502

    File Transfer question

    Hey ,

    I'm working in my file transfer ,

    my question is :

    when Server send a packet , must Client replay and say that the packet received to allow the server to send the next packet ? or the...
  39. Re: Remote Connection , Encryption and Regional and Language Options Problen

    hey, may anyone help me in this ?
  40. Re: Remote Connection , Encryption and Regional and Language Options Problen

    thnx Aa42, but how can I Treat them as integers ?!! :confused:
Results 1 to 40 of 89
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width