| Thread | Last Post | Replies |
|
| connection with Sql Server | 23 Nov 2007 23:33 GMT | 5 |
Hi,i'm new in c# and i want to do this: I have installed MS Sql server in my pc. I 'm trying to create a winform which "reads" from a table in a database and prints its data .
|
| Generate click event in input button in Windows.Forms.WebBrowser c | 23 Nov 2007 19:00 GMT | 2 |
I've seen a similar question, but no answer yet. I am automating some web interactions using the Windows.Forms.WebBrowser control in a Windows Forms C# program. I can find input text fields in the webBrowser.document and fill in the desired values. I can also find the Input
|
| newbie static | 23 Nov 2007 18:22 GMT | 3 |
class OverrideProperties { public static ArrayList employees = new ArrayList(); public static void PrintEmployeesHourlyCostToCompany()
|
| Sending POST to a web page | 23 Nov 2007 17:56 GMT | 17 |
How can I sand a post to a web page? I want that when the page is trying to fetch a post variable, it will be something the program defined first. Please help,
|
| ref parameters | 23 Nov 2007 17:22 GMT | 4 |
namespace WindowByRef { class Window {
|
| How to set set an autoincremntal option | 23 Nov 2007 15:47 GMT | 2 |
Hi, I use VS2005 and C# and SQL Server Enterprise Manager for MS SQL Express and i want to change the column properites for [int] type of column, but I cann't change it.
|
| best practice for loading large files into SQL Server database | 23 Nov 2007 15:45 GMT | 4 |
Hello, I am working on a peice of code that takes a file and loads it into a SQL Server DB. When I load large files (over 70Mb) I get a system out of memory exception.
|
| System.Diagnostics.Stopwatch reliablity | 23 Nov 2007 14:02 GMT | 1 |
I am wanting to use the high accuracy of System.Diagnostics.Stopwatch to get the current time using GetTimeSpan. Underneath, System.Diagnostics.Stopwatch.GetTimeStamp uses the win32 API QueryPerformanceCounter which has a reliability issue and can jump
|
| DataGridView .NET 2.0 | 23 Nov 2007 13:49 GMT | 3 |
is it possible in the new DataGridView to add only a fix count of rows without that a extra row (for input of a new record) is shown automatically? Christian
|
| redirecting standarderror from a messagebox | 23 Nov 2007 13:45 GMT | 3 |
I'm running an external program using System.Diagnostics Process. This program creates a PDF file from a CAD file via commandline "me10f.exe - p filename.mi". But in case of errors the program reports this with a messagebox, not on the console.
|
| Report Writer Recommendations | 23 Nov 2007 13:39 GMT | 1 |
I would appreciate your recommendations for report writers for .NET Windows Forms applications. I could google this topic to get a list - but that's not what I'm after. I would like recommendations based on your personal experience with the report
|
| Need help with RegEx | 23 Nov 2007 13:19 GMT | 8 |
This code Regex ge = new Regex("[,\f/]"); string format = ge.Replace("8 kBit/s, 8,000 Hz, Mono", "_"); returns
|
| set Mouse Position | 23 Nov 2007 13:00 GMT | 3 |
by Control.MousePosition we can find the mouse position. but how we can set the mouse position? thanks
|
| XML file | 23 Nov 2007 12:30 GMT | 15 |
I would like to know if there is a particular method to create a blank XML file, with only following lines: <?xml version="1.0" encoding="utf-8"?> <Settings>
|
| Retrieve path to "documents and settings / user" | 23 Nov 2007 11:20 GMT | 1 |
how can I get the path to the "documents and settings / user" directory? Christian
|