Hello,
I can use the System.Management namespace to successfully monitor my local machine's CPU, memory, etc. I was curious as to whether I can use the same thing to monitor the statistics of another machine on the network from my local machine?
Any help would be appreciated. Thanks!
Ok...here's my dilemma:
I've created my own business object...PurchaseOrder. In the purchase
order object, there exists a collection object...PurchaseOrderItems.
My page is bound to PurchaseOrder, and I need to bind a gridview to the
PurchaseOrderItems of the exact same PurchaseOrder that's...
Hello,
I'm using a custom object and binding it to my web form via the ObjectDataSource. I set the SelectMethod to the function in my object that fills it with data. However, I need to set a property of my object before it calls the SelectMethod. How do I set properties of my custom object...
Hello,
I'm new to ASP.NET development (thought I've developed Windows Apps in .NET), and I'm finally diving into Web Services. I'm using Visual Studio 2005 Pro, and have created an ASP.NET Web Service project. Isn't this project supposed to generate a DLL file? I've checked the /bin folder...
Hello,
I'm trying to draw an icon for images in my combobox, and I've successfully done so, but only with a non-databound combobox. I was wondering how to do it with a databound combobox. I can't seem to get the dispaymember of the combobox item in the DrawItem event (only the Text...
Hello,
I'm beginning my journey into Visual Basic 2005, and had a couple of questions I hope someone can answer. I've read posts and articles about object databinding in .NET 2.0, but haven't seen any examples or run across any great resources. Does anybody know a good site?
Second, I rarely...
Hello...
I have a need for a watermark to be displayed on a form, visible over any/all controls on the form. I can't draw it directly to the form or a panel, as controls can be placed on top of those...I need to draw a watermark above everything.
Is this possible? If so, a point in the right...
I'm implementing a very simple backup plan for a SQL database, and I was monkeying around with full backups. It seems that If I'm backing up to a hard disk, over the same file, that it doubles in size for every backup I run. I don't want the backup to add to the file, I want it to replace it...
I'm working with Crystal Reports 9 in the .NET IDE Designer, so I'm not sure if this applies to the full version of CR. Anyways, I created a subreport in the Details section, and now need to move it to another section. I cannot drag it or copy and paste it. How do I move it?
Thanks!
My question is about opening & closing SQL connections in .NET.
My app is made up of 3 main parts: A code library, a control library, and the main application. All three are separate projects. In each, I'm using a global connection. My code for the public connection is as follows:
Public...
...any ideas how to make this work? It just won't work! Google isn't being much of a help either.
Here's my code. Any help would be appreciated.
me.nmMileage.DataBindings.Add("Value", Me.m_DataTable, "Mileage")
Thanks!
Mr. Google is not being of any help on this subject.
I'm building a multi-user app, and need to consider record concurrency. The question: When the DataAdapter.Update throws a DBConcurrencyException, how do I commit the changes that were made?
I built a custom list control, with autoscroll enabled. It is also Drag & Drop oriented. Question: When a user is dragging something onto the list, but the listitem that needs dropped onto isn't visible, how do I automatically scroll the list up/down when the user hovers the mouse towards the...
Hi all:
I'm developing a multi-user app in VB.NET with a SQL 2K backend, and I am concerned about record concurrency. It would be great for the user to receive some sort of notification when the record he/she is working on is being edited, or has been changed. How would I approach this?
Any...
This is a little hard to explain, but here goes:
I have a table that holds contacts, a table that holds categories, and a many-to-many table that holds what contact belongs to what category. Each contact can belong to multiple categories, and each category can have multiple contacts.
Sample...
Help! I have 2 tables: tblAbsences and tblAbsences_Archive. Each day, 5K records are inserted into tblAbsences, which is why I need to archive the old data. To run the necessary reports, I need both tables combined into one query. I'm using a UNION query, and since there's appr. 3 million...
Help!! I need to get the current row number on a continuous form. I've been using the SelTop property to do so, but I also need to know how many records down it is from the visible top row. What I mean is, when you open a continuous form, and you click on the 5th row down, the SelTop is 5...
Help! I am opening a form modally, and need to close the form if the user clicks anywhere BUT on the form. So, if Form1 is open and the user clicks on Form2 (which he really can't, because Form1 is open modally), I want Form1 to close. Is there anyway to do accomplish this? Any help would be...
All of a sudden, the VB Editor in Access will not report any error, or even break on a breakpoint. I did not alter any settings. This is only a per-file basis, as it works fine on any other database. Is there something I'm missing, or did my file go down the crapper?
-AV
Please help!
My organization was running Access 97, and sharing a file across 75 machines. It corrupted appr. 3x per week. We narrowed it down to a couple machines on the network with file & version inconsistencies, and it was running great for a week or so. We just recently upgraded all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.