Search:

Type: Posts; User: JasonLpz

Page 1 of 13 1 2 3 4

Search: Search took 0.37 seconds.

  1. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    That helps alot If i could rate it from 1-10 it...

    That helps alot If i could rate it from 1-10 it would be a 10. I will follow your advice and learn c++ console first. I do think its best to start from begining but using c i doubt ill need it. I...
  2. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    OK i dont know much about c++. I get very...

    OK i dont know much about c++. I get very confused with the way the code differs in c, c++ console and GUI. I sometimes wounder why they made c and c++ different in some ways. Like cout >>/<< and...
  3. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    I own VS6 which we all knows has VC++ VB6 VFP and...

    I own VS6 which we all knows has VC++ VB6 VFP and VSS and stuff. I dont have borland. Is borland really good? Ill test it out but can ya give me some info on it. Thx
  4. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    thx again lol but what header should i use for...

    thx again lol but what header should i use for set timer?

    [EDIT]: Declared in Winuser.h, include Windows.h
  5. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    something like this is very usefull lol thanks...

    something like this is very usefull lol thanks alot tho for the tips and sorry again.
    ...
  6. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    sorry i am not trying to be rude or anything but...

    sorry i am not trying to be rude or anything but thanks for your help. I just wanted a sample of SetTimer.
  7. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    Come on a simple timer cant be this hard. In VB...

    Come on a simple timer cant be this hard. In VB is you place a timer on form and enter the interval then enter the code you want it to perform. Why is this so hard in c++. I am a newB
  8. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    ok so i really didnt understand that but will you...

    ok so i really didnt understand that but will you help me out?
  9. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    thx for that link. Kinda hardcore there :) Also...

    thx for that link. Kinda hardcore there :) Also this is not a problem lol I want to learn how to make a timer in c or c++ and use it. A simple timer like

    timer interval = 5 secs
    and do a command...
  10. Thread: C++ Timer

    by JasonLpz
    Replies
    21
    Views
    742

    C++ Timer

    How can i create a time that will go on forever (until aplication is closed). I want it to be like a timer for every 1 second. Can someone help me out. I tried searching this forum but no luck.
  11. Replies
    3
    Views
    528

    OK I got it it works fine now thanks alot

    OK I got it it works fine now thanks alot
  12. Replies
    3
    Views
    528

    how can i check

    how can i check
  13. Replies
    3
    Views
    528

    Findwindow & Showwindow

    I am trying to find a window and hide it actually. I tried the below code but no good.


    #include "stdafx.h"
    #include <windows.h>

    void main(void)
    {
    HWND tWnd;
  14. Replies
    6
    Views
    451

    nevermind i got it :) thx

    nevermind i got it :) thx
  15. Replies
    6
    Views
    451

    since im a noobi would it be ok if you give me a...

    since im a noobi would it be ok if you give me a example ?
  16. Replies
    6
    Views
    451

    ok thx. Listen um.. I forgot how do i convert a...

    ok thx. Listen um.. I forgot how do i convert a long to a char ?
  17. Replies
    6
    Views
    451

    Come on plz. Can someone help me. I need this cuz...

    Come on plz. Can someone help me. I need this cuz y kids come on this pc now "theirs is in the shop". And i wana know what they be up to.. Not my kids im too young lol but my nephew, and other...
  18. Replies
    6
    Views
    451

    Screen Shot from Console

    How can i get a screen shot like print screen key and then save it as a bmp in the exe dir. Please i need this for a console only.
  19. Replies
    2
    Views
    478

    My Manifest

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
    version = "1.0.0.0"
    ...
  20. Replies
    2
    Views
    478

    XP Theme Manifest problem.

    Hi all, Yeah for some dumb reason i am having trouble with this um.. Manifest thing . I dont know how but i get this error saying something wronge with configuration. I attatched a image below. Can...
  21. Replies
    4
    Views
    1,246

    can you give me or someone give me a sample?

    can you give me or someone give me a sample?
  22. Replies
    4
    Views
    1,246

    ok sorry bout that. Ok ill explain it better now...

    ok sorry bout that. Ok ill explain it better now i hope. I want to run a program of mines from c++ code sort of like shellexecute but is there a way to get the hwnd from shellexecute?
    if you didnt...
  23. Replies
    4
    Views
    1,246

    Get hwnd of exe from run.

    Hi , I am trying to make a program in c++ or c and basically ima wouldering how can i get the hwnd of a program after i run it with out findwindow. Like i mean i want to execute a program from mines...
  24. Replies
    0
    Views
    336

    VB -> C++ I need help Noobi!

    I saw this nice code and it looks like it can be easy in c++ can someone help me conver it from vb to c,c++. I would love it to be in like a console. Thanks alot
    ...
  25. Replies
    6
    Views
    584

    basically what would be nice is to get the...

    basically what would be nice is to


    get the string
    "[file.1.2.3]: Found: jason/lpz !!!"

    and the cut it in 3 by the ":"

    so first string would be
    "[file.1.2.3]"
  26. Replies
    6
    Views
    584

    lol i meant the extact text is like in the text...

    lol i meant the extact text is
    like in the text file JasonLpz.txt is text like :

    [file.1.2.3]: Found: jason/lpz !!!
  27. Replies
    6
    Views
    584

    what if i dont know how many number s are each...

    what if i dont know how many number s are each string?
  28. Replies
    6
    Views
    584

    Extract text from file

    [file.1.2.3]: Found: jason/lpz !!!

    how do i get:

    file.1.2.3 = string1
    jason = string2
    lpz = string3
  29. Replies
    1
    Views
    396

    get info from dos prompt

    i know its possible but i dont know how. How can i get all the text showing in a dos prompt. The prompt will also be updating every second makeing a newline with new text. like

    1
    2
    3
    4
    5
    6...
  30. Replies
    5
    Views
    541

    thanks alot

    thanks alot
  31. Replies
    5
    Views
    541

    Find text within a string

    I wanna be able to do the below:

    string = "Hello my name is Jason"
    string2 = "Good bye Jason"

    now i wanna find jason and if jason is in the string add the whole string to a listview(1).

    Can...
  32. Thread: DNS vs IP

    by JasonLpz
    Replies
    2
    Views
    504

    thx alot dude

    thx alot dude
  33. Thread: DNS vs IP

    by JasonLpz
    Replies
    2
    Views
    504

    DNS vs IP

    How can i convert a DNS like lets say google.com to a ip ? I know some sites and irc clients can do it. But i want to do it in vb or c++. Also how can i do it vs meaning IP to DNS.

    here is a...
  34. Thread: mirc vb

    by JasonLpz
    Replies
    1
    Views
    473

    mirc vb

    Can someone point me to some help on how to make a irc server & client on vb and also if someone already has and its open source can you help me out plz.
  35. Replies
    5
    Views
    463

    why doesnt this work? #include ...

    why doesnt this work?



    #include <stdio.h>
    #include <iostream>
    #include <stdlib.h>

    using namespace std;
  36. Replies
    5
    Views
    463

    i got it working like this: #include...

    i got it working like this:


    #include <stdio.h>
    #include <iostream>
    #include <stdlib.h>

    using namespace std;
  37. Replies
    5
    Views
    463

    command line arg

    I am writing a simple c++ program i think. All i really need it like how to use command line arguments example:


    #include <stdio.h>

    void main(int argc, char *argv[])
    {
    if(argv[1] = 1)...
  38. Replies
    6
    Views
    464

    https://connect.apple.com Join ADC amd you can...

    https://connect.apple.com Join ADC amd you can Download the tools ! COol thx lol
  39. Replies
    6
    Views
    464

    can i do c++ in mac?

    can i do c++ in mac?
  40. Replies
    6
    Views
    464

    http://developer.apple.com/tools/macosxtools.html...

    http://developer.apple.com/tools/macosxtools.html
    seems promising ;)
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width