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# / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Detect CD Insert from Windows Service10 Jul 2007 19:11 GMT2
I am trying to detect when a CD is inserted from a windows service. I
have went through the route of creating a hiden window and trying to
use the WndProc to detect the event; although the window does not seem
to be recieving the events that I need. I have also tried registering
C# and Oracle Problem10 Jul 2007 19:05 GMT1
The database team just patched the Oracle database with the latest and
greatest security patch. Since they patched it, my application has not been
stable. My application uses ODP 10.1.0.4 and C#. The majority of the database
calls are in stored procedures. The error that is ...
Copy all data from a:Class A's fields to the namesake fields of b:Class B.10 Jul 2007 16:58 GMT2
I have two class with nearly exactly same attributes, the only difference is
class B's property setter does some argument checking.
   [Serializable]
   class A
Rename file in c#10 Jul 2007 16:06 GMT8
I have more than 1000 photos in my system but with very untidy name.
Im trying to create a program through which i can rename the file.
I have seen the examples on net an forums, but the only solution seems
to be with moving the file with different name.
why interface methods are public by default10 Jul 2007 15:01 GMT4
A c# design question - why interface methods are designed to be implicitly
public (that is, no access specifier) - for allowing flexibility to the
classes implementing the interface?
c# 2 ftpwebrequest list -r10 Jul 2007 14:44 GMT2
is there way to use the ftpwebrequest class to send the list -r command?
thanks
Updating Date field in a mdb file10 Jul 2007 14:36 GMT1
I am trying to update a Date field in mdb file, but I get "Update
syntax error" at run-time
This is my code:
       private void dataGrid_CellEndEdit(object sender,
I got it10 Jul 2007 14:15 GMT2
MessageBox.Show(
           dataGrid[e.ColumnIndex, e.RowIndex];
           );
Problem in Data Set update to database10 Jul 2007 14:14 GMT6
I am fetching a dataset from the database under some condition. After
this I create a data table. Traverse in the original dataset & add
each row to created data table as it is through LoadDataRow method.
After adding the row I just update 4-5 columns out of 20 columns in
Having an MDI Container Form within another MDI Container10 Jul 2007 12:39 GMT4
I have a "global" MDI which will contain everything in the application.
Since the application itslef will include three different "environments"
with their own child Forms, I was wondering if I could load any of these MDI
containers (or environments) so that their parent is the ...
Changing Visible property in Form changes location.10 Jul 2007 12:35 GMT8
I have an MDI container with a child Form which will be visible according to
certain events. The problem is that when I set the property Visible to False
and  then back to True, the Form will be in another location, or it will be
maximized.
Access data from another form.10 Jul 2007 11:48 GMT5
There are two forms, when some click happen, it fires to set form2's
viable as enable.
The form2 is for user to input some text and then the data need to be
collected into form1's textbox.
Writing from an XmlReader10 Jul 2007 11:31 GMT7
Is there an easy way to (efficiently) walk the entire contents of an
XmlReader? For instance, I have an XmlReader returned from a "FOR XML"
SQL query (ExecuteXmlReader), and I want to return this data to the
caller through a stream.
Line Chart in Crystal Report10 Jul 2007 11:20 GMT1
I have one crystal report in VisulaStudio 2003 C#, i have used
IGraphObject for Line Chart.
My data is somewhat like this 0.00, 0.01, 0.03 ....etc on y axis
and 0000,0002,0004,....etc on x-axis
Reverse P/Invoke in a DLL for global hooks?10 Jul 2007 09:52 GMT2
Is using Reverse P/Invoke in a .NET DLL for installing global hooks
supported?
 
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.