blah blah blah is here! blah blah » Close

0
votes
1 answers

write a program in c# to display prime numbers till the number entered by user.

write a program in c# to display prime numbers till the number entered by user.

-1
votes
1 answers

setup creation with the help of visual studio 2005

I want to create a setup by visual studio 2005.when i run this setup on target computer.The .net framework not install on that computer.. i want to that my setup check on traget computer is .net framework install or not.if not then my set ...

1
votes
3 answers

Convert Double Values to Char

I want to convert Double Values (including the decimal place) to Character and store them as bytes. I follow the simple instructions from http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/d606a107-d093-4f00-b585-cdf97f09 ...

0
votes
1 answers

playing cards

i want code in flash for generating random cards and cards are distributed between 4 to 6 persons in round manner of each member getting 2 cards.

1
votes
4 answers

C# load textfile contents to ListBox

My code below is able to easily load textfile contents to a textBox, with Multiline. FileInfo myFile = new FileInfo(@"D:\output.txt"); TextReader myData = myFile.OpenText(); textBox1.Text = myData.ReadToEnd(); myData.Close ...

0
votes
0 answers

Re: Copy from excel --> clipborad --> datagridview

Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ...

1
votes
1 answers

Export database from SQL Server to MySQL

from SQL Server, pointing to specific database, then, Task, -> Export Data... it comes out with this SQL Server Import and Export Wizard: The data type could not be assigned to the column "xxxxxxx" in ".NET Framework D ...

1
votes
1 answers

how to convert culture type in c# like 123.23 into 123,23 and vice versa. (, used as decimal in germany)

i am trying to convert the numbers like 11.11 to german culture as 11,11. pls find me code for this problem?

0
votes
0 answers

how to convert string into double as from german culture into other cultures in c#?

i need a pgm and i didnt get the code for converting culture in c3.net.pls reply me as soon as possible.

0
votes
0 answers

Getting a P/Invoke (COM) string

Dear Debuggers, I have the following code fragment (and variants on it) -- it uses a COM P/Invoke to retrieve an out string pVal of size out int pSize which is actually a reference to a block of memory (24bit Colo(u)r) which I am attempting ...

0
votes
2 answers

passing an object(linq) to a thread

hi, I have a linq query which fetches a collection of datas. I want to do some functionality with each collection of data. I am not getting how to pass var object to a thread. My linq to xml query looks like this: XDocument readStorel ...

0
votes
1 answers

How to Freeze the gridview?

Hi friends if u know the answer ple send my email:anand.ind87@gmail.com

1
votes
1 answers

Is it possible to add a dropdownlist inside the radiobuttonlist as an item?

Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!

0
votes
2 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

0
votes
0 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

Feedback