| Thread | Last Post | Replies |
|
| Question on classes | 15 Jan 2008 20:11 GMT | 2 |
I am trying to write a class, but I got stuck. When writing a class, how can you call a recursive function that is also in the class file, but without having to create a new instance of the class before you
|
| string trim numbers | 15 Jan 2008 20:05 GMT | 2 |
Hi, using 'mystring = "Robert 123 \par" , Ive used char[] MyChar = { '\\', 'p', 'a', 'r', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', ':'}; string newstring = mystring.TrimEnd(MyChar); to trim it. It returns "Robert 123". How can I trim the numbers also.
|
| Create an Access MDB file... | 15 Jan 2008 19:59 GMT | 1 |
I'm newest in c#.. i need to create an Access MDB file... Supose that my MDB file is "mymdb" and my table is "mytableA" with 2 fields like "field1" as integer and "field2" as string How i create the mdb file?
|
| Select All | 15 Jan 2008 19:41 GMT | 3 |
Hi, I was having problems, from with in my program to SelectAll within a webbrowser, copy then paste to a rtftextbox. Ive resolved this using: webBrowser1.Focus();
|
| reading and writing dbf files | 15 Jan 2008 19:36 GMT | 5 |
For file based export-import with existing programs I need to implement dbf format file read/write from my .NET 2 winforms application. It is not possible to force users to install something so this must be included with my application.
|
| TransactionScope using | 15 Jan 2008 17:36 GMT | 3 |
I tried to use TransactionScope on to defferent TableAdapters like this: using (TransactionScope transScope = new TransactionScope(TransactionScopeOption.Required)) {
|
| C# to Oracle mapping | 15 Jan 2008 17:31 GMT | 1 |
Hi, Is there a possibility of direct mapping C# class to PL/SQL records, and vice versa, in Oracle 9i with ADO.NET. I need to map some simple records (NUMBER,DATE,VARCHAR2) to classes with simillar fields. Thanks for any kind of info (links etc).
|
| Marshalling Question: Array of Complex Structs? | 15 Jan 2008 17:19 GMT | 6 |
I'm taking my first steps into C# <--> C++ DLL Interop and unfortunately I've run into (what seems to be) a very complicated case as my first task. Perhaps someone here can help me. I need to pass an array of RADIO_INFO2 structures to be filled by a
|
| Invisible Textbox fails to save to Access DB | 15 Jan 2008 16:25 GMT | 2 |
Hello experts, Is it possible to save records to a database even though the Textbox where the data came from is NOT VISIBLE in the form? I did this and now it
|
| Equilvalent NET SEND ? | 15 Jan 2008 15:18 GMT | 12 |
I am porting an VB6 program to .NET C# There is a NET SEND command in the VB6 program. Just wondering if there is any thing similar in the framework. Thanks.
|
| Unit testing something which is supposed to be random? | 15 Jan 2008 15:13 GMT | 3 |
Hi, I have a method which produces a random DNA sequence. I would like to write a unit test for it, but can't quite figure out what makes sense. It is easy to test that a DNA sequence is produced. What I can't figure is
|
| DataGridView + DataTable Speed | 15 Jan 2008 14:26 GMT | 4 |
When I create a DataTable and add 10000 rows my computer needs about 20ms. To delete 10000 rows it needs about 15ms. When I connect the DataTable to a DataGridView it needs 3100ms to add 10000 rows and 6300ms to delete 10000 rows. That might be ok because
|
| Google Earth In C# Application | 15 Jan 2008 13:24 GMT | 2 |
I want to create an application that use GE API COM and interact with GE. 1) I want to import Main windows of GE in my application like this: http://groups.google.com/group/kml-support/web/c-how-to-get-geocoords-into-your- own-app-from-mouse-clicks-in-the-ge-ui
|
| Security.PrincipalPermission.Demand() | 15 Jan 2008 12:32 GMT | 3 |
Normally my programming style is as follows: /****************/ if ( SomeObject.CanYouDoThis() == true) SomeObject.DoStuff();
|
| Microsoft.Office.Interop.Powerpoint | 15 Jan 2008 12:27 GMT | 2 |
Can Anyone help me finding the complete documentation of the Office Com Libraries.. I googled a lot and couldn't find one........ Thanks in advance
|