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

I wanna get the data in the clicked row in column 4. I've tried with lv.selecteditems.tostring(); but that's wrong. Can someone please help me :rolleyes: .

Member Avatar for kvprajapati
1
12K
Member Avatar for thacravedawg

I have a small app im working on that allows users to input data into an access database. This data represents incoming and outgoing items. Currently, the user can input all incoming and outgoing transactions, but I haven't been able to set them up to cancel each other. What I …

Member Avatar for thacravedawg
0
95
Member Avatar for MJV

Im new to C# and having trouble with this code: I have a combo box on a form optypeCB and when a particular type is picked(Draw,Form,Pierce,Trim) I would like a numerical value assigned to a text box designhrsTB. My code is as follows but it does not work can anyone …

Member Avatar for Rashakil Fol
0
292
Member Avatar for jobi116

Hi.. I had a problem using a Control [ListView] out side its Class[main form class].. So i made that control [ListView] Static ..Now I can Add and Remove Items from The ListView with ease.. Now the problem is that i cannot use the Event's of this ListView. I need Your …

Member Avatar for JerryShaw
0
203
Member Avatar for shinkelwars

Hi guys, Not sure where to ask this so I figured I'll start with C#. I would like to write a windows service that will allow some external device or authentication provider to log a user into windows. For example, a finger print reader can log a user into windows …

Member Avatar for shinkelwars
0
106
Member Avatar for Eager_Beever

I am using a few combo boxes in my form and have set the DropDownStyle property set to DropDownList. I want to expand i.e. show ALL options when the control gets focus (similar to presing the F4). Also some entries of my list have a greater width then the width …

Member Avatar for nelis
0
105
Member Avatar for jmumby

Hello, Im creating a serial com port. I want to be able to store the default settings in the registry such has baud, stop bits etc etc. I have managed to do this but I just can't get my program to pull the stored settings out again. I have looked …

Member Avatar for jmumby
0
142
Member Avatar for Jack Wetson

Hi, I have recently jumped into the realms of C# and I am having some trouble with editing properies accross threads. From what i have managed to research thus far i beleive i need to use the Invoke() method, however i am not quite sure how to go about this …

Member Avatar for Jack Wetson
0
164
Member Avatar for JackDurden

Is it possible to input numbers into two different arrays like so, 1 2 3 4 5 6 7 8 9 where the first array would hold {1, 3, 5, 7, 9} and the second array would hold {2, 4, 6, 8}?

Member Avatar for Rashakil Fol
0
81
Member Avatar for ishan joshi

Well I need ur help as i want to give shortcut link to the button in my asp .net proj like for save button [U]S[/U]AVE (Ctrl + S) . how can i do in my code to get this type of functionality. Thanks...

Member Avatar for nelis
0
77
Member Avatar for thacravedawg

I am trying to write a loop that will use the add.row function to add a number of rows that will be decided by user input. The button action submits info to a couple other tables also, and that function is working properly. This code will execute, but instead of …

Member Avatar for nelis
0
75
Member Avatar for DrLod

Hi! I have two questions for you, 1. Browse pictures! How do i view and browse pictures on the same way as in picasa or bridge. In my DB i have only path to the pictures. 2. Zooming. If i then want to zoom in this pictures again in the …

Member Avatar for nelis
0
211
Member Avatar for complete

What is a good way to code a messagebox in C#, like the AfxMessageBox in used in Visal C++? Also, is there a good way to write information out to a log file?

Member Avatar for cVz
0
243
Member Avatar for OrderChaos

Hello I am working on a simple calculator program for school. I already have all the button clicks working, which is all that was required. I thought it would be cool if I could get it to where you could use the keyboard for entry and I've done similar things …

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for Rashakil Fol

I would like to take a poll of what version of C# and .NET you are used to working with. I'll start. C# 3, .NET 3.5.

Member Avatar for hieuuk
0
142
Member Avatar for nikola.rosic

I have a panel on form and i'm drawing a graph on it with a pen.When i open something on top of that form or i minimize the form and maximize it, the panel goes white until i draw something on it again.So i think i could call an event …

Member Avatar for nelis
0
216
Member Avatar for ambarisha.kn

How to wait for some time while writing to a file. I am appending some text in log file, its giving error as Some other process using this file. How i have to wait untill its free.

Member Avatar for nelis
0
976
Member Avatar for wendas

When building classes I thought if I just added an enum to the parameter list it would pop up the list of the enums, sort of like intellisence.. But I clearly am missing something.. [code] public enum eFullWeekDays { Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = …

Member Avatar for nelis
0
101
Member Avatar for rtepp

Hi, I need start IE in new window without addressbar, status bar but I cannot use kiosk mode (I need defined window size). I need to know the processID of the IE process also. I have 2 different codes: System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "C:\Program Files\Internet Explorer\IEXPLORE.EXE"; p.StartInfo.Arguments …

Member Avatar for nelis
0
647