| Thread | Last Post | Replies |
|
| Measure the load on a computer | 28 Jun 2005 13:26 GMT | 5 |
We have a computer that multiple people use through Remote Desktop. Is there a measurement analogous to UNIX's "load average" -- average number of processes trying to run, or something -- that can be read by a program running as an ordinary user (not administrator)?
|
| Is this possible .Net 2.0? | 28 Jun 2005 11:36 GMT | 15 |
I wrote a win app in .net 2.0 c#. I would like to demo this on my client's machine but it is not possible to install the .net framework 2.0 beta on his machine. Is it possible to pick the nessesary dll assembly files and compile them
|
| Filter/Search records in DataGridView? | 28 Jun 2005 10:50 GMT | 1 |
How can I filter/search records in DataGridView after filling it with data? The BindingNavigator provides default functionality for navigating, adding, deleting and saving records. Is there anything available for filtering/searching records? Is there any Filter Bar available in
|
| is 128 bits the max? | 28 Jun 2005 10:38 GMT | 3 |
I've written a script that uses bits to store permissions, however, once I go over 128 bits I get an error: System.OverflowException: Arithmetic operation resulted in an overflow. Is this a limitation of the system?
|
| the objXMLSend in xmlhttp.Send(objXMLSend) is not send .... | 28 Jun 2005 07:53 GMT | 2 |
I have the folloving function in vb .net: Function SendXMLReq() As String Dim returnval As String Dim xmlhttp As Object = New MSXML2.ServerXMLHTTP
|
| please I need help with basic ado.net save, basic syntax needed | 28 Jun 2005 07:09 GMT | 5 |
I am having some problems with getting squgglie lines under stringbuilder and ConfigurationSettings what am I doing wrong, is this even close to working? help. ------------------------------------------------------------------------------------
|
| automation of Office .Net Programability | 28 Jun 2005 06:10 GMT | 3 |
I have managed to automate the inclusion of the framework and SP into my installs but have hit a brick wall on being able to switch on the Programmabilty support for office applications without simply launching the Office setup and requesting the user make the changes manually.
|
| Question on Working With Forms | 28 Jun 2005 03:11 GMT | 7 |
This should be an easy questions, but I have not had any luck with the answer. Can you load all forms in a project at once and just have the visible = False for all but one??? Then to switch between forms, all you would have to do is work with the visibility property.
|
| problem with c++ dll called from vb | 27 Jun 2005 19:29 GMT | 1 |
I wrote the following very simple programs to test calling a c++ dll from visual basic. I'm working in visual studio 7. *** the .cpp file ... int __stdcall ver()
|
| databinder.eval | 27 Jun 2005 19:00 GMT | 1 |
What's the purpose of this static method? I know the general idea, use reflection to detect type of source object and extract the property or field, but won't you always know the type of object you're binding against? When would this be a mystery? Also, does it make a difference ...
|
| location property of control not accepting values more than 32767 | 27 Jun 2005 16:43 GMT | 3 |
In my application i need to create the controls at runtime and also need to position them. I am doing it by this like, control.Location = new Point(x,y);
|
| Error while trying to run the project. | 27 Jun 2005 16:26 GMT | 2 |
I have error while i start to run my ASP.NET application on visual studio 2003. when i press F5, there is error message " Error while trying to run the project. Unable to start debugging on the web server. Click help for more information".
|
| trying to run .net-application without installing microsoft .net-package | 27 Jun 2005 14:41 GMT | 2 |
I am trying to run a very minor .net-application (autopatcher for a free everquest server) while avoiding to actually install the 23megabytes .net basic package that Microsoft seems to want to impose on everyone using .net-applications.
|
| Question on object instace & web service | 27 Jun 2005 14:40 GMT | 4 |
I have a (stupid) question on why web service class needs an instance. Everybody knows its stateless then why cant it can be standardized that all methos in web service class should be static. For eg I create an instance websrv.
|
| Opening a File in VB.Net | 27 Jun 2005 13:59 GMT | 1 |
I am trying to Open an exe file. Dim p As String p = "C:\Program Files\hello.exe" File.Open(p, FileMode.Append)
|