Search:

Type: Posts; User: Bytechanger

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    Hi,

    I get the data from a address-database!
    What do you mean, my data is crazy?

    Do you think it isn´t UTM ?


    ATENTION:
  2. Re: GPS Class that maps Lat/Long to UTM Coordinates (WGS84 and others)

    Hi,

    thanks for you great class! But it doesn´t work for me...

    I´ve

    UTM in Format
    32337666
    5656482
    32N
  3. Replies
    0
    Views
    341

    Text ON Desktop

    Hi,

    I want to print text directly to the Desktop. I´ve found much code, but
    the code print the text in front.

    I want ONLY to paint on the desktop in background. So you can drat windows and...
  4. Replies
    12
    Views
    749

    Re: variable txt in Tray

    Hi,

    thanks for the answers. I will try it!

    How can I rate someone ?

    greetings

    byte
  5. Replies
    12
    Views
    749

    variable txt in Tray

    Hi,

    I want to show a text in the tray. But I must create this text while the prog is running.

    I´ve tried to print text to a picturebox with "print" and get the "image" over the .picture...
  6. Replies
    0
    Views
    499

    Line in AND/OR Mic - get signal

    Hi,

    I want to connect my Babyphone to my PC.
    I want, that the signal goes to the MIC or LINE IN Port.

    How can I check in VB, if a signal is on LINE IN or MIC Port ???


    Thanks
  7. Functions asynchron/parallel (threads ? )

    Hi,

    I´ve a problem.

    I render a mp3 File with the quarz.dll ( IMediaControl.RenderFile(bla) ) and this take a few seconds.
    In background are many timers running. But in this time, they stop......
  8. Replies
    5
    Views
    642

    Re: Text on Desktop

    Thanks, but I don´t know HOW to do it !

    CU

    Byte
  9. Replies
    5
    Views
    642

    Text on Desktop

    Hi,

    I want to show a little Text in one edge of the
    Desktop...
    Is there any way to do it ?

    Greetings

    Byte
  10. Replies
    5
    Views
    465

    Re: HotKey Problem?!

    Oh wee,

    I´ve set an 50ms Timer to close my Prg after Menu->Exit was clicked. Now it works !

    VERY FUNNY


    Greetings
  11. Replies
    5
    Views
    465

    Re: HotKey Problem?!

    Hi,

    I´ve over the MenuEditor : -1. a not visible Menu (for TrayPopup)
    with a enty"Exit"
    -2. a visible Menu...
  12. Replies
    5
    Views
    465

    Re: HotKey Problem?!

    Sorry, you don´t understand me....

    It´s the menu in MY programm!
    It quits it the same way as the popupmenu
    in the tray !
    I didn´t use the
    STOP Button ( I know that I shoudn´t do that on...
  13. Replies
    5
    Views
    465

    HotKey Problem?!

    Hi,

    I want to make some HotKeys in the komplete system.
    So I used APIFunctions

    Private Declare Function RegisterHotKey Lib "user32" ( _
    ByVal MehWnd As Long, _
    ByVal ID As Long, _
    ...
  14. Replies
    4
    Views
    616

    Re: Controlling a Prg from VB

    Thanks,

    can you tell me, how I can get the Handle ?

    Cu

    Byte
  15. Replies
    4
    Views
    616

    Controlling a Prg from VB

    Hi,

    I want to change a volume-slider in a DJ-Prog. from my
    VB-prog.

    How can I control it ?

    CU

    Byte
  16. Replies
    1
    Views
    394

    dyn. UDT-Array to Class ?

    Hi,

    how can I take a dynamic UDT-Array from a modul/form to a class ?

    When I try to call a class-function with a UDT-Array,
    I got an errormessage !


    ...
  17. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    @Jacob Roman

    please give me a litle code example !!!
    please don´t forget me !!!

    Cu

    Byte
  18. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    can you please show me a little example for my special problem ?

    How do I create events for special timepositions.
    And how can my programm get them ??

    Thanks

    Byte
  19. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    please don´t forget me !!

    I need this code !

    Thanks


    Greetings
  20. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    thanks.

    Ok, then I will wait !


    It would be very nice, when you show me the code, because I´ve no idea !!

    Byte
  21. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    can you show me how I have to change my code.

    How can I set the events ( I want to set MANY ) to a special time and send it to DirectShow ??

    And how can I get in the Callback the...
  22. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    I´m progging in VisualBasic 6. ( Implements doesn´t work )


    Can you give me the complete code for the event please ?

    Byte
  23. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Ok,

    I think thats what I´m searching for.
    Can you tell me if and esp. how it works with DXCallBack ?


    Byte
  24. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    I think you dind´t understand me !

    I want to play an mp3 with DirectShow.

    Then I want to do something on an special time-position.

    BUT I don´t want to set an Timer ( e.g. each 100 ms)...
  25. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    my prolem is, i want to get an Event/Message from DirectShow, when a special time-position is reached in the mp3 file !


    I don´t want to set an Timer to check every 100ms the actual...
  26. Replies
    18
    Views
    1,672

    Re: DirectX DirectShow Event on Time ?

    Hi,

    Thanks. But I can´t find anything!

    I think, it´s impossible...


    Bye

    Byte
  27. Replies
    18
    Views
    1,672

    DirectX DirectShow Event on Time ?

    Hi,

    I want to play a mp3 soundfile with DirectShow.
    Is there any whay to get an Event from DirectShow, when
    an special position ( e.g. 1:45 ) is reached ?

    Greetings

    Byte
  28. Replies
    1
    Views
    420

    Subclassing a Class ?

    Hi,

    can someone give me some code for subclassing a class ?
    I want to start API SetTimer and need the Adress of my Function in Class.

    I don´t wan´t that the timer must jump to the BAS Module !...
  29. Replies
    3
    Views
    441

    Re: Collection with Events ?

    Thanks !
    That´s it !

    Greetings

    Byte
  30. Replies
    3
    Views
    441

    Collection with Events ?

    Hi,

    I use a collection in an class (clscol) with class-objects (clsTest).
    Each clsTest has an Event !

    How can I get ALL Events from ALL clsTest ?!
    I only get the LAST one ( from last clsTest...
  31. Replies
    3
    Views
    606

    Re: Activaton for VB Programm

    Ok... MAC-Address ( if an LAN-card is present )..

    * motherboard serialnr ( how can i get it with VB ) ??
    * some other numbers ??

    Byte
  32. Replies
    3
    Views
    606

    Activaton for VB Programm

    Hi,

    I´m searching for numbersfor to make my own activation code.
    I ´ve only found the HDD serialnumber. But I think this is not enought. Are there some code to get more INDIVIDUAL data from the...
  33. Replies
    2
    Views
    542

    Re: Volumecontrol for ALL DirectX ?

    Hi,

    I think this wont change MY problem.
    I want to set ALL soundvolume to zero, then play MY Sound very loud, then set ALL soundvolume to their OLD VALUE !!

    Byte
  34. Replies
    2
    Views
    542

    Volumecontrol for ALL DirectX ?

    Hi,

    I´ve one problem...

    There´s my DJ-Programm playing ( I think it plays with Direct X ).

    Now I want to play an Sample on a special event.
    When the sample is playing ALL other Sounds must...
  35. Replies
    2
    Views
    650

    Re: Timer in Class ?

    Thanks for this great "workaround" !

    Bye
    Byte
  36. Replies
    2
    Views
    650

    Timer in Class ?

    Hi,

    is there any way to start a timer in a class ??
    I tried it with SetTimer, but AddressOf only works in
    modules ?

    Bye

    Byte
  37. Replies
    3
    Views
    492

    Re: getting Beat/Freq from Soundcard ?

    Hi,

    thanks.
    First I want to get the actual played WAVE. I can´t see, how I can do this with DirectX ??
    Can someone help me ?

    I want to catch anything which is played on the card ( from OTHER...
  38. Replies
    3
    Views
    492

    getting Beat/Freq from Soundcard ?

    Hi,

    I want to stream the beat from the actually played sample on the soundcard.

    Is there any OCX or DLL ?

    I a signal, everytime when the beat is ...


    Thanks
  39. Replies
    5
    Views
    944

    Re: AES Cryption in VBModule

    Hi,

    thanks for that.
    What I finaly want is an very save encryption for my data.
    I want to en-decypt some passwords and datafiles(binary) with my VisualBasic programm ( so speed is also good )....
  40. Replies
    5
    Views
    944

    Re: AES Cryption in VBModule

    Hi,

    thank you.
    Doesn´t matter, I´m german, so I can read it...

    I thought AES were the BEST and SAVE encryption?!
    ( The NSA use it, or not ?? )
    Is it unsave ??

    e.g. 802.11i use AES to...
Results 1 to 40 of 41
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width