Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for vaishnu

Hi all, I have a file open dialog box which allows the user to select a file from the drive. I need to display the path and file name of the selected file dynamically as and when the user selects in the title bar of the form. For eg: C:\Documents …

Member Avatar for vaishnu
0
121
Member Avatar for vaishnu

Hi all I need to calculate CRC for my file..The algorithm is CRC-16.. I have a binary file with me.. I have also calculated checksum for the whole file . Now my doubt is for calculating checksum for any file do we need to calculate CRC for each and every …

Member Avatar for nick.crane
0
106
Member Avatar for vaishnu

Hi all I have to read data from a binary file .And that data is at a particular address F7F0 and i have to store that data in a variable . As far as i know the binary file contains address. But can that address be printed or taken for …

Member Avatar for mshauny
0
172
Member Avatar for vaishnu

Hi all I have a form which selects files from the disk. But everytime a file gets selected the form gets closed. What should i do for the form 's selection window to remain so that the user can select multiple files everytime even without having to run the program …

Member Avatar for Momerath
0
178
Member Avatar for vaishnu

I have 1 byte at the address FFF0 and i have to read the byte bits-wise i.e i have to store the first 4 bits in a variable and the other 4 bits in another variable from that fff0 address byte .eg :fff0 : int v1=first 4 bits ,v2 = …

Member Avatar for ddanbe
0
144
Member Avatar for vaishnu

Hi all I have created a custom buttom round in shape .Now i want the color of the button to be changed at the mouse click of the button . Designer.cs [code] using System.Windows.Forms; using System.Drawing; using System; using MyNamespace; public class MyForm : Form { public MyForm() { RoundButton …

Member Avatar for vaishnu
0
162
Member Avatar for vaishnu

Hi all I need to convert an [B]intel hexadecimal file[/B] into a [B]binary file[/B]. Intel hex files have a specific format. i am aware of the format but I dont knw how to convert it.. :( Can u pls help me... Link for Intel hex format. [url]http://en.wikipedia.org/wiki/Intel_HEX[/url] Thanks in advance

Member Avatar for vaishnu
0
251
Member Avatar for vaishnu

Hi all, I am assigned with a task of creating a custom control in c# .The control should be similar to a button with on and off states.Can yo people help me out with coding ???Pls . I donno how the control to be drawn with graphics and how to …

Member Avatar for vaishnu
0
135