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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
using WriteLine26 Feb 2007 16:49 GMT2
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 datagridview26 Feb 2007 16:25 GMT1
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 open26 Feb 2007 16:23 GMT1
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 problem26 Feb 2007 15:33 GMT4
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 string26 Feb 2007 15:07 GMT1
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 Indicator26 Feb 2007 14:52 GMT4
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 selection26 Feb 2007 14:11 GMT2
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 selected26 Feb 2007 13:01 GMT3
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 forms26 Feb 2007 12:52 GMT6
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 policy26 Feb 2007 12:48 GMT1
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,t26 Feb 2007 11:18 GMT1
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/DLL26 Feb 2007 11:05 GMT1
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 into26 Feb 2007 11:03 GMT3
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 group26 Feb 2007 09:53 GMT1
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 question26 Feb 2007 07:45 GMT4
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:
 
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.