Search:

Type: Posts; User: Gtarawneh

Page 1 of 12 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    0
    Views
    17,783

    Beta Testing Needed

    Hi there,

    I would really appreciate it if anybody can compile and run the attached program, and then post the console window output back here. This is a test for different algorithms for matrix...
  2. Replies
    2
    Views
    927

    Thanks for the reply RobDog888, yet what I need...

    Thanks for the reply RobDog888, yet what I need is to run one console application and send/receive commands to/from it. I don't need to shell the application each time because it does its own...
  3. Replies
    2
    Views
    927

    Input/Output to a console application!

    Hi,

    Am looking for someway to allow a visual basic application to send and retrieve commands and results to/from a console application. I've seen JoshT's code, yet I need a version that allows me...
  4. Replies
    9
    Views
    1,029

    All run Windows 98!

    All run Windows 98!
  5. Replies
    9
    Views
    1,029

    I am now tracing the memory usage at my personal...

    I am now tracing the memory usage at my personal computer, the problem is: I have Windows XP and Windows ME only, both make different use of memory than Windows 98 does. Anyway, it may indicate...
  6. Replies
    9
    Views
    1,029

    Sorry, my explaination was really poorly done! ...

    Sorry, my explaination was really poorly done!

    I guess the problem should be withthin the code of the only timer on the loaded form which runs each second.

    The application does not hang at...
  7. Replies
    9
    Views
    1,029

    Application hangs and form goes white!

    Hello,

    You surely have faced once or more one of your (or other) applications going white as they hang looping in an infinite loop probably, pretty funny huh? :)

    I have a client/server...
  8. Replies
    11
    Views
    1,795

    Ok then! I think am giving it up! my solution...

    Ok then!

    I think am giving it up! my solution doesn't need to get as far as messing with DirectX at all!

    Anyway, many thanks for your help guys!
  9. Replies
    11
    Views
    1,795

    No, I want the timer to appear over other...

    No, I want the timer to appear over other applications including fullscreen DirectX games!
  10. Replies
    11
    Views
    1,795

    Hey Again! I guess somebody has got quiet...

    Hey Again!

    I guess somebody has got quiet close to answering this, I've just found the following web page:
    ...
  11. Replies
    11
    Views
    1,795

    On-Top during fullscreen games!

    Hello All!

    I am looking for someway to make a little "timer" form stay on top of all other windows (including fullscreen games using DirectX).

    The use of classic API's such as SetWindowPos,...
  12. Replies
    30
    Views
    1,326

    Got MCSD and am still 17!

    GOT MCSD TODAY :D !

    Thanks all for your help! Spending the last 2 years with you all helped me alot!
  13. Anyway, I've managed to do some roundabout...

    Anyway, I've managed to do some roundabout solution. so I'll consider it resolved for me, Thanks All!
  14. Oops! Sorry guys :rolleyes: Anyway, Chris I...

    Oops! Sorry guys :rolleyes:

    Anyway, Chris I think you misunderstood! I am looking for a way to pass my structure into a C++ DLL (Precisely an ATL Com DLL), just the same as you, except that you...
  15. Am getting the error in C++, anyway: the problem...

    Am getting the error in C++, anyway: the problem is technical as I said before, and I should face no problem translating the structure, here it is anyway:



    typedef struct
    {
    int Piece[65];...
  16. Chris, I need some help here :rolleyes: ...

    Chris, I need some help here :rolleyes:

    http://www.vbforums.com/showthread.php?s=&threadid=281510
  17. Yeah, it's fine in theory, yet I lack the...

    Yeah, it's fine in theory, yet I lack the technique :)

    Am facing some trouble because whenever I try to make one of the variables passed into the function a UDT, I get some errors with the...
  18. Passing a structure by reference to C++ DLL

    Hi,

    Confused where to post this since it has to do with both C++ and VB.

    Using C++, I've made a DLL library (ATL Component) which contains a strucutre. I want to expose the structure definition...
  19. Thanks all, Martin, I said 16 different...

    Thanks all,

    Martin, I said 16 different arrangements of bits would give an "enough" space to store square status (13 possiblity: 6 black pieces, 6 white pieces, and an empty square). Using 3 bits...
  20. It won't be a waste of time since such...

    It won't be a waste of time since such representation can speedup various operations on chess boards :)
  21. Storing chess board in 4 Double variables [RESOLVED]

    Hi,

    Am making a chess program. My representatin of a chess board is an array of 64 squares, each representing one chess board square. Massive processing is done on these arrays for chess moves...
  22. Thanks alot! :)

    Thanks alot! :)
  23. Passing a user-defined type variable to a function [RESOLVED]

    Hi,

    Am trying to run the following code :


    'In Module1
    Public Type Human
    Weight As Long
    Height As Long
    FirstNam As String
  24. Replies
    6
    Views
    2,074

    I've just created a view for sysprocesses with a...

    I've just created a view for sysprocesses with a trigger to be fired on update. The trigger isn't fired when SQL Server updates the table, Arn't there any other possible ways? :confused:
  25. Replies
    5
    Views
    1,213

    Re: Re: How to get BIOS serial#

    If you're seeking it for some software registration or protection purposes, I can post some code to read the system bios date if you want?
  26. Replies
    12
    Views
    1,259

    Please guys take some time to read the very first...

    Please guys take some time to read the very first post of mine before posting!!!! :mad:

    I am NOT looking for someway to find the execution time of a series of function, or some kind of a process....
  27. Replies
    6
    Views
    2,074

    Thanks brucevde for your help! Anyway, the...

    Thanks brucevde for your help!

    Anyway, the article didn't help me @ all, the script written there allows you to perform updates on system tables, which is not the problem here!

    I am trying to...
  28. Replies
    39
    Views
    1,784

    Back to an old post :rolleyes: Anyway, I got...

    Back to an old post :rolleyes:

    Anyway, I got this thing solved by installing and using Office XP instead.
  29. Replies
    12
    Views
    1,259

    huh? :confused:

    huh? :confused:
  30. Replies
    12
    Views
    1,259

    Ok :confused: ? How can that be useful ?!?

    Ok :confused: ?

    How can that be useful ?!?
  31. Replies
    6
    Views
    2,074

    Ok, got it! From SQL Server Books Online : ...

    Ok, got it! From SQL Server Books Online :



    However, am having some trouble creating a trigger on any view! am trying out this :



    CREATE TRIGGER Trigger1 ON [View2]
    FOR INSERT, UPDATE,...
  32. Replies
    6
    Views
    2,074

    Isn't there anyway to get around this? Grrrrr,...

    Isn't there anyway to get around this? Grrrrr, maybe creating a view for sysprocesses and adding a trigger on it?
  33. Replies
    5
    Views
    1,213

    Is there such thing as a bios serial number?!?!?

    Is there such thing as a bios serial number?!?!?
  34. Replies
    6
    Views
    2,074

    Problem Creating a trigger in SQL Server

    Hi All!

    I am trying to create a trigger on the master.dbo.sysprocesses table, which stores information about current connections to SQL Server. Here's the sql script am using:



    CREATE...
  35. Can't wait,,,,, Grrrrr, am checking it day by...

    Can't wait,,,,,

    Grrrrr, am checking it day by day! :rolleyes:
  36. Took a microsoft exam recently, transcript not updated yet!

    Any idea how long does it take to update your certification transcript in the MCP web site after taking an exam?

    I've took my 2nd exam in 21 Jan, still my transcript is not updated! Should I...
  37. Replies
    12
    Views
    1,259

    What do you mean?

    What do you mean?
  38. Replies
    8
    Views
    721

    As far as I know, the power supply fan isn't...

    As far as I know, the power supply fan isn't replacable; you can only buy a new power supply!
  39. Replies
    12
    Views
    1,259

    I would surely use that if it was just about 2...

    I would surely use that if it was just about 2 functions!
    There are dozens of functions and it's a reeeaaly hard to trace them down and get a hold of how the whole process is exactly done because of...
  40. Replies
    12
    Views
    1,259

    Omg, the problem is far more complicated than...

    Omg, the problem is far more complicated than just calling one function. As I said, there are many calling relationships, Function A (for example) calls Function B, which calls Function C and under...
Results 1 to 40 of 466
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width