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 wOOdy-Soft 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

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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
  10. eequalsmc2plus1

    Picture, each pixels color

    Hi Anyone know how to get the color of each pixel in a picture ? I tried a while ago, couldnt find a way 2 do it in VB but could do it in C++. Want it in VB though. Doesnt matter if it returns the RGB value or the other way of representing colors, whatever as long as it gives me a value for...
  11. eequalsmc2plus1

    No of days from date X ?

    Hi Does anyone know of a way or function to get the number of days between 2 specific dates eg: date 1 1 July 2002 date 2 10 July 2002 It will give me 9 but that simple example need it to work with different months and leap years and all eg: date 1 31 December 1967...

Part and Inventory Search

Back
Top