blah blah blah is here! blah blah » Close

0
votes
2 answers

Automating Excel through C#

I have been having nothing but trouble trying to get C# to read excel. I haven't even gotten to the writing part, but I imagine it's going to be a challenge, too. FYI, I'm pretty new at this, and don't have a ton of experience, so I'm sure ...

1
votes
1 answers

Tab pages click event

Dear All, I want to make an event, actually just a simple one (then I can modify it into my project). So I have some tabcontrol here, as you see in the image : [img]http://i693.photobucket.com/albums/vv295/fajarelektro/tabpages.jpg[/ ...

0
votes
1 answers

textbox made public?

ivan
-3

ok... say I have Form1 and Form2. Form1 has a button that opens Form2. Within Form2, the user types in their info. When the user is finished, he/she clicks on a Save button on Form2. That save button collects the data entered in the tex ...

1
votes
1 answers

Isn't this simple?

How to make a combobox read only in C# (windows form)? I had manually populated the collection in the list of combobox items, I want that the user should not be able to change the visible text in the combobox.

0
votes
1 answers

Locate a special control

AK01
15

Hi! Maybe it's a silly question, but anyway - does someone know how to locate special control in .Net IDE? The approach that I apply is - selecting 'General' panel, then RMB click on it, 'Choose item', then type a control name in a 'Net ...

Feedback