Threading
-
i hope you are feeling sleepy for people not calling you by the same. No problme they will start calling soon.
why are you feeling attacked, you're not the original poster though, so what's up ? or you're have multiple accounts ? :suss:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
You may vote as many as you like. But none here has any authority to tell someone bad and should use decent and polite languages.
BarnaKol wrote:
But none here has any authority to tell someone bad and should use decent and polite languages
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
You may vote as many as you like. But none here has any authority to tell someone bad and should use decent and polite languages.
BarnaKol wrote:
You may vote as many as you like. But none here has any authority to tell someone bad and should use decent and polite languages.
stop it dude.. it not look good!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
Many people here dont know how you write in a gentleman's way. Especially brahmma.People may be wrong or people may be right. But you cannot say someone "idiot" May times he uses abusive words and bad languages. This must be stopped.
BarnaKol wrote:
But you cannot say someone "idiot" May times he uses abusive words and bad languages. This must be stopped.
you are right.. but using abusive langauge is not good in public forums!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
You dont have any authority to tell someone like that unless you accept the same from yur part.
BarnaKol wrote:
You dont have any authority to tell someone like that unless you accept the same from yur part
man ultimat authrity is GOD the allmighty.. he/she don't want you to use abusive language
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
This would be me not caring that someone called you an idiot --> :zzz: Your continued posts in defense of what you have been doing on this thread from the start only prove their point. Buh-bye. invoking the ignore poster feature in 5... 4... 3... 2... 1...
Mike Poz
Mike Poz wrote:
invoking the ignore poster feature in 5... 4... 3... 2... 1...
he he he
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; namespace testApp { public partial class Form1 : Form { public Form1() { InitializeComponent(); } Thread newThread; private void btnOK_Click(object sender, EventArgs e) { newThread = new Thread(new ThreadStart(Display)); newThread.IsBackground = true; newThread.Start(); } private void Display() { MessageBox.Show("threadStarted"); } private void btnCancel_Click(object sender, EventArgs e) { newThread.Abort(); MessageBox.Show("threadstopped"); } } }
My small attempt...
dude it's unmanaged forum!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
Its simple if you know managed programming you can convert it ;)
WhiteSky
WhiteSky wrote:
if you know managed programming you can convert it ;)
if not!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
Steve, please stop arguing with him. Any person with a civic sense must have understood that what he did was a mistake by now. Ironically, he keeps arguing.
"The difficulty lies, not in the new ideas, but in escaping from the old ones." -- John Maynard Keyes, 1936
brahmma wrote:
Ironically, he keeps arguing.
thats democracy man!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
Joergen Sigvardsson wrote:
Your mental prowess is... overwhelming. I humbly bow before you.
:laugh: That is classic.
Shog on learning VB6: Ah, that would have been VB6. Kicked my ass anyway.
So easy to learn, just like falling down a flight of stairs...brahmma wrote:
:laugh: That is classic
humm... i missed out complete thread.. it's seems very interesting :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
It is better not to give any advice than giving bad advice. Is it too difficult for you to understand this?
"The difficulty lies, not in the new ideas, but in escaping from the old ones." -- John Maynard Keyes, 1936
brahmma wrote:
t is better not to give any advice than giving bad advice. Is it too difficult for you to understand this?
thats should be motto of every one who posting help here!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
I've been with this board for quite a while. I am active on the C++ forum and I help people, whenever I can. I do not mislead them. With your message count and the content of your messages, anyone who reads this message will be able to tell that you are nothing more than a stupid little troll. I stop talking to you here. Now, we have another Kyle. You can continue with your absurd little rant.
"The difficulty lies, not in the new ideas, but in escaping from the old ones." -- John Maynard Keyes, 1936
brahmma wrote:
I am active on the C++ forum and I help people, whenever I can
humm... i don't expect this from you!
brahmma wrote:
anyone who reads this message will be able to tell that you are nothing more than a stupid little troll.
good.. but please re frame yourself using abusive language in public!.. it will be beneficial in long run!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
sorry. actually i thought its the c# forum
My small attempt...
sujithkumarsl wrote:
actually i thought its the c# forum
no problem due. many time i posted unmanaged answer in managed forum!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
WhiteSky wrote:
if you know managed programming you can convert it ;)
if not!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
Its simple if not you can try to learn it ;P
WhiteSky
-
Its simple if not you can try to learn it ;P
WhiteSky
WhiteSky wrote:
Its simple if not you can try to learn it
he he
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
WhiteSky wrote:
Its simple if not you can try to learn it
he he
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
Of course I know you are a good programer and its not difficult for you:)
WhiteSky
-
Of course I know you are a good programer and its not difficult for you:)
WhiteSky
WhiteSky wrote:
Of course I know you are a good programer and its not difficult for you
my Project lead don't think so [:)];P.. and i am making him to believe that :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
-
brahmma wrote:
I am active on the C++ forum and I help people, whenever I can
humm... i don't expect this from you!
brahmma wrote:
anyone who reads this message will be able to tell that you are nothing more than a stupid little troll.
good.. but please re frame yourself using abusive language in public!.. it will be beneficial in long run!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You
ThatsAlok wrote:
humm... i don't expect this from you!
I don't understand this. What don't you expect from me? Being active on the C++ forum and helping peoople whenever I can?
ThatsAlok wrote:
good.. but please re frame yourself using abusive language in public!.. it will be beneficial in long run!
Yes. I don't do such a thing, generally. But you did not have a chance to read his posts. Additionally, I made an apology, which you've apparently missed. :) Link[^]
Nobody can give you wiser advice than yourself. - Cicero