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 SkipVought 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: rube
  • Order by date
  1. rube

    Aliasing embedded fonts

    pixel fonts must be embedded, but unless they're set on a whole pixel value at x and y, and to the exact font size that they're meant for, they'll look like crap.
  2. rube

    Need helpwith Actionscript Fonts

    no simpler way. keep in mind, also, that when you use the TextFormat object to define a font, you should use a font that you know will be available on all client machines, OR, embed it, OR use one of the flash player's built in fonts ("_sans","_typewriter", etc.)
  3. rube

    Packaging Access database

    the office developer edition includes a package and deployment wizard add-in that will do this. again, $$$.
  4. rube

    How do I get Access contracting jobs?

    If you are asking how to find customers, then the best advice I can give is to Schmoooze. If you're going after small-business contracts, make lots of friends in business. Be decent, be bright. Impress people by expressing interest in their lives and their livelihoods. Learn to empathize with...
  5. rube

    Creating Online Database using Access

    if you are attempting to write to the db from a browser over the web, the directory in which the db resides must be writable. you can ask your isp to make it writable, but you open yourself up to the risk of a hack. rob
  6. rube

    vs installer 1.1 "Build Failed ('Class not registered)"

    Build Failed ('Class not registered') this is the line i get in visual studio installer 1.1 when i try to compile any istaller project, even an empty one. i'm on win xp pro, with vb6 enterprise, service pack 5, if that helps. any ideas on this? it doesn't say what class.
  7. rube

    Should I use an EXE or DLL?

    I think you understand my need perfectly. I also think your solution will work perfectly.... that is, when I get the chance to implement it. I'm using Flash, XML, and Access in the same project. It's going well but I have my hands full. I'm just thankful they have an original version to beat on...
  8. rube

    Should I use an EXE or DLL?

    Right on, Tuna. Fortunately, I've known this particular client for quite a while (built their website). In other cases I'm a little more cautious, as you say.
  9. rube

    Should I use an EXE or DLL?

    Thanks, guys. Sometimes its difficult to know where to start (and what to search for) with these things. I find the MS help pretty vague. When people ask me to build them software, I say yes... then I have to go learn how...
  10. rube

    Should I use an EXE or DLL?

    Thanks guys: vb5prgrmr: this program can work for a LONG time. i did what you suggest in the first version, but it proved to be inconvenient for the client, so I'm looking for ways to intervene without actually shutting it down. jshanoo: how would I control the activex exe from the main app...
  11. rube

    Should I use an EXE or DLL?

    Hi, all. I am building an application that uses Photoshop's scripting engine (with VB) to output vast numbers of big images files. Naturally, when the app is stepping through the database to get data for the images and formatting them, it's not accessible to the user. Can't cancel, can't do...
  12. rube

    drag and drop ftp control in web page

    Hi, A client wants me to simplify a file upload feature that would show a local file window and an ftp window so users can drag & drop their files to upload them. (Their customers were apparently not bright enough to use a standard multipart form). I'm not a VB whiz, but it looks like a custom...
  13. rube

    dynamic function

    Thanks, man, I'll try that. I thought I had, but I gues I goofed it up. Had to check to see that I was on the right track. Thanks again. Rob
  14. rube

    dynamic function

    There must be a simple solution, and I must be too tired to get it to work, but how does one call a function using a concatenated string? I have a function: SearchPage(){} I have a string: string="Search" + "Page"; I want to call the function! Thanks.
  15. rube

    determining when a function finishes

    thanks, but i have an issue. if the value set in function2 is not true, then the function3 will not execute before the main function ends, will it? function3 must execute, whether or not f2 returns anything, but not until it finishes. i can easily mimic the effect using a movie clip, but i'd...
  16. rube

    determining when a function finishes

    hello, i can't think of a good way to tell when a function is finished. i wanna do this: function function1(){ function2(); function3(); } i want function2() to finish before the function3() starts. anyone? thank you
  17. rube

    Question for the future.....

    you could use loadvariables to call a server script that tells the swf what the host's ip is, etc. if the swf can't identify it's location, it wont play!
  18. rube

    i'm having a problem with this java

    ...window.open(url, 'win', winprops);} there's an extra "}" in there! is that in the html page too?
  19. rube

    Verifying Input Fields for flash quiz

    on(press){ if((field1==102) || (field1==103)){ score++; } if((field2==105) || (field2==105)){ score++; } if((field3==106) || (field3==107) || (field3==108)){ score++; } gotoAndPlay(10); }
  20. rube

    Creating thumbnails in ASP

    http://imagemagick.org/ image magick has a host of image manipulation features. i've used it with perl, and it seems to do the job.

Part and Inventory Search

Back
Top