blah blah blah is here! blah blah » Close

0
votes
1 answers

Data Across Dialogs

Hello. I've got a dialog with a list in it. I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list. I intend to have that item added to the list and shown ...

1
votes
1 answers

ResX Files Newbie

(redirected from csharpfriends.com) Hello! I'm going to be adding resource files to my project. I read up on Baml but saw that it wasn't "production ready", so I'd like to learn about ResX. My problem thus far has been fin ...

0
votes
1 answers

How Do I Serialize Data Into A GZIP Zipped File?

Hello, friends. I read in values from a CSV and store them in an array. I want to serialize that data into a GZIP zipped file, but have no idea how to do this! After that, I am going to write a second program that deserializes the data m ...

0
votes
1 answers

C++ #define Equivalent

Hey, Friends. I am getting more and more frustrated at not being able to use #define in C#. Is there a way to use it for more than defining a symbol? For example, in C++ I can say (ignore the underscores, whose purpose is merely to make ...

0
votes
1 answers

Reading In Poorly Formatted Values From A CSV File

Hello, friends! I'm wondering what classes are involved with reading in potentially missing or bad values from a CSV. I want to handle them appropriately such that they are of the correct type (bool, int, etc.) and are within the bounds t ...

0
votes
1 answers

TextBox Text

I'm trying to get the text from a TextBox but the following is always returned: "System.Windows.Forms.TextBox, Text: " and then the actual desired text in the control is shown after "Text:". How can I get just the tex ...

0
votes
1 answers

Installations Overwhelming

Hello, again. In my continued pursuit to learn how to import a CSV to an SQL or Access file, I've been told to install and download various samples for the sake of learning purposes. It's gotten out of control and I have to ask: when is ...

0
votes
1 answers

Talking the Talk - C# Lingo

Hey, guys and gals. I like to understand the requirements of a program to the letter, so I thought I'd make this thread for asking you C# veterans what some of the phrases commonly used in C# mean. Can you translate? "Bind to the da ...

0
votes
1 answers

Importing Data into SQL Express or Access Table

Hello! As of last Friday, I was completely new to C#, .NET, and SQL but have created/maintained/worked on programs in C++, C, Java, and others. What I'm trying to figure out is how to create a C# program that imports a text file into an S ...

Feedback