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...
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...
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...
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
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...
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
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...
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...
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 ?
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.