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# / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataGridView - TextBoxColumn - background update to data source13 Nov 2006 17:26 GMT7
I have a DataGridView with a TextBoxColumn.   I setting the data source to a
List<string> value in a static class.   The list is filled from a background
thread.   So far all is fine and it works great, at least on my system.
The reason I am doing this is some customers are ...
using Database sink of Enterprise Library13 Nov 2006 16:48 GMT1
Can anyone provide me with links or information and example on using
database sink in Enterprise Library. I m using june 05 version and VS
2003.
My main question is how and where do i provide the parameter names of
how to detect file download in IE13 Nov 2006 16:27 GMT1
I'm trying to develop a small inhouse file download tool
I need to detect all files downloaded from internetexplorer and display a
custom interface
i.e. when ever the user tries to download a file from IE, then a custom .net
How to deploy an exe in a spezial path ?13 Nov 2006 16:14 GMT1
during the installation i want the user to choose the path where the
"exe" is located later .
How can i do this ?
Thanks,
c# regex word boundaries13 Nov 2006 15:58 GMT6
Being a bit of a newbie with regex, I am confused when using word boundaries.
For instance, I want to replace all the stand alone '.5k' that occur in an
input string, with 500. In other words
"this is a .5k example" goes to "this is a 500 example"
How to make multiple datagrid rows invisible??13 Nov 2006 15:52 GMT7
It's easy to make the last row in a datagrid (filled with a table)
invisible:
datagridObject.Rows[i].Visible = false
BUT if 'i' is not the last row then things go wrong.
Removing a printer from Windows XP Professional13 Nov 2006 15:33 GMT1
Hello, Glenn Kawesch here and I have a problem with a printer.  It is
the craziest thing.  It was a networked printer that has since been
removed.  The printer was on a remote network and I am having problems
removing the printer from local machines.  I get the error that the
Help With Creating Web Bar Graphs13 Nov 2006 14:51 GMT2
Help.  I am trying to create a web page in C# to display two rows of
data
with bar graphs (an image 1px).  I get the max value of the row and use
the following formula to size the height of the image, but the bar
ProcessThread name13 Nov 2006 14:23 GMT1
hello, i ve create a stress test prog for IIs.
And now i want know the domain name of the process...
PID = virtual domaine name ID;
ProcessThreadCollection ThreadList = Process.GetProcessById(PID).Threads;
can I use IAsyncResult.IsCompleted Property to know if Endxxx was already called?13 Nov 2006 13:59 GMT12
someone know if I can use the IAsyncResult.IsCompleted Property of
IAsyncResult that return from Socket.Beginxxx methods to determine if the
Endxxx method already called perior or not ?
I have methods that return the IAsyncResult after I called begin... (connect
OS Loader lock exception13 Nov 2006 13:52 GMT6
I'm trying out the demo version of FastReports. All is running fine in a
small test project. I just copy my code from test project into a large
application to demonstrate tomorrow but have an error in this line:
dataSet = new TfrxUserDataSetClass();
console as background app...13 Nov 2006 11:51 GMT4
i want to make the console application running at the background but not
as a service by hiding the console window...
can anyone help me on this?
Jake
drop down list13 Nov 2006 10:59 GMT2
i am developing web application using c#.
in a particular page i am using two drop down list boxes, one for
product and the other for corresponding models of a product. whenever i
select a product the corresponding models will be populated in the
Set style for button13 Nov 2006 10:50 GMT6
I want to change the style of a button. But I don't know how to do it.
For example, I have already a button OK on form. I want to add these styles
to this button (WS_CHILD || WS_VISIBLE || WS_CLIPSIBLINGS || WS_TABSTOP ||
BS_FLAT).
Runtime value to Attribute13 Nov 2006 10:48 GMT4
I want to write -
 [Persistent, ReadOnly(form.IsFixedValue)]
 public double CycleTime
 {
 
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.