Hi Everyone,
I've been assigned the fun task of mass installing the Novell ZCM agent on 5000+ machines in a 3 weeks, I have the installer working, but have one massive problem in that it has to happen when no one is logged into the workstation and the install can't install the agent if the...
Hi Everyone,
Can anyone point me in the right direction or have any ideas how I can create a app that will add perferred networks to wireless networks in windows XP & possible win 7?? I have over 100 laptops that require a new wireless profile to be created.. I really don't want to have to...
I'm working on a Application and need to be able to stop users from login in multipe times... I've been trying out the samples I have found googling the topic.. But I can't seem to get any of them to work.. They all seem to be using a custom login page and I'm trying to use the Login control...
Hi All...
I'm working on a project and I need to pull the total Hard Drive Capacity (Size) in the machine. What I've found so far isn't retrieving the information correctly.. (Ie. 80GB drive is being listed as a 1.18GB) Does anyone have a very reliable way to do this? Thanks...
Her's the...
Hi All..
I'm trying to setup a menustrip that will show different options acording to the logged in user security clearence. I'm using vb2005 and this is a winform app.
I've build the menustrip with all its options.
Me.MenuStrip1.Items.Item("User Manager").Visible = False
But...
Hi!!
I've been googling and not really finding much.. I'm working on an app that a grid that shoulds a clients invoice amounts and there payments. I would like to have a running total at the bottom of each columb. Would it be posisble to have this the last line of the grid even if there are...
Can anyone help me convert these two MS SQL Stored Procedure to MySQL Stored Procedure? Not sure how to convert them..
ALTER PROCEDURE InvalidCredentialsLog_Insert
(
@ApplicationName nvarchar(256),
@UserName nvarchar(256),
@Password nvarchar(128),
@IPAddress...
I'm trying to embed freetextbox control in a Gidview. The purpose is to read the html data from a database and display it formatted the way the editor entered it. I can embed the control into the grid using the following:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"...
Hi All..
I've been given the task of coming up with a way to update existing user profiles on machiens when new software is pushed down from the Network (Novell). I've found code on how to load a hive, but nothing on how to load the .reg file. Is there any way to do this through VB.net...
Hi All...
I have been working on a project that incorperates having to strip specific attachments from incomming E-Mails and save them to the Hard Drive. The code I created works.. But when I incorporate it into the main project that has Strict set to On.. But I get two error messages...
Hi All..
This probable has a simple solution, But I can't seem to see it.. I've created an application in VB.Net (using the Deployment Wizard). When its installed onto a Windows 98 S.E. machine, I get the following error message "File or Assembly name Interop.Scripting or one of its...
Hi..
I'm stuck.. I have two forms and a button on each.. What I want to do is have form1 button calls Form2 and Disables itself. But when Form2 is closed I need the Button on Form1 to Enable again.. HELP....
Thanks...
Hi All..
I've created a report for tracking Software Licences our company uses and it works great.. But our Auditors don't want to see "999" for Unlimitted Number of Licences. They want it to print "Unlimitted" in place of the "999".. Can anyone tell me how to super impose this over top of...
Hi All..
I'm trying to debug an application that ustilizes WMI on a server to get the Printer status. Its works great until the printer is paused then it blows up.. The error is in
If cTmp = "Other" then
tbPrinterError.Text = System.Enum.GetName(GetType(WMI_ExtendedDetectedErrorState)...
Hi All..
I'm trying to create a Datagrid that will change specific cells Text Color depending on the value. What I'm trying to do is have the datagrid show a comparison of two sets of data. One from a stored list and one from a scanned list.. The idea, if possible, is to mark the...
Hi All..
I'm trying to find a way of reading out the Target Path from a shortcut link file (.lnk)? I have found some info on the web, but its all for vb6 and doesn't convert very well.. There is a lot for creating the link file but nothing on how to access the stored information from with...
Hi All..
I'm trying to figure out a way to have my application auto update itself. I found a couple of web sites, but they are all for VB.NET 2003. I'm still using 2002. What I was thinking was to use a WEB site to hold the updated files and have the usdater check the web site to see if...
Hi Everyone...
Does anyone know why a dataset will work properly under Win2K and not under Win98 and XP? I've created an App in VB.NET and it works great. The user inputs data into a Dataset and the Dataset then does a Calulation on the data entered and fills a column. Under Win2K, this...
Hi Everyone...
I'm stumped, I'm creating a app that requires a Global Dataset to pass data the user selects.
If I create a dataset through a Module, It get an error when I try to manually populate it. The Error is "Object reference not set to an instance of an object."
Can anyone tell...
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.