Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SiaMeX
  • Order by date
  1. SiaMeX

    parameters on dll

    sorry! int __cdeclspec CALLBACK MyFunction (LPSTR MyParameter) this should be: int __declspec (dllexport) CALLBACK MyFunction (LPSTR MyParameter)
  2. SiaMeX

    parameter on dlls

    I know that this will be very easy for you guys... '========================================================== 'MY VB CODE '========================================================== Private Declare Sub MyFunction Lib "MyDLL.dll" (ByVal MyParameter As String) As Integer Private Sub TestFunc...
  3. SiaMeX

    parameters on dll

    I know that this will be very easy for you guys... '========================================================== 'MY VB CODE '========================================================== Private Declare Sub MyFunction Lib "MyDLL.dll" (ByVal MyParameter As String) As Integer Private Sub TestFunc...
  4. SiaMeX

    win32 dll in java

    hi everybody! I just want to ask if I can use win32 DLLs in java? please give me a nice to tutorial site for this! thank you so much!!!
  5. SiaMeX

    good network programming language

    i am confused on what programming language will i choose when i want to learn networking.. somebody told me it was java but i think it'll be better if it would be C/C++. VB?.. What i want is when i create a program using this language, i could understand what are structures and what's going on...
  6. SiaMeX

    hard disk detection failure

    I've already done those stuffs. It doesn't change anything. One thing i think is the solution right now is not to use the AVR with multiple power chords connected to it using the AVR with one . Just the system unit alone but it doesn't garantee me a hundred % effectivity.
  7. SiaMeX

    hard disk detection failure

    hi... I cannot detect my HDD. That often happens (but not always) when i use my pc usually at night time. The first time it happened was when i moved in to other apartment. One thing i noticed, when we moved in, is that my monitor display was not as quite as good as before. I think it was just...
  8. SiaMeX

    VB and VC++ interfacing

    hi everyone!!! I want to know how to make communication between Visual Basic 6.0 and VC++ using dll. Does anyone know what's the best tutorial site for this? thax!
  9. SiaMeX

    mouse - doing strange stuffs alone - VIRUS???

    ok. Maybe i just post my questions later when i already done running those progies... thankyou so much!
  10. SiaMeX

    mouse - doing strange stuffs alone - VIRUS???

    i already tried the system restore and tried to go to the settings before i installed the emulator. do you think it's just an hardware issue?
  11. SiaMeX

    mouse - doing strange stuffs alone - VIRUS???

    hi guys! please help me with this problem on my pc just happened this morning. it's a problem on my mouse that when i move it over, even just a little bit, it will do some strange stuff like jumpin to start menu, acting like i am clicking the right button or the left button, opening some...
  12. SiaMeX

    60 second countdown before shutdown.

    Hello there! I have problem, you see, my computer keeps shutting down whenever i get connected to the internet. I am using a dial-up connection to get connected... I dont really know what struck my computer... i dont know what to do... I know it's just a typical kind of glitch for you guys but...
  13. SiaMeX

    Rundll32

    how can i use Rundll32 with parameters? -SMX :-)
  14. SiaMeX

    VB Pointer

    hi, can somebody convert this code (c/c++) into a command button function?: =================================================== void *p; char str[256]; p = &str; printf ("str's address is: %x", p); =================================================== -> what i actually want...
  15. SiaMeX

    Considering Assembly

    try using debugger.
  16. SiaMeX

    How to use windows API in assembly?

    try this: ;i'll use the MessageBoxA API fuction. it would be better if you have the complete documetation of all apis... ;=========================================================== .386p .model flat, stdcall extrn MessageBoxA : PROC extrn ExitProcess : PROC .DATA...
  17. SiaMeX

    playing .wav files

    is there any way to play a .wav file using c++?. please post a code... thanx!!
  18. SiaMeX

    can anyone help me if there's any m

    thanks guys!!!
  19. SiaMeX

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Is there any way to use win32 APIs in VB??? what i mean is importing and using it.if there is, would you please give a very simple code... thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~SiaMeX~
  20. SiaMeX

    createprocess doesnt work

    it worked!!! thanks

Part and Inventory Search

Back
Top