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 bkrike 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: caseye
  • Content: Threads
  • Order by date
  1. caseye

    cenvert Bitmap to vector markup

    I am looking for some code/object/or other piece of software to convert bitmap images to vector markup. any ideas???
  2. caseye

    Looking for a Control.

    Does anyone know where I can find a control similar to the outlook folder tree.
  3. caseye

    Layer = screen.width

    I am looking for a javascript to resize a layer to the width of the displayed area does anyone know where I can get this
  4. caseye

    Run - Time property creation

    Is it possible to create and add properties to a Class on the fly?
  5. caseye

    Object Instance from Class Module

    I am trying to create an objet from a class module in the same project And I dont know If have the syntax right because after i create it i can not access the public properties I know the class module works because i can create it at declaration but i dont want to do that here is what i am...
  6. caseye

    How to rime Letters off a string

    I have a string thats 50 letters long and i want to trim it to 25 how would i go about doing this.
  7. caseye

    Parent Object??

    Is there a parent Object Reference in Visuab Basic 6
  8. caseye

    Initialize event with parameters

    Can you use parameters in the initialize event??
  9. caseye

    Performance Question

    [morning] This is a novice question. We are developing a piece of software for database access and we are creating Custom Data Objects that interface with the Database. The Idea behind these objects is to make them univeral so they may function in stateless or stateful environment. This will...
  10. caseye

    Array Question

    How do I remove an item from an array so that the array will re index Moving the Items after the removed index back? Thanx in advanced [morning]
  11. caseye

    Onclick Goto URL

    I need to make an entire table row a link so that when the user clicks anywhere on the row the user will belinked to another page. SAny Ideas Thanks in advanced
  12. caseye

    Domain Login

    I am trying to configure another server on my network to be used as a development server for the companies web page. I have the server loaded with only IIS and SQL server using windows 2000 It is connected to the network and on the same subnet it is even getting the DHCP Information From the...
  13. caseye

    Client Side GUID Generation

    I need to create a guid for a client machine without using active X(because I know nothing about active X) any suggestions
  14. caseye

    GUID/UUID Generation

    Need GUID generator in a hurry. Any suggestons
  15. caseye

    Java GUID

    Does any one know how to use java to create a Unique Id.
  16. caseye

    I am trying to clear an option box

    I am trying to clear an option box the following loop works but only clears the firs two entries then SelSitesLength = document.reportbuilder.SelSites.options.length; for(i = 0; i < document.reportbuilder.UnSelSites.options.length; i ++) { site = null; siteSplit = null...
  17. caseye

    VB Array To JavaScript

    I am writing a page that uses Client Side VB to access a database And I am using JavaScript to Handle the form functions I need to pull records into a recordset and cnvert the recordset to an array(this much I know How to do) But then I need to pass the array to the java Script. ANd have...
  18. caseye

    sorting option boxses

    I am trying to sort an option box does anyone know haw to read the actual taxt and the value from the options[] Array..
  19. caseye

    Db Query wiuth javascript

    can you use java script to connect to a database and executer a query if so how? If not, how can you take a VB recordset and pass it and its entire contents to a java srcipt? Would I conver the recordset to an array?
  20. caseye

    Error: not implemented

    I am trying toi create a series of dynamic select boxes but when i try to add a record the options array i get &quot;ERROR: not implemented&quot; Here is the code any ideas <form name=&quot;reportbuilder&quot; method=&quot;post&quot; action=&quot;&quot;> function SelStateAdd(state) { SelStates...

Part and Inventory Search

Back
Top