blah blah blah is here! blah blah » Close

-4
votes
1 answers

sir

Write n algorithm to accept a number between 1 and 9 and display a pyramid . for example,if the number entered is 5,the following pyramid will be displayed; 1 1 2 1 1 2 3 2 1 2 3 4 3 ...

0
votes
1 answers

Transaction Debit Credit in C# WinForm Ms Access

please tell how to Data calculate Debit Credit in WinForm C# database Ms Access.

0
votes
1 answers

Counting the Occurrence of Same Bytes in a Binary File

say I have the below binary file name test.bin. I want to count the occurrence of the same bytes [44 04 85 44 10 10 01 01 10 00 08] in that file. how do I do that? The answer should be 3. Some sample could be be greatly appreciated. thanks. ...

0
votes
1 answers

Search

Hiii, i have a folder with some resumes,when i give a keyword like c# or java it should search the whole files in that folder for that key word where ever it found tht word the file name should be displayed on my screen i need the code in ...

0
votes
3 answers

Align Arrays of Strings in ListBox

say I have a string array as: string[] AllFruits = {"Apples $1.50", "Oranges $1.80", "Kiwis $3.10", "Bananas $1.00}; I add them t ...

0
votes
1 answers

keydown event in panel

hi i want to create a cursor in my panel and move it through the left right keys. but there is no keydown event in panel. so wats the alternative to do it. ie when left is pressed a method is called. thanx in advance

Feedback