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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22740...
How can I accelerate symbol loading or cancel it (Just for Windows dlls). Never had this problem in VS 6.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22811419.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23058357.html
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.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23400...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23509154.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23514935.html
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()
{
... //...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23518823.html
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()
{
... ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23518831.html
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()
{
... ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23518836.html
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()
{
... ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23518849.html
Zones:
C#Date Answered: 06/27/2008 Grade: A Views: 0