|
Is there any code floating around anywhere or a tutorial or someone who know how to create it anywhere just to help with this.
I am using Win32.
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: Is there any code floating around anywhere or a tutorial or someone who know how to create it anywhere just to help with this.
Yes, there are lots; in books, here on CodeProject, on nearly every site in the world that offers technical support/resources. The trouble is you are too lazy to use them. The code you posted above is exactly the same (apart from the text strings) as the ones you posted previously, demonstrating that in the last few months you have not spent any time trying to learn any more about Windows programming.
I even went as far as providing you with a fully funtional basic Windows app a couple of months ago; obviously even that was too much for you to try and learn from.
|
|
|
|
|
Richard maybe you shouldn't be that cheeky as I don't think you know how powerful and well respectedand I am. I have close contacts with the BBC and serveral companies who are interested in sponsorship and advertising opportunities within my 3D virtaul world.
As the Chief Executive I have capabilities to learn very quickly and I am a very enthaustic individual who always puts 100% into my work, I know how to manage my employees at the company, I pay them a lot of money but I have seen a downside when they are programming they seem to have a hearing difficulty about what I require and it's really annoys me and the Board of Directors, so I've decided to take matters into my own hands.
As the saying goes "Treat others, how you would like to be treated"
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: I don't think you know how powerful and well respectedand I am. I have close contacts with the BBC and serveral companies who are interested in sponsorship and advertising opportunities within my 3D virtaul world.
This is the virtual world you created without being able to construct a simple Windows dialog.
MrMcIntyre wrote: I am a very enthaustic individual who always puts 100% into my work
And yet you cannot make the effort to learn Windows programming, even when provided with a full source code sample to help you.
MrMcIntyre wrote: I know how to manage my employees at the company, I pay them a lot of money
Your job advert here[^] says you won't pay until you have sold your product; hardly treating employees well.
MrMcIntyre wrote: so I've decided to take matters into my own hands.
Or rather you have decided to try and get CP members to do all the work for you, again.
|
|
|
|
|
Richard I want to clear a few things up for you as you are finding it extreemly difficult to understand this. I have over 125 employees at my company stretching over 30 countries and speaking different languages and payed around £200 - £300 per month you do not know how hard it is to communicate clearly to foreign people.
I don't mean to be rude to you but you can't tell someone what you think without actually investigating who they are first. Yes, it's true I am not very good at programming and that's exactly why I have employees so I decided to turn to CodeProject as it has great people for help and eventually I can help out my employees with things shortly, but quite frankly I haven't seen anyone who has attempted to help me.
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: I have over 125 employees at my company stretching over 30 countries and speaking different languages and payed around £200 - £300 per month you do not know how hard it is to communicate clearly to foreign people.
That's nonsense and you know it. If you had even one employee with some programming knowldege you would not be posting the same basic question over and over on this site. Your previous questions are the evidence that demonstrates this.
MrMcIntyre wrote: you can't tell someone what you think without actually investigating who they are first.
I believe I already did. And I have investigated who you are.
MrMcIntyre wrote: so I decided to turn to CodeProject as it has great people for help and eventually I can help out my employees with things shortly, but quite frankly I haven't seen anyone who has attempted to help me.
I (and others here) have attempted to help you on a number of occasions in the past. We have provided links to articles which contain ready made solutions to many of your requests. We have provided links to tutorials, online documents, titles of books or author names to help you learn. As stated earlier, I have even posted a working example of a simple windows program, complete with source code, on the internet for you to use and change as much as you wish.
And yet you seem incapable (lazy or stupid, I can't figure out which) of using any of these tools to help yourself, you just come back here and post the same questions again.
|
|
|
|
|
Look, it doesn't matter what you think I have a lot of money and you can't tell me if I have or haven't got because I do have a lot of money and thats' final and I have more money than you get in a year. (if employeed, probably not, sitting at a computer programming, boring!). Get a job and earn money or setup a business and stop sitting like a dead monkey all day calling people names with is uncalled for.
Never call me lazy or most importantly stupid as I am more intelligent in my Mathematics, English and Reading Skills so never again do you EVER DARE and call me stupid. NEVER!!!.
I ask for help, I put code and you never seem to help but this is a place for help so why don't I get any help just constant abuse from you now that's not nice.
"TREAT OTHERS HOW YOU WOULD LIKE TO BE TREATED!"
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: Never call me lazy or most importantly stupid as I am more intelligent in my Mathematics, English and Reading Skills so never again do you EVER DARE and call me stupid. NEVER!!!.
More intelligent than what/who?
Your social skills, emotional intelligence, musical ability.
Or do you actually mean somebody else you've had the privilege of conversing with.
For even the grammar in that above piece of 'literature' I've quoted would make a newspaper editor or or
Too bad having money doesn't require brains or manners or social skills. Sometimes luck is enough, other times a departed relative can alter the financial standing of a person.
MrMcIntyre wrote: "TREAT OTHERS HOW YOU WOULD LIKE TO BE TREATED!"
Precisely the reason I speculate that nobody has taken to you with a good blowtorch and a serious round of tongue lashings. We all have bad days...
I assume you've had one of them today?
|
|
|
|
|
It's not a window I am trying to create, I've done the window already with the help from you a while back I am now on the login window dialog.
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: I am now on the login window dialog.
OK, so you want help. Show us how far you have got with your dialog, which piece doesn't compile, or which piece fails at runtime, and I guarantee someone will try and help you.
|
|
|
|
|
I am only just starting the login box that's why I need your help. I now know how to create a application but I don't know how to create a dialog window within the application. What I have done just there was on my C++ project that I created a Windows Form by going to Project > Add New Item > Windows Form and added all the textboxes, buttons, labels so how is there a code I can tell that Windows Form to load up when someone click on the application the Login box appears instead of the main client being the game window.
Andrew
Andrew McIntyre
|
|
|
|
|
See Dialog Boxes[^] on MSDN for full detais of dialog boxes, including some sample code. To use a dialog automatically at startup you just need to add the DialogBox() call at the point in your app when you process the WM_CREATE message, so the app will stall until the user completes the login form.
|
|
|
|
|
Thanks for the link. See on that page you sent me what link will I click on whilst on the page.
Andrew McIntyre
|
|
|
|
|
MrMcIntyre wrote: See on that page you sent me what link will I click on whilst on the page.
Any that you need to clarify your questions about using a modal dialog.
|
|
|
|
|
|
MrMcIntyre wrote: Never call me lazy or most importantly stupid as I am more intelligent in my Mathematics, English and Reading Skills so never again do you EVER DARE and call me stupid.
Your website says otherwise about your English skills. So if that's how you want to portray your English skills to the world, it screams "stupid".
You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists.
|
|
|
|
|
To me, you seemms just a troll.
Your reputation is self-referencing.
Facts are you're not going to try to understand what has been told.
Enjoy with your reputation!
2 bugs found.
> recompile ...
65534 bugs found.
|
|
|
|
|
It'd be beneficial to everyone if you could keep your conversations subjective. This forum is specific for discussing issues related to C/C++/MFC programming.
Nobody cares about who you are. I'm being really polite to you, but if your future posts do not follow the guidelines[^], it may even be completely removed off this board.
“Follow your bliss.” – Joseph Campbell
|
|
|
|
|
I can feel the pain of you employees...
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hi, I just programmed an audio player using bitmaps for the GUI and used the DirectShow functions for playing media files but I do not have much knowledge about the internals of this DirectShow SDK. I want some articles or tutorials that will take me through the madlib mp3 decoder so that I can understand how my program works. Anyone know of some books or tutorials that describes the usage of madlib mp3 decoder, and possibly the links? Please help.
|
|
|
|
|
Did you think of Googling? I did and found this[^].
|
|
|
|
|
After compiling the code given below the following error shows....
main.c:4: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token
#include <stdio.h>
struct struct_keywords {
char c_keywords[6][10] = {"int", "char", "static" , /* ERROR SHOWS HERE */
"struct", "union", "return"};
};
typedef struct struct_keywords kewords_t;
int main(int argc ,char *argv) {
kewords_t *struct_ptr;
return 0;
}
What may be the error ?????
With regards
|
|
|
|
|
Your initialisers should be outside of the struct definition thus:
struct struct_keywords
{
char c_keywords[6][10];
} mystruct =
{
"int", "char", "static",
"struct", "union", "return"
};
|
|
|
|
|
Thanks ...using ur code I cleared my errors in the program
Thanking u

|
|
|
|
|