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 Wanet Telecoms Ltd 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: *

  1. Madiba1

    Creating Update Package

    it had a setup.msi package that was used for initial installation of version 1.0.0, now I want to use another package that will update the application without having to uninstall the application,(in place upgrade). Thanks Kaka
  2. Madiba1

    Creating Update Package

    Hi, I have source code for a project that was already deployed as version 1.0.0. I made some change to the code then I would like to deploy the changes as an update package which should have version number 1.0.1. Stuck on how to create the update package in VB .Net. Thanks in advance. Madiba
  3. Madiba1

    Reading data from Excel spreadsheet

    thanks, I used part of code below and it worked 'Open connection strCn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source= c:\test.xls;" & _ "Extended Properties=Excel 8.0" Set cn = New ADODB.Connection cn.Open strCn Have a good day Madiba
  4. Madiba1

    Pasting gif files to Word

    Sorry for the vagueness of my post. I mean, I have file like: pics.gif and pic2.gif. I want this files to be inserted in a word file. I used the code below but the pictures are pasted on top of each other and can only open the file with word prior to 97. Set objWord =...
  5. Madiba1

    Reading data from Excel spreadsheet

    Hi, I am writing a function to read data from excel spreadsheet (Ms excel 2003) and write the values to access table. I am using DoCmd.TransferSpreadsheet. The statement is able to identify the columns(table and spreadsheet) but the data is not getting transferred to the table. Any help will...
  6. Madiba1

    Pasting gif files to Word

    Hi, I am writing an application that reads some gif files and would like them to be pasted in ms-word file. Any pointers will be highly appreciated. Madiba
  7. Madiba1

    Encypting Access database or Column?

    I am working on an MS-acces database which is manipulated by some Visual basic code. I would like some assistance or pointers on how to encypt and decrypt the database (entire database or just columns) using VB code. Thanks Madiba
  8. Madiba1

    Menu Editor in Ma -access

    wanted to create an application which should have a Tool menu like that of usual windows. I mean the one on top of every Ms-application: File, Edit, View ... Madiba
  9. Madiba1

    Activaing the Menu Editor in VB

    I dont know why it was greyed, when I activate an active X(cpbrkpie Active X control Module)component it was active. When I unchecked this componenet I thought the menu editor would be disabled but not. I guess my installation was wrong or any explaination. Thanks HarleyQuinn. Madiba1
  10. Madiba1

    Menu Editor in Ma -access

    Hi, does Ms-access have the menu editor as in VB 6, and how do you activate/access it. Kaka
  11. Madiba1

    Activaing the Menu Editor in VB

    Hi, My menu editor is greyed out and i do understand there is a control/ component that ned to be installed, any ideas of the component. Thax in advance Madiba
  12. Madiba1

    how to check form if open

    Good morning am writing an application which need to check if the preceeding forms are open. If they are closed user should not proceed using the current form. SOS pls
  13. Madiba1

    Confused with DHCP Relay Agent integration on RRAS

    I think my coment was poorly done. Wanted to say: 1. If you are having a multi-subnetted network with one DHCP server and the router between the subnets is a Windows server 2003 configured as a DHCP Relay Agent. The book states: If an interface is configured on the RRAS as DHCP relay agents...
  14. Madiba1

    Do you get any "title" after passing 1 MCSA exam?

    yes any test you pass you are given the title of MCP can check more on MCPs' here http://www.microsoft.com/learning/mcp/mcp/Default.asp good luck on you MS certs. Madiba....
  15. Madiba1

    Confused with DHCP Relay Agent integration on RRAS

    Hi, Am preparing for 70-291 exam and I founding this concepts diffucult to understand: 1- If DHCP Relay agent is enabled on a Server 2003 computer with RRAS enabled, all interfaces will use the DHCP server IP configured on the server. My question is: Is the interface(s) mentioned here refering...

Part and Inventory Search

Back
Top