Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ICTECH
  • Content: Threads
  • Order by date
  1. ICTECH

    Creating a Novell ZCN Agent installer

    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...
  2. ICTECH

    Adding perferred networks to wireless network

    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...
  3. ICTECH

    Prevent Multiple (Concurrent) Logins

    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...
  4. ICTECH

    Finding Total Hard Drive Capacity

    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...
  5. ICTECH

    menustrip Problem.

    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...
  6. ICTECH

    Datagridview calculate column value

    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...
  7. ICTECH

    Converting MS SQL Stored Procedure to MySQL

    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...
  8. ICTECH

    Embed freetextbox in a Gridview

    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"...
  9. ICTECH

    Load .reg file into a hive file when the user is not logged on

    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...
  10. ICTECH

    Strip Attachments from Outlook?

    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...
  11. ICTECH

    Deployment of App to Windows 98

    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...
  12. ICTECH

    Multi Form Help

    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...
  13. ICTECH

    Replacing 999 with Unlimitted in a report

    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...
  14. ICTECH

    Filtering out Duplicates from a Dataset

    Hi All.. I've been doing a bit of a search on the web looking for a way to filter out duplicate records in a dataset. HELP???
  15. ICTECH

    WMI HELP

    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)...
  16. ICTECH

    How to Change a Datagrid Cell Text Color?

    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...
  17. ICTECH

    Read out Shortcut Target Path Information?

    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...
  18. ICTECH

    Auto Patcher / Updater

    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...
  19. ICTECH

    DataSet not working properly

    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...
  20. ICTECH

    Howto create a Global Dataset

    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...

Part and Inventory Search

Back
Top