| Thread | Last Post | Replies |
|
| using WriteLine | 26 Feb 2007 16:49 GMT | 2 |
I am writing text out to a text file and I want to LEFT justify the text. I wave found examples for the following: // Format a negative integer or floating-point number in various ways. Console.WriteLine("Standard Numeric Format Specifiers");
|
| editing database (mysql) table with datagridview | 26 Feb 2007 16:25 GMT | 1 |
I have a simple form with not much more than a datagridview control, and want to show and edit the contents of a table in my mysql table. So far I have managed to set the db table as a datasource for the datagridview, and display the contents.
|
| Passing info back from a form to a form which is open | 26 Feb 2007 16:23 GMT | 1 |
If on form2 i calculate a value how do i pass it back to form form1.I want to close form2 and at the same time pass the value back to form1.Thanks
|
| CultureInfo problem | 26 Feb 2007 15:33 GMT | 4 |
I have a c# program where I need a numerical float input. Due to the culture difference, someone is used to type f.ex. 1,3; 2,32 (, comma) while others use 1.3; 2.32(. point) etc. so the program should accept both numerical expression.
|
| Loading HTMLDocument from a string | 26 Feb 2007 15:07 GMT | 1 |
I have an HTML document stored in a database field and wish to load and manipulate it with inline C# code like the following: WebBrowser webControl = new WebBrowser(); webControl.DocumentText = htmlstringfromdb;
|
| Busy Indicator | 26 Feb 2007 14:52 GMT | 4 |
Hi Experts I have a C# Windows application where sometimes it can take upto 20 seconds to switch between different forms. At the moment I show a 'Processing, please wait' dialog while the next form is loading.
|
| DatagridView Disable some rows selection | 26 Feb 2007 14:11 GMT | 2 |
I have a datagrid view filled with some data, in that data some of the cells are null and I would like to not let the user select the rows with null values... the problem is that the selection goes there when I click and then jump back
|
| DataGridView only displaying data if cell selected | 26 Feb 2007 13:01 GMT | 3 |
I am experiencing some odd behaviour with a DataGridView. The DataGridView is bound to a DataTable, which is populated with data from a csv file. The column Headings appear fine, but the data only appears if I select a
|
| Linking objects between forms | 26 Feb 2007 12:52 GMT | 6 |
How can i get access to textbox or an object in another form.I need to insert a value from a textbox on form1 into a textbox on form2 but cant get the textbox to appear in intellisense.I am a beginner still learning C# thanks.
|
| Winform cannot connect to webservice via CAS policy | 26 Feb 2007 12:48 GMT | 1 |
I have a dotnet application that communicates with a web service running locally on my machine. It connects fine and works ok when I run the application from the c: drive. Am having problems running it from my ftp location, so
|
| Interoperabolity for com compone,t | 26 Feb 2007 11:18 GMT | 1 |
I have one COM dll which i want to use in .net application. I don't know what security constraints are added to this dll. But when i try to add reference of that dll into .net appliction i am getting following error :-
|
| Finding which program is using another file/DLL | 26 Feb 2007 11:05 GMT | 1 |
Im having a few issues with finding exactly which program may be accessing a certain file. Lets say I need to replace a DLL with a newer version, but I need to make sure its not being accessed. Finding out if its in use isnt a problem, but I need to find out
|
| Check what PC a user is logged into | 26 Feb 2007 11:03 GMT | 3 |
I am building a tool for one of our company's service desks, and one of the functions I'm hoping to add is the ability to enter a username and find what PC that user is currently logged into. As AD doesn't store this kind of information, is there any source I
|
| Active Directory: retrieving all users in a group | 26 Feb 2007 09:53 GMT | 1 |
I need to retrieve all usernames within an active directory security group (including sub-groups) into my C# application. Is there a relatively simple way of doing this? (I'm hoping for a simple ldap query but I feel I'm out of luck)
|
| assembly / class library question | 26 Feb 2007 07:45 GMT | 4 |
Hello NG, I started to build me a little class library. This library I added to a Project which also surves me to test the library. This library holds a namespace:
|