Search:

Type: Posts; User: CoderNewbie

Page 1 of 5 1 2 3 4

Search: Search took 0.23 seconds.

  1. Replies
    10
    Views
    631

    Yes it came with the source files and I compiled...

    Yes it came with the source files and I compiled them into a .lib file (well the project was already made and I compiled it). I was trying to take the .lib file and use a few of the functions in...
  2. Replies
    10
    Views
    631

    Still no luck... not sure what im going to do now...

    Still no luck... not sure what im going to do now but thanks everyone for all your help.
  3. Replies
    10
    Views
    631

    Hey riis... thanks for your input. I will try...

    Hey riis... thanks for your input. I will try this first thing in the morning when I get to work and post.
  4. Replies
    10
    Views
    631

    Thanks for your help... here is the code im using...

    Thanks for your help... here is the code im using to call a function of the .lib file:




    #include "stdafx.h"

    int main(int argc, char* argv[])
    {
  5. Replies
    10
    Views
    631

    Right on... thanks for the great reply. I have...

    Right on... thanks for the great reply. I have another question if you dont mind. :) Thanks


    I.m trying to call a function (at least in VB thats what its called) from this .lib file and im...
  6. Replies
    10
    Views
    631

    .lib NOOB question

    I'm VERY VERY new to VC++... been using VB for a few years now but have a project I need to do in VC++. I have a .Lib file that I need to some how use in my project and cant seem to figure out how...
  7. Replies
    2
    Views
    975

    Resolved

    Thanks for the reply...

    I did get it to work with the following:



    Private Declare Sub keybd_event Lib "user32.dll" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal...
  8. Replies
    2
    Views
    975

    Sendmessage Assistance

    Im a little new to Sendmessage... what im trying to do is send Ctrl Insert to another window. I know how to get the handle and what not just having a hard time with the sendmessage api to execute...
  9. Replies
    3
    Views
    569

    Guess its harder then it looks :D Still...

    Guess its harder then it looks :D

    Still nothing here... Will spend about 6 hours on this again today so if anyone comes up with something please fill me in :D
  10. Replies
    1
    Views
    407

    Re: Question about FindWindowEx

    Doh! Figured this part out... SPy ++ :D
  11. Replies
    3
    Views
    569

    Hmmm... that looks like some kind of key logger? ...

    Hmmm... that looks like some kind of key logger?
    Correct me if im wrong... its just what it looks like.

    I need whats on the screen... not what they are typing in. THey will request info from...
  12. Replies
    3
    Views
    569

    Capture text from another app

    I know this has been asked before... I spent the better part of a day searching for the answer with no luck.

    I have a 32bit app running a terminal session (like an old character based terminal...
  13. Replies
    1
    Views
    407

    Question about FindWindowEx

    I had taken this from another post:

    lHwnd = FindWindowEx(lHwnd, ByVal 0&, "Edit", vbNullString)

    This assists in getting the text from notepad main edit window... If I were using another program...
  14. Replies
    12
    Views
    968

    Why is VB.NEt so slow * Rant * Maybe?

    It seems that everything I do in .net takes so much longer to execute (not in the IDE but with a finished .exe) then it took in vb6. A simple console app takes forever to process simple things and...
  15. Replies
    12
    Views
    1,076

    I know... I know... Its 1 year later and I have a...

    I know... I know... Its 1 year later and I have a question on this code. I’ve been looking high and low for code to do some pinging with .net and this seems to be the best so far. My only gripe is...
  16. Replies
    3
    Views
    550

    Thanks both for the input... .Net is driving me...

    Thanks both for the input... .Net is driving me nuts.
  17. Replies
    3
    Views
    550

    Simple question (I Hope)

    All im trying to do is make this function to return how many lines are in the log file. I had this working perfect in vb6 and had some NIMROD idea to try and learn some .NET and now im sort of stuck...
  18. Thanks Spajeoly for your suggestions... but this...

    Thanks Spajeoly for your suggestions... but this hit it on the nose.

    Thanks for helping me out. You da bomb man!
  19. Text manipulation question (array) - Resolved

    Lets see....


    dim tArray(7) as string
    tArray(1) = "1"
    tArray(2) = "2"
    tArray(3) = "3"
    tArray(4) = "5"
    tArray(5) = "5"
    tArray(6) = "6"
  20. Replies
    17
    Views
    1,186

    Ahh... Well I appreciate ya looking at it. I'll...

    Ahh... Well I appreciate ya looking at it. I'll just use the code with a button to minimize to tray.

    Thanks again.
  21. Replies
    17
    Views
    1,186

    xp pro, vb6 sp5. Yea it is odd... driving me...

    xp pro, vb6 sp5.

    Yea it is odd... driving me nuts :) I normally wouldn't put so much effort into this but I really like the way that code works.

    Thanks
  22. Replies
    17
    Views
    1,186

    Hey thanks for posting the zip file but still no...

    Hey thanks for posting the zip file but still no cigar. I run the example you gave me and I get the button but the button does nothing. :(
  23. Replies
    17
    Views
    1,186

    Any luck on this Hobo? If not let me know so I...

    Any luck on this Hobo? If not let me know so I can figure another way to tray my program. Thanks man.
  24. Resolved

    Easy enough... Thanks that worked great!
  25. Replies
    9
    Views
    838

    You could use an ini file... though its an...

    You could use an ini file... though its an outdated way of doing things it works great. Do a search on the forums for INI.

    At least this is what I think you want.
    Hope it helps.
  26. Another MSHFlexgrid question - Resolved

    Im trying to have the grid auto scroll. My app looks at each row of the grid and performs a test based on that info and reports in another column... I would like it to auto scroll down when the one...
  27. Replies
    17
    Views
    1,186

    Ahh Forget the post before this. If I comment out...

    Ahh Forget the post before this. If I comment out that line its no longer in the title bar... but the button works... If Hobo doesn't have a fix for this... its back to the drawing board for me....
  28. Replies
    17
    Views
    1,186

    Hmmm I remove it out of he sub init and terminate...

    Hmmm I remove it out of he sub init and terminate and I no longer get the button. If there is another place I need to remove it, I cant locate it.

    Thanks
    :confused:
  29. Replies
    17
    Views
    1,186

    Button is there.... Just when I press it nothing...

    Button is there.... Just when I press it nothing happens. If I place another button on the form and call the ButtonPressed sub... it works... I get an icon on the tray. I would like to get the same...
  30. Replies
    17
    Views
    1,186

    Hey that would be great... any help would be...

    Hey that would be great... any help would be appreciated.

    Thanks
  31. Replies
    17
    Views
    1,186

    That would be great... Thanks a bunch man.

    That would be great... Thanks a bunch man.
  32. Replies
    17
    Views
    1,186

    Question on this code (title bar button)

    On 11-14-2002 The Hobo was kind enough to post this code, It works great for the most part but I can't seem to get the button on the title bar to do anything. Could somone assist me and point me in...
  33. Replies
    84
    Views
    224,491

    Sticky: I know this is a slightly older post to be asking...

    I know this is a slightly older post to be asking a question... but its some good stuff.
    Under the post:

    System Tray and Title Bar Button

    I can't seem to get the button added to the title bar...
  34. Replies
    16
    Views
    21,597

    Sorry to bump such an old post but I gotta give...

    Sorry to bump such an old post but I gotta give credit where credit is due. I've been searching for a few days for something like this. This does exactly what I need. Good job and thanks for the...
  35. Replies
    1
    Views
    406

    Bump

    Bump
  36. Replies
    1
    Views
    406

    Computers on Lan/Domain question

    Microsoft gives this code for enumerating all PC's on a domain:

    http://support.microsoft.com/default.aspx?scid=kb;en-us;194115


    Which works great. But I would like to filter this a bit...
  37. Replies
    6
    Views
    511

    That clears things up a lot... Thanks again for...

    That clears things up a lot... Thanks again for the help and advice.
  38. Replies
    6
    Views
    511

    Hey the array thing doesn't sound to bad. Thanks...

    Hey the array thing doesn't sound to bad. Thanks I might do that.



    Thanks for the advice.


    Hey Wokawidget... I like it... Just have a few questions if you dont mind me askin. Strictly...
  39. Replies
    6
    Views
    511

    Opinions/Question on this code?

    I have this sub calling the function below... it works great. The function allows me to call it anytime to bring back data from a database... my real question is in the function I have these 2 lines...
  40. Sweet man.. that worked like a charm. Thanks

    Sweet man.. that worked like a charm. Thanks
Results 1 to 40 of 163
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width