Search:

Type: Posts; User: KingArthur

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    635

    Intercept Mouse/Keyboard Calls

    Hello everybody,

    What I'm trying to do is make my app run when a spcial cobination of mouse & keyboard button is pressed(such as ctrl+left mouse button) yet there seems to be no .Net class that...
  2. Replies
    9
    Views
    1,218

    Re: Grab Text Under Mouse

    spy++? not that i know. They should upgarde it to Spy# however.
    I'll de a search myself and see what i can find
  3. Replies
    9
    Views
    1,218

    Re: Grab Text Under Mouse

    okay, part one solved: getting text when i have a control handle


    Part Two:
    getting the handle of a control that's in another form/application(the one that was clicked)
  4. Replies
    9
    Views
    1,218

    Re: Grab Text Under Mouse

    ummm... thanks but that's not exactly what I'm looking for...
    so that function needs an hWnd which most static controls don't have.
    but couldn't i do something like checking the x and y where the...
  5. Replies
    9
    Views
    1,218

    Re: Grab Text Under Mouse

    That looks like a good piece of code, but how can i make that work with text/richtext boxes out of my form? and would it work with labels and other controls too or would i have to specify each...
  6. Replies
    9
    Views
    1,218

    Grab Text Under Mouse

    Hello fellow coders,

    The application I'm trying to make is more or less a dictionary, which works fine until you get bored about copying the word from a text and pasting it in the dictionary...
  7. Replies
    2
    Views
    523

    Re: overcomming Control Arrays

    Thank you Mokey,

    it's the "this.Controls.Add(b);" line that I've been missing... Thank you for helping me out on this one.
  8. Replies
    2
    Views
    523

    overcomming Control Arrays

    Hello everybody,

    I come from a pretty colorful VB6 background and am now trying to learn C#.

    all goes pretty well for me except for the fact that there are no control arrays(correct me if I'm...
  9. Replies
    4
    Views
    477

    no idea, I frankly seldom use the IC and don't...

    no idea, I frankly seldom use the IC and don't have VB on this machine. you'll have to wait till next week when I get my old PC back... damn I hate it
  10. set datagrid1.datasource=rs at least that's...

    set datagrid1.datasource=rs

    at least that's what I do:confused:
  11. Replies
    4
    Views
    477

    you could check if the IC is heading towards a...

    you could check if the IC is heading towards a MP3 file and if so, stop it and run your own media player with that URL
  12. Replies
    1
    Views
    352

    XP Limited accounts can't modify files

    Hello Everybody,

    the short of it is: I cannot save game status. which equals I cannot write to most folders(limited accounts only). and I have no idea how to solve that so I need help.

    I don't...
  13. DataReport adding heading captions at runtime[Resloved]

    Hello Everybody
    YES, I've done it! I made my first ADO program, sold my first program and finally can say that I understand database programming(to some extend:D ). too much for one program isn't...
  14. Replies
    0
    Views
    353

    Data Report doesn't support Hebrew?

    Hello Everybody,

    I resume my quest to get to the latest level of DB development again(WITHOUT BOOK yet).

    I was asked to do some little program for a company: Record Workers and calculate fees,...
  15. OK I read the Article to which the Database forum...

    OK I read the Article to which the Database forum refered to and it helped me connect some of the pieces that were floating in my head...
    still have a lot to figure out though
  16. where the hell did all the databases come from? I...

    where the hell did all the databases come from? I remember the days when I was happy to save my data in a crappy txt file in vb4 and win3.11 and I'm still young(18 years)! what will come next?

    I...
  17. it isn't related, mate. the problem with date...

    it isn't related, mate. the problem with date stuff was that I had no idea that date must be set between # symbols.
    ADO/DAO and other issues just arouse because I was away from database stuff since...
  18. .... I feel so stupid today. I didn't feel that...

    ....
    I feel so stupid today. I didn't feel that way for some years:blush: :eek2:

    how can I apply an SQL command/filter/statement/whatever on a recordset?

    right now my head is aching of the...
  19. any good place where I can learn ADO?

    any good place where I can learn ADO?
  20. oh you did help me bloody well, I only have about...

    oh you did help me bloody well, I only have about a hundred new questions which I'm gonna send to your email now. you doomed yourself:D
  21. 1. no I added Microsoft DAO 3.6 Object Lybrary....

    1. no I added Microsoft DAO 3.6 Object Lybrary. do you have a good page that teaches ADO? I'm kinda stuck with what I have for now(when I'm done with the Bagroots I'll be back to programming)
    2....
  22. Compile Error Expected Function or Variable

    Compile Error
    Expected Function or Variable
  23. [More than Resolved]SQL "Where" statement returns no records?

    Hello Everybody
    I've been writing my first Database programs lately(DAO), and although I HATE Database stuff I'm working quite good.

    I'm stuck at a point where I say
    Set rs =...
  24. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    I've been able to do it in un-real-time, but...

    I've been able to do it in un-real-time, but since I need it in-game it must work in at like 15 mS per screen which it does not.

    I do not know what you mean with "involves gradients". Gradients...
  25. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    I must say I like your code though the API calles...

    I must say I like your code though the API calles made me feel a bit dizzy.

    well since I want to darken my whole screen(640*480 pixles) I don't think this can be done in reasonable time....


    I...
  26. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    I could never get my understanding beyond the...

    I could never get my understanding beyond the basics of DX and I was always focusing on D3D since that's what I want my games to be made with... so I'll just quote from the first post:

    I use GDI32...
  27. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    if I remember correctly the alpha blending API...

    if I remember correctly the alpha blending API doesnt work on win 9x thus I cannot use it:(
  28. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    That would work for the extra bright flash but in...

    That would work for the extra bright flash but in that story(I'm trying to implent a bit of The Wheel Of Time) there are too many variations of effects.
    take a look at this line:
    He extended his...
  29. Thread: Fade Image

    by KingArthur
    Replies
    11
    Views
    1,443

    Fade Image

    Hello Everybody,
    I'm currently writing a (#@%^@) school project which is to resemble an old RPG(something like the old final fantasy NES series).
    The coding and map stuff is pretty much done and it...
  30. Thread: Focus

    by KingArthur
    Replies
    7
    Views
    480

    Would this help? A reference to point at the...

    Would this help?

    A reference to point at the active form could be done easily if you wish it


    Private Sub Form_LostFocus()
    MsgBox "The User isn't working with this form anymore"
    End Sub
    ...
  31. Thread: DC Problems

    by KingArthur
    Replies
    9
    Views
    1,084

    Thank you note me, now I have all the data I...

    Thank you note me, now I have all the data I need.
    can someone answer the questions in the 1st post please? I really wanna understand this stuff. To spare you the scrolling up and down here they are...
  32. Thread: DC Problems

    by KingArthur
    Replies
    9
    Views
    1,084

    hmmm your code works though I hardly understand...

    hmmm your code works though I hardly understand the difference. What's the difference between LoadImage and LoadPicture? what's the IMAGE_BITMAP constant which I couldn't find in the WIN32API.TXT...
  33. Thread: DC Problems

    by KingArthur
    Replies
    9
    Views
    1,084

    No it doesn't :( Maybe this will help: I'm...

    No it doesn't :(

    Maybe this will help:
    I'm trying to load a 1920*40 Bitmap. the values I get when I load are: 10800*1058
  34. Thread: DC Problems

    by KingArthur
    Replies
    9
    Views
    1,084

    DC Problems

    Hello Everybody,

    I've been making tiny(really as small as possible) games for a while and decided to move to something more complicated.
    I am using BitBlt for drawing the animation, and reacherd...
  35. Replies
    3
    Views
    712

    There was an example in some Add-in for creating...

    There was an example in some Add-in for creating forms at runtime, however, I don't think this is the only way(looks like the easiest though)

    This code supposes that you have a form called frmA
    ...
  36. Replies
    94
    Views
    104,878

    /Me stares with his mouth open for 3 minutes...

    /Me stares with his mouth open for 3 minutes before he notices that the webcam with his girlfriend on the other end is still running.

    It's the very best EXE animation I ever saw. any chance you'll...
  37. Replies
    4
    Views
    572

    Get Taskbar.Hight

    Hello People,

    As the subject indicates: I need a code to get the high of our dear windows taskbar.

    does anybody know a way to do it?
  38. Replies
    1
    Views
    472

    Homepage won't change

    Hello Everybody,

    as the title says, I am unable to change my homepage. eveytime I close internet explorer it's back to the bloody "search for pleasure homepage". also in my favortes are some links...
  39. Replies
    6
    Views
    1,931

    but would that unload the class? I'm quite new to...

    but would that unload the class? I'm quite new to VB's class systems and can't really understand why set x=nothing sometimes deletes a class and sometimes only changes the pointer :S:S:S
  40. Replies
    6
    Views
    1,931

    That way should work for my needs but I have a...

    That way should work for my needs but I have a question which I will probably face sooner or later:
    I have made out an object I no longer need by it's index in the collection. How can I unload?
Results 1 to 40 of 157
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width