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

    Photopaint 8 Startup problem with Graphire2

    Update #2: So the original problem is back, and I give up.
  2. Jerryls

    Photopaint 8 Startup problem with Graphire2

    Update on this topic: Ok, I didn't have the very latest drivers. Installing RC version 4.75 cleared up the problem. -Jerry
  3. Jerryls

    JPEG Color Shift

    Because of compression in JPEGs, solid colors my vary slightly. Simply put, if you convert a JPEG to a GIF and sample the background for a transparent color, the color may vary from pixel to pixel, and results can be poor. A possible way around this is to convert to 24 bit color first, and then...
  4. Jerryls

    Photopaint 8 Startup problem with Graphire2

    This is on a WindowsXP Pro (XPSP1) system which had no trouble with Photopaint8 until I installed a Graphire2 tablet. Now Photopaint8 crashes, and exits on first startup, but not on second. It works fine then, and the Graphire2 works with it ok. I have tried re-installing Photopaint to no...
  5. Jerryls

    MS VB6

    I found the VB5 Learning Edition to be a very pleasant experience. Later, I moved on to VB6 Professional. One thing to remember is that MS is soon going to change VB to VB.Net, and there will be lots of changes to the language. The Learning Edition is a good way to get your feet wet, though.
  6. Jerryls

    3D modelling help

    Here's a site with 3D math that may be some help with your programming. http://www.geocities.com/pcgpe/graphics.html -Jerry
  7. Jerryls

    Error when making an exe

    C2.exe is the compiler back end for vb. It <i>might</i><br>help to re-install Visual Basic.<br>
  8. Jerryls

    Cancelling Routines

    Here is a trick for DoEvents.<br>Notice the &quot;stop&quot; button does not even have<br>to be in your loop.<br>1-Put a Boolean in your Declarations.<br>2-Dim a &quot;throw-away&quot; variable before<br>&nbsp;&nbsp;entering your calculations.<br>3-Increment the variable in the...
  9. Jerryls

    CommonDialog.Open Problem in VB5

    You don't need to see all files (*.*), just those you<br>want. Like this:<br>Filter = &quot;Files (*.txt;*.dat)¦*.txt;*.dat&quot;<br><br>Also, If you make GoodFile a Boolean, then you can<br>loop until GoodFile is TRUE. This will save your<br>program from evaluating for &quot;Y&quot; each...
  10. Jerryls

    Capture picture in web browser

    Thanks for the reply, but I'm not<br> still not getting any copy.<br> I have had some success with the browser<br> control's ExecWB command (select and copy,)<br> but nothing shows up on the clipboard either.<br> <br> Jerry<br>
  11. Jerryls

    Capture picture in web browser

    Is there a way to copy a picture loaded in<br> the web browser control to the clipboard <br> in visual basic?<br> <br> Thanks<br>

Part and Inventory Search

Back
Top