Search:

Type: Posts; User: PlaGuE

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    784

    Re: [2005] Databind in a ListBox control

    Please do not "bump" more than once a day.

    From what i can see, it should work. Im not at home so i cant really test out the code, but, im not too sure..
  2. Replies
    7
    Views
    644

    Re: Type of Application. How-To?

    true, but im hoping to make it a "true" dos.
    Not just something that looks like a DOS app.

    It doesnt really matter tho.. as long as it works.
  3. Replies
    7
    Views
    644

    Re: Type of Application. How-To?

    okay.. but where would i find examples/ on how to make it look like a dos..
    Never done that before.. and havent really found any google results, other than PHP P.O.S ... hmm.. i'll keep on...
  4. Replies
    7
    Views
    644

    Type of Application. How-To?

    I dont really know how to explain this. But i'll give it a try.

    I work as a sales associate at a electronic store, and i've been fiddling over the idea of trying to create a P.O.S application.
    ...
  5. Replies
    7
    Views
    680

    Re: Getting people located new a zip code...

    Google Maps API, is good.
  6. Thread: Deal or No Deal

    by PlaGuE
    Replies
    19
    Views
    5,753

    Re: Deal or No Deal

    Off topic:


    Deal or No Deal is an American show.
    Unless you caught the Deal or No Deal:Canada episodes.
  7. Replies
    7
    Views
    1,151

    Re: Help with Instant Message Program

    Async.
    PS... I'm also makin an Instant Messenger Program... Although in hiatus.
  8. Replies
    5
    Views
    614

    Re: PHP practise

    easyphp.org(French, but they have a language selector)
    Its a program that will install Apache/PHP/Mysql,quickly and easily, without much trouble, if any....

    Then theres, XAMPP :...
  9. Thread: Admin functions

    by PlaGuE
    Replies
    3
    Views
    525

    Re: Admin functions

    --INSERT Sarcasm here--
  10. Replies
    10
    Views
    701

    Re: showing image as part of a record

    If your a website templater, i'd keep dreamweaver, but try and not rely on what it automatically generates.

    Just a simple notepad + FTP Client works wonders...lol. Abeit it can produce sloppy...
  11. Replies
    5
    Views
    1,410

    Re: Creating a RichEdit Control

    That was a typo when editing post,Sorry.lol.Didnt see that.
  12. Replies
    5
    Views
    1,410

    Re: Creating a RichEdit Control

    FreeLibrary()?
    LoadLibrary("RICHED32.DLL")?
    InitCommonControls()? //Error:c:\Documents and Settings\HP_Owner\My Documents\Visual Studio Projects\2003\NotePad\Main.cpp(55): error C3861:...
  13. Replies
    5
    Views
    1,410

    Creating a RichEdit Control

    Im trying to add a RichEdit Control/Window into my app,

    this is the code im using to create the RichEdit Control; however, i don't know whats wrong, or how to fix it. Im still learning, and this...
  14. Replies
    9
    Views
    4,585

    Re: making a RPG battle system from scratch

    He meant what programming language. Like VB6,VB.NET,C#,C++,etc.
  15. Replies
    5
    Views
    1,179

    Re: Initializing Fullscreen Problem..

    That code that i posted above. Does bring me into fullscreen mode. But its as if its a "false" fullscreen. Its as if its in windowed mode. but has the look of fullscreen.


    Im just wondering if...
  16. Replies
    5
    Views
    1,179

    Re: Initializing Fullscreen Problem..

    #define WIN32_LEAN_AND_MEAN// Exclude the stuff we don't need in libraies.
    #define VC_LEANMEAN // Exclude even further.
    #include<d3dx9.h>
    // This will tell Direct 3D what format...
  17. Replies
    5
    Views
    1,179

    Re: Initializing Fullscreen Problem..

    its fine when in windowed mode. (windowed = false)
    it seems to auto to true.
  18. Replies
    5
    Views
    1,179

    Initializing Fullscreen Problem..

    Im having a problem initializing fullscreen with my Direct X project, which is done in C++.

    It turns too fullscreen fine. But its not "really" fullscreen. If i click the corners with the mouse it...
  19. Replies
    13
    Views
    1,119

    Re: Login/user levels

    Ohhhh.. Koo
    I never knew that..lol.
    I havent had much to do with "array" functions.
    infact the only array function ive ever touched is "array()". Guess i must learn.
  20. Replies
    13
    Views
    1,119

    Re: Login/user levels

    idk... but i think this could work... however its useless in many ways...

    I came up with this while thinking of a way to define the Access Level Variable and have it displayed looking like a...
  21. Replies
    13
    Views
    1,119

    Re: Login/user levels

    ???

    Why make the numbers so high?

    a simple table such as "access_levels" would do.IE:

    Table Name: user_levels
    accessID | accessName
    0 | Guest
    1 | Member
  22. Replies
    11
    Views
    1,161

    Re: Win32 Application Tutorials Not Working....

    the code in my first post used to work in VC++ 2005[Before Re-Formatting of HardDrive] and Dev-C++. But now it only works in Dev-C++. But when i do VC++ 2005 .... it errors unless i change the...
  23. Replies
    11
    Views
    1,161

    Re: Win32 Application Tutorials Not Working....

    With Every tutorial its the same error.. but i guess i cant use those tuts anymore ... and i cant find any "newer" win32 Tutorials... so its hard for me to learn.


    BTW... I now have VS 2005...
  24. Replies
    11
    Views
    1,161

    Re: Win32 Application Tutorials Not Working....

    *No Bump*

    was there some sort of an update since august 2005?
    Which is the last time i has re-installed "everything". Because i've been able to compile the tutorials from functionx.com/win32/ and...
  25. Replies
    50
    Views
    2,259

    Re: VisualAd is okay?

    Yeah, where is the dude.....????
  26. Replies
    11
    Views
    1,161

    Re: Win32 Application Tutorials Not Working....

    hmm...k i'll try after work tomorrow.
  27. Replies
    11
    Views
    1,161

    Re: Win32 Application Tutorials Not Working....

    hehe...ooops.
    forgot error...

    Empty Project[Checked]:


    ------ Build started: Project: messgebox, Configuration: Debug Win32 ------
    Compiling...
    winmain.cpp
    c:\documents and...
  28. Replies
    11
    Views
    1,161

    Win32 Application Tutorials Not Working....

    This is stemmed from this topic i made @ http://vbforums.com/showthread.php?t=430985


    For Some Reason Ever Since i re-formatted my computer and re-installed everthing i needed to. Such as The...
  29. Re: Coloring Text, Changing Title in Win32 Console Applications.

    Cool, Thansk sunburnt
  30. Coloring Text, Changing Title in Win32 Console Applications.

    I've been searching the web, aswell as a few books, on how to change the title and text color in a Win32 Console Application.

    I'm pretty sure it can be done.As I'm sure i've seen an example of it...
  31. Re: Is this weird? Too me it is...Cant Compile Win32/DX prj(s)

    Im a quick learner... as long as i have the resources(or can find the "good" resources) to do so.

    I know some C++... but not enough to do anything fantastic. Since everytime i got "going" and...
  32. Replies
    8
    Views
    11,691

    Re: Tic Tac Toe [Source | Exe] 3 Different AI's

    your probably right...
  33. Replies
    8
    Views
    11,691

    Re: Tic Tac Toe [Source | Exe] 3 Different AI's

    I either win, or have a tie game. Make it harder.
  34. Re: Is this weird? Too me it is...Cant Compile Win32/DX prj(s)

    I know that the language stays more or less unchanged.And i also know that VS2005 is just a new IDE for C++.

    Im just saying that its wierd that something that worked "before" my reformat. Doesnt...
  35. Re: Is this weird? Too me it is...Cant Compile Win32/DX prj(s)

    I've re-installed the PlatformSDK twice. Second time was after i re-downloaded it.



    I'll give this a try.



    So that'd mean that i would have to find some way of getting VS?
  36. Is this weird? Too me it is...Cant Compile Win32/DX prj(s)

    So recently I re-formatted my computer. This is due to the fact that everytime i turned on my computer... it'd go straight to the BSOD (Blue Screen of Death).

    So i went and downloaded Visual C++...
  37. Thread: starting

    by PlaGuE
    Replies
    3
    Views
    771

    Re: starting

    I agree with chemicalNova, if you were to be just creating small games as a hobby.
  38. Thread: starting

    by PlaGuE
    Replies
    3
    Views
    771

    Re: starting

    Have This book: (Creates a Multiplayer Demo. But all you can do is walk around and hit eachother.)
    Programming Role Playing Games with DirectX Second Edition - Jim Adams

    --------------------...
  39. Replies
    4
    Views
    555

    Re: Authentication Class.FeedBack Please.

    koo thanks.
    I actually was thinking of changing the part about checking the $_POST variables as one statement, but I just kept overlooking it.

    Im actually picky with my grammar too. Exept that,...
  40. Replies
    4
    Views
    555

    Re: Authentication Class.FeedBack Please.

    AnyOne?
Results 1 to 40 of 499
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width