Enter Keywords:
1 - 10 of 623(0.003 seconds)
Sort By:
 
Hi expert,    My application (formMain) have many buttons : btnA, btnB, btnC ... btnZ .. If I click on btnA, the application will show formA (Show() Method), click on btnB, it will show formB .....
Zones: MS Visual C#, ...Date Answered: 12/26/2007 Rating: 6.2 Views: 12
Is it possible in .net visual C# to copy and program.exe file from a remote source to the local pc and execute the program with command line switches?
Zones: MS Visual C#Date Answered: 06/10/2008 Rating: 9.2 Views: 0
What I'm trying to do is query our Domain Controller for all of the Active Directory objects and mimic that view in a C# TreeView. The code I attached below ~works~ but it takes forever to load and...
Zones: C#, Active Directory, .NETDate Answered: 08/13/2008 Rating: 7.8 Views: 0
i would like to know how 1 app can start another app. just like u do in "CMD.exe" myprogram.exe -logion ..... ...... -pass ..... thanx for reading and kind regards.
Zones: C#Date Answered: 06/19/2008 Rating: 9.9 Views: 0
Hi I have 2 DataSets. One, dsComplete, which contains all my data and another, dsSummery, which is empty. Now I want to add rows to dsSummery from dsComplete. In dsComplete "SubjectInComplete"-col...
Zones: Visual Studio, ...Date Answered: 06/24/2008 Rating: 6.4 Views: 0
Hi I have a table in a dataset that must contain a lot of columns. The data is answers from a questionnaire - and every question has 10 answers. Like so ... Column name 1: Question1_00 Column ...
Zones: MS Visual C#, C#, Vi...Date Answered: 06/25/2008 Rating: 9.3 Views: 0
hi guys, i have a list with a number of strings.. i wish to display those values on on a datagridview. what method shall i use?im struggling to pass the string list to a dataset. thanks
Zones: MS Visual C#, C#Date Answered: 12/14/2008 Rating: 8.0 Views: 105
I want to be able to add two decimal places when formatting file sizes in my ListView control. example: instead of 124 MB, I would like it to be a little more accurate like 124.90 MB or 39.55 KB. ...
Zones: MS Visual C#Date Answered: 11/18/2008 Rating: 9.1 Views: 0
I'm reading the Murachs C# 2008 Book and their code I'm testing to learn C# is giving me an error. I have a "static void Main(string[] args)" method that I've written some Array code in and it wor...
Zones: MS Visual C#Date Answered: 11/21/2008 Rating: 9.8 Views: 0
I've created a file in my Visual Studio Project. I created a folder to contain my CustomersList.xml and CustomerListSchema.xsd files called "SourceFiles". I need to read this xml file from within m...
Zones: C#Date Answered: 01/27/2009 Rating: 7.5 Views: 0