Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Measure the load on a computer28 Jun 2005 13:26 GMT5
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 GMT15
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 GMT1
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 GMT3
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 GMT2
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 needed28 Jun 2005 07:09 GMT5
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 Programability28 Jun 2005 06:10 GMT3
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 Forms28 Jun 2005 03:11 GMT7
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 vb27 Jun 2005 19:29 GMT1
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.eval27 Jun 2005 19:00 GMT1
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 3276727 Jun 2005 16:43 GMT3
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 GMT2
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-package27 Jun 2005 14:41 GMT2
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 service27 Jun 2005 14:40 GMT4
    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.Net27 Jun 2005 13:59 GMT1
I am trying to Open an exe file.
       Dim p As String
       p = "C:\Program Files\hello.exe"
       File.Open(p, FileMode.Append)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.