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 strongm 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. eequalsmc2plus1

    Flex grid focus ...

    Hi, Another grid question, I got grid and when someone click on it, focus set to text box, then on the change event of text box I set the grid text = textbox text. BUT ... person cant see where they are on the grid because focus is set to the text box. How you get around this ? Tried not...
  2. eequalsmc2plus1

    MSFlexgrid cell resize

    Perfect zemp, thanks.
  3. eequalsmc2plus1

    MSFlexgrid cell resize

    Hey, I got a flex grid, put some stuff in it and then I want to resize each column to be a specific length, depends on length of string added to column. But msflexgrids use twips, cant change it. What the best way to dynamically resize the columns ? Is there a setting for it ? cant find it if...
  4. eequalsmc2plus1

    problem with password script

    Whoops sorry, now i know where you got your source code :-) I going home, maybe I be awake 2morrow.
  5. eequalsmc2plus1

    problem with password script

    http://javascript.internet.com/passwords/three-tries.html THIS 1 is better.
  6. eequalsmc2plus1

    problem with password script

    Ok changed my mind dont look at it, just read it properly, its not as cleva as I thought
  7. eequalsmc2plus1

    problem with password script

    http://javascript.internet.com/passwords/prompt-in.html Check that. The * thing I dont know, sorry.
  8. eequalsmc2plus1

    Use variable name stored in string ?

    Hey, Anyone know how to use a variable if its name is stored in another variable ? eg: var A=""; var B=""; var C=""; var X = new array(3); X[1] = "A"; X[2] = "B"; X[3] = "C"; So now JUST using the variable X, I want to set the...
  9. eequalsmc2plus1

    Date setting on each pc

    Hi, Wrote a program that does some stuff to the date, but put it on another computer and didnt work. Figured out it was the Date settings on that pc. Some are yymmdd others ddmmyy. How you get around this ??? Can you get those setting in VB ? Thanks Damian
  10. eequalsmc2plus1

    MSFlex grid set focus to cell and scroll down

    Hey, I have a flex grid with alot of records in it so there are scroll bars on the side, I want to go to row Y and column X, so say .row = Y and .col = X and then _click it goes to the right cell, but it doesnt move the scroll bar down, so you cant actually see where it is. How you move the...
  11. eequalsmc2plus1

    img src="" how 2 not show X or other

    Thanks Supra, works perfect. you 4got little bit though, but figured it out. document.images[chName].STYLE.visibility = "visible";
  12. eequalsmc2plus1

    Grid that works like excel

    Hey, Anyone know what control I can use if I want a grid that works sort of like excel ? Where you can click anywhere and type whatever you want. Just that, doesnt need 2 be linked 2 DB or nothing. Thanks
  13. eequalsmc2plus1

    img src="" how 2 not show X or other

    Hey, Anyone know a way that I can have a table and when a cell in the table is clicked a picture is loaded into the cell. I wrote this code, but the cells dont have pictures in them before they are clicked and my code puts those boxes with little x's in the cells. I need them to be completely...
  14. eequalsmc2plus1

    Hey, Anyone know a way that I ca

    Hey, Anyone know a way that I can have a table and when a cell in the table is clicked a picture is loaded into the cell. I wrote this code, but the cells dont have pictures in them before they are clicked and my code puts those boxes with little x's in the cells. I need them to be completely...
  15. eequalsmc2plus1

    Modify jpeg, with VB ?

    :-) So where would you begin ? Finding out about jpeg headers now.
  16. eequalsmc2plus1

    Modify jpeg, with VB ?

    So wouldnt it be possible to write that code in VB that adds the watermark to the jpeg ? If your can figure out the jpeg format and all that stuff, it should be possible ??? Right ?
  17. eequalsmc2plus1

    Modify jpeg, with VB ?

    Hi Anyone know something about jpeg file formats and whether it would be possible for me to write an exe that would take a jpeg and add another picture to it ? If yes, can you give me some pointers ? What to look up etc. Thanks Damian
  18. eequalsmc2plus1

    Picture, each pixels color

    Oh, thanks. Dont I look like an idiot .... :-) AND I feel like and even BIGGER one.
  19. eequalsmc2plus1

    Picture, each pixels color

    Just 1 more question ... How the hell i find wtlebo13's post ???
  20. eequalsmc2plus1

    Delay process

    Add that in a module Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Then in your code just say sleep 1000 and it wait 1 second

Part and Inventory Search

Back
Top