Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Question on classes15 Jan 2008 20:11 GMT2
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 numbers15 Jan 2008 20:05 GMT2
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 GMT1
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 All15 Jan 2008 19:41 GMT3
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 files15 Jan 2008 19:36 GMT5
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 using15 Jan 2008 17:36 GMT3
I tried to use TransactionScope on to defferent TableAdapters like this:
using (TransactionScope transScope = new
TransactionScope(TransactionScopeOption.Required))
{
C# to Oracle mapping15 Jan 2008 17:31 GMT1
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 GMT6
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 DB15 Jan 2008 16:25 GMT2
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 GMT12
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 GMT3
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 Speed15 Jan 2008 14:26 GMT4
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# Application15 Jan 2008 13:24 GMT2
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 GMT3
Normally my programming style is as follows:
/****************/
if ( SomeObject.CanYouDoThis() == true)
SomeObject.DoStuff();
Microsoft.Office.Interop.Powerpoint15 Jan 2008 12:27 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.