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 Mike Lewis 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. VBpunk

    Packaging and Deployment Wizard

    Hey there<br><br>I'm in the middle of creating an application with three different versions.&nbsp;&nbsp;What I would like to do is have<br>the user be able to choose which version he or she wants to install at setup.&nbsp;&nbsp;The infomation that I've found on the Packaging Deployment Wizard is...
  2. VBpunk

    career change advice

    I'm making the leap from Engineer / Programmer<br>to full scale VB Programmer.&nbsp;&nbsp;I've got a bunch<br>of interviews but I need to know a few things<br>before I change careers.&nbsp;&nbsp;Maybe some of you<br>out there can help.<br><br>1.&nbsp;&nbsp;How much do junior VB programmers make...
  3. VBpunk

    Three tables, three forms, long upload times

    Hey all<br><br>I've made an application with 3 one to many related tables.<br>Each table has a feature where One record from a parent <br>table can be selected and exploded tothe related records of<br>a child table.&nbsp;&nbsp;The problem is that each time a form is <br>opened the database and...
  4. VBpunk

    Adding a table using the APPEND method

    Hey ya'll<br><br>I want to take a table from one database and<br>transfer it, data & structure into another database<br>in a new location.<br><br>Here's were I am so far<br><br><br>' Declair variables for the Database and Recordset.<br>Dim SOURCEdb As Database<br>Dim DESTINdb As Database<br>Dim...
  5. VBpunk

    Landscape Reports

    Hey all<br> <br> I have this program that prints<br> a report in portait style. How do<br> I change it to print in a landscape<br> fashion.<br> <br> Dim cn As ADODB.Connection<br> Dim rs As ADODB.Recordset<br> <br> Private Sub cmdFill_Click()<br> &nbsp;&nbsp;&nbsp;&nbsp; Set rs =...
  6. VBpunk

    VB6 and WindowsCE

    My first tip.<br> <br> This is weird. I'm anwering my own question.<br> If there was anyone who was interested in this<br> issue, try this link.<br> <br> <A HREF="http://www.amazon.com/exec/obidos/ASIN/1861001622/ref=sim_books/002-7634378-2117066"...
  7. VBpunk

    VB6 and WindowsCE

    Hey all !!<br> <br> I was wonder if there is a way<br> of making applications in VB<br> for a Hand Held or Palm PC running<br> WindowsCE. Can anyone refer some<br> books??<br> <br> <br> <br> <br> <br> <br> . <p>Deryck Ramsahai<br><a href=mailto:DRams.bna@bundy.com>DRams.bna@bundy.com</a><br><a...
  8. VBpunk

    Mouse Arrow Constants

    Thanks Alt255<br> <br> Your code is exactly what I'm looking for. <p>Deryck Ramsahai<br><a href=mailto:DRams.bna@bundy.com>DRams.bna@bundy.com</a><br><a href= > </a><br>It takes two to lie. One to lie and one to listen.
  9. VBpunk

    Mouse Arrow Constants

    <br> Hey all<br> <br> This should be an easy one. I'm trying to find <br> a constant which represents the current value of<br> the mouse arrow. I figure there are constants<br> for time, date, X & Y co-ordinates for the active<br> window. There should be a constant for the mouse<br> arrow which...

Part and Inventory Search

Back
Top