|
Wow, this message is deleted, and I can still vote for it...harsh.
In Christ,
Aaron Laws
http://ProCure.com
|
|
|
|
|
I read it, and voted one also. The jist was "please give me an idea for a degree dissertation".
CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks
|
|
|
|
|
Ahh. It's still a bit harsh that it's still voteable.
What is a CCC? You have caught my attention with your signature, and I would like to solve them (even the Hard Ones).
In Christ,
Aaron Laws
http://ProCure.com
|
|
|
|
|
CCC= Cryptic Crossword Clue. Dalek Dave sets one in the lounge everyday (about 9am UK time) and we have two hours to solve them. He sets an extra hard one on Thursdays.
CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks
|
|
|
|
|
how can i convert double to binary?
i have tried tostring("X") for Hex
is there a way to use this method for binary?
|
|
|
|
|
double d = 1.2;
int i = (int)d;
|
|
|
|
|
use:
int i = 12345;
string s = Convert.ToString(i, 2); The second parameter is the base: MSDN[^]
All those who believe in psycho kinesis, raise my hand.
|
|
|
|
|
thanks 
|
|
|
|
|
Change your userID.
.45 ACP - because shooting twice is just silly ----- "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001
|
|
|
|
|
what do you main by "Change your userID. "?
|
|
|
|
|
I mean that you have "jackass" as part of your user ID. Change it.
.45 ACP - because shooting twice is just silly ----- "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001
|
|
|
|
|
sanforjackass wrote: convert double to binary?
not sure what you mean. if you want the actual bytes that hold your double, use BitConverter.GetBytes()
|
|
|
|
|
Huh? You got a 1-vote? Undeserved IMO. If that's not what they wanted then they should have been clear.
|
|
|
|
|
Unsurprisingly I agree. However if people were able to be clear, we would have even less questions asked around here, as they often would find the answers themselves, through documentation or Google.
|
|
|
|
|
Hi;
i am working about image processing in C#. especially, i am traying find the char(text and number) in the plate. So i did some resources and studyies but not enough for read the char. So May be help me about this question.
Best Regard
Ali Gokdemir
|
|
|
|
|
Read this.
[^]
You'll either have to find a framework to do this for you, or research for an algorithm and implement it.
CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks
|
|
|
|
|
Hi,
I am developing one application in that I have to read image content(data+image) from image and save that content in word document and it has to be in editable format.
If anyone have any idea on how to implement this task please help me.
Thanks&Regards
Pavani
|
|
|
|
|
Hi,
When i restore the window form. some bottom part hides behind the taskbar(problem persists when i increase the height of taskbar). Can you please tell how to make it complete visible in restore mode.
Thanks
|
|
|
|
|
I think you should post it into the General IT Issue Forums...
Thanks
Md. Marufuzzaman
Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you.
I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.
modified on Wednesday, December 23, 2009 7:19 AM
|
|
|
|
|
Md. Marufuzzaman wrote: I think to should post it into the General IT Issue Forums...
Why so?? I am facing problem in c# window form application.
Please let me know if I am still wrong
|
|
|
|
|
That's nice...Could you post your code snippets so that we can get actual scenarios as well.
Thanks
Md. Marufuzzaman
Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you.
I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.
|
|
|
|
|
hi,
you need to catch the form_resize event and do some coding over there so that when the form resizes or restores back the controls on it also change their position accordingly.
Hope this helps
|
|
|
|
|
what code should i write to calculate
my montitor screen height - tashbar height
Am I approaching right ? If yes, Can you give me some sample code to do so ?
|
|
|
|
|
|
i have face an error in this connection string "Keyword not supported: 'initial catalogue'."Please help
<add name="conn" connectionString="Data Source=.\SQLEXPRESS;Persist Security Info=True;Integrated Security=SSPI;AttachDbFilename=|DataDirectory|\Coupon Management.mdf;Initial Catalogue=Coupon Management"
providerName="System.Data.SqlClient" />
|
|
|
|