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 biv343 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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!!!
  4. 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...
  5. 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...
  6. 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!
  7. 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...
  8. 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...
  9. SiaMeX

    Rundll32

    how can i use Rundll32 with parameters? -SMX :-)
  10. 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...
  11. SiaMeX

    playing .wav files

    is there any way to play a .wav file using c++?. please post a code... thanx!!
  12. 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~
  13. SiaMeX

    createprocess doesnt work

    how can i create process on C/C++ using win apis??? i used CreateProcess but it didnt worked... is there any alternative function when im using c/c++ importing win apis?thanks....
  14. SiaMeX

    help

    i want to sent command over the network... what site shuld i go to for my reference?i created a program that will create a file over the network using win32 apis but it didnt worked...
  15. SiaMeX

    im seaching for the lates win32 ass

    im seaching for the lates win32 assembler... what site will i go to download those needed assemblers including linkers and libraries?
  16. SiaMeX

    best site for newbies: vx.netlux.or

    best site for newbies: vx.netlux.org

Part and Inventory Search

Back
Top