Advertisement

1 - 10 of 52 containing alltags:("C# VS 2005") (0.002 seconds)
i want to tab through all the controls in the "windows form" liek thier might be some 20 controls of different type so if the maximum of a text box is reached it should go to next control if a chec...
Zones: Visual Studio, C#, MS Visual C#Date Answered: 08/06/2007 Grade: A Views: 0
How can I accelerate symbol loading or cancel it (Just for Windows dlls). Never had this problem in VS 6.
Zones: Windows MFC, Windows Programming, ATL / WTL / COM Program...Date Answered: 09/06/2007 Grade: A Views: 17
I have several comboboxes on a form, 6 of which are for phone types. I have a query that populates an array aPhone[2,6] with phonetype code and phone number. I want to cycle through the array (wh...
Zones: MS Visual C#Date Answered: 02/07/2008 Grade: B Views: 4
hi, i can not delete the Temporary ASP.NET Files for my application, how can i delete those folders without having to stop VS2005? thanks in advance.
Zones: Visual Studio, MS Visual C#Date Answered: 05/15/2008 Grade: B Views: 4
I started to write a class that will get certain information regarding processes.  The code below is as far as I got.  I'm hoping for code/help to polish this off: 1)  IsProcessAlive(hostname, p...
Zones: C#Date Answered: 06/24/2008 Grade: A Views: 52
Greetings: I have  a routine that determines whether a process is alive   Looks like this: public bool IsProcessAlive(string hostname, string processName) {  Process p = GetProcess(hostname...
Zones: C#Date Answered: 06/26/2008 Grade: A Views: 18
Greetings: I'm hoping to get code and supporting namespace that will execute the following routine: FileExits() For example: using ?? void CheckFile() { ...                      //...
Zones: C#Date Answered: 06/26/2008 Grade: A Views: 16
Greetings: I'm hoping to get code and supporting namespace that will execute the following routine: FolderExists() For example: using ?? void CheckFolder() { ...                   ...
Zones: C#Date Answered: 06/26/2008 Grade: A Views: 4
Greetings: I'm hoping to get code and supporting namespace that will execute the following routine: IsFileEmpty() For example: using ?? void CheckFileSize() { ...                  ...
Zones: C#Date Answered: 06/26/2008 Grade: A Views: 0
Greetings: I'm hoping to get code and supporting namespace that will execute the following routine: GetFolderFileCount() For example: using ?? void CheckFileCount() { ...          ...
Zones: C#Date Answered: 06/27/2008 Grade: A Views: 0