| Thread | Last Post | Replies |
|
| stop watch using vb.net | 04 Oct 2005 18:15 GMT | 3 |
how can i create a stop watch using vb.net i am performing a data extraction job using windows forms and want to display time elapsed on the form. how can i do it? Thanks
|
| How does SelectedItem.Text.CompareTo("string") work? | 04 Oct 2005 17:07 GMT | 2 |
We tried the following: (1) if(RadioButtonList1.SelectedItem.Text.CompareTo("bug")==0) row["btype"]='B';
|
| Simultaneously Write to and Read from the same file | 04 Oct 2005 15:35 GMT | 1 |
My program generates a log file for every event that happens in the program. So, I open the file and keep it open till the end. This is how I open the file for writing: <CODE>
|
| Integers being stored as Hex | 04 Oct 2005 13:12 GMT | 1 |
I have a weird one here. Yesterday Visual Studio 2003 started storing integers as Hex values. For example if I Watch the variable below (DocId), it shows up as &HB. If I do any comparisons, they don't work, presumably because it's comparing Hex values. If I store it as a string
|
| Converting VS6 C++ to .NET Solutions | 04 Oct 2005 09:57 GMT | 3 |
On MSDN I know there is a JScript example (Upgrading Visual C++ Projects to Visual Studio .NET in Batch Mode) to upgrade VS6 C++ projects to .NET solutions. It converts the project files (*.dsp), but doesn't create the solution
|
| System Events | 04 Oct 2005 09:21 GMT | 2 |
I'm trying to handle the SessionEnding event in Microsoft.Win32.SystemEvents, but when I hook up my event handler it throws an exception. I don't recognize the exception and I'm not sure whether it has anything to do with the fact I'm using it in a Windows Service. The exception
|
| Silly Try Catch question... | 04 Oct 2005 05:27 GMT | 3 |
Hello I know this is extremely basic, I just want to make sure I got it right. is: try{} catch{}
|
| Linux Price Watch Entries | 04 Oct 2005 03:51 GMT | 2 |
I regularly check hardware prices at http://www.pricewatch.com I noticed that they added a PC-Linux category (they used to have PC-Windows and PC-OS). There are only one or two entries there right now, but for example:
|
| Microsoft Standars.. | 04 Oct 2005 00:12 GMT | 1 |
I am looking for microsoft standards for developing web applications using .net 1.1 and C#. Specifically i am looking for: 1. UI standards
|
| MultiCastDelegate vs Delegate | 03 Oct 2005 21:51 GMT | 1 |
The documentation for the Delegate and the MultiCastDelegate classes tell me that when we have a line like: public delegate void CheckAndPrintDelegate(string str); it causes the compiler to generate a new delegate class named
|
| When I Try to Use A Web Services ----Access Denied | 03 Oct 2005 21:33 GMT | 3 |
IS Any one know what cause the Access Denied Error when I try to use a web Services (through a proxy class)??
 Signature Colin
|
| Multiple Instances Of A Service | 03 Oct 2005 17:47 GMT | 1 |
I have written a .net windows service in vb. net. I now want to run "multiple versions of it". I changed the the servicename and the displayname in the service installer. I ran it. It said the service was already installed. Do I have to copy to a new location?
|
| AutoPostBack send my page back to the top, how do you fix that? | 03 Oct 2005 17:43 GMT | 2 |
I have a asp.net (vb) that has a lot of fields and somewhere in the bottom of the page I have a RadioButtonList with AutoPostBack set to true so we can enable/disable other controls. The problem is that when this happens the user is sent to the beginning of
|
| ASP.NET Get url of seperate frame? | 03 Oct 2005 17:32 GMT | 1 |
I am currently changing a project so that it uses framesets/frames etc and in my code I use: Url urlPage= HttpContext.Current.Request.Url; urlPage.AbsolutePath;
|
| Yoyo Services | 03 Oct 2005 16:54 GMT | 3 |
I've been trying to create a windows service that handles some system events, but when I try to start it stops immediately; it yoyos. I read somewhere that even a the service template should keep running but I built a copy of it and it too yoyoed. I've tried putting infinite ...
|