jmi44,
Actually, my method does work...I use it often. You misunderstood WHERE I state to place your process code.
I do not program in VBA, so this may not work in VBA...then again, I didn't know that you were asking a VBA question.
You state: "Well, the problem with the solution proposed...
I figured out how to draw freehand...however, I am having some issues on how to draw other pen objects.
I need to have a user draw on a picturebox a line with an arrow on the end of the line. The other object will be a line that ends with a "T". In addition, I need an option for them to have...
I did so much research on the net, and I know there are allot of programmers looking for such a code like the one you wrote. What I like about your code is that you don't need a picturebox. You can have the moveable objects on the form and then save the form as a bitmap...probably less code as...
A valuable member of this forum figured out how to do this on the fly.
refer to thread222-1157687 for complete instructions.
It is possible to create a bmp within a picturebox containing with dynamic labels and other objects. the code provided is plug and play!! Outstanding Code!
A valuable member of this forum figured out how to do this on the fly.
refer to thread222-1157687 for complete instructions.
It is possible to create a bmp within a picturebox containing with dynamic labels and other objects. the code provided is plug and play!! Outstanding Code!
Hypetia,
It worked like a champ. I have another post requesting how to create a BMP, and this post will fit perfectly. I'll make sure to reference it.
Again, your code worked "as is" without changing anyything except for my refence to my picturebox....just like a plug and play! GREAT CODE!!!
Thank you!
Yes, I have seen the post you mentioned, and that recommendation does not work (as you stated in the post) with labels. As I mentioned in my original post, my picturebox contain several objects...and labels are one of them.
I very much appreciate your quick response. I may have...
My problem is the same as mentioned here: thread222-98810 . When the picturebox is saved, it saves a blank image.
I have a form containing a picturebox which has other objects (textboxes, a frame, labels, and lines) contained within it. I want users to move the textboxes to any location...
I did a search previously and found these..and many others:
http://www.tek-tips.com/viewthread.cfm?qid=1023694
http://www.tek-tips.com/viewthread.cfm?qid=760856
http://www.tek-tips.com/viewthread.cfm?qid=724900
They come close to what I am asking, but doesn't provide the answer.
I guess maybe...
There seems to be a problem with GIF89.DLL. I've seen allot of programmers complain about it hosing up a user's computer. I would prefer to stay away from items like that. THANK YOU THOUGH!! I appreciate any ideas!
The clipboard is an idea I will look into further. I didn't think about...
Basically, I have a form that has moveable objects on it. Once the user moves the objects in the location he/she would want them to be in, I want my program to take a snapshot (of sorts) of that form in order to create a GIF so I can place the GIF on a web page for viewing...and I'll save the...
This should auto create your array and auto populate your array...should, it may need to be tweaked a bit
Dim i as Integer
i = 0
Dim Countries(nameOfComboBox.ListCount) As String 'dynamically creates an array depending on how many items are in the combobox
DO while i <=...
Basically, I have a form that has moveable objects on it. Once the user moves the objects in the location he/she would want them to be in, I want my program to take a snapshot (of sorts) of the form in order to create a GIF so I can place the GIF on a web page for viewing...and I'll save the...
That is just way too fast!
I am having a problem, but it is on my end.
You code is very tight, and I know it works!
I'll give you more feedback as soon as I get something figured out.
Till then, THANKS!!
strongm is correct.
1. On the main form provide the code to show the new form. The new form will display your message. Make sure when you show the form that you show it as modal...so that it will always be on top.
2. On the (message) form within onload, put in the code you want to run...
Thanks in advance for your assistance.
ITEM 1. Allow a user to click on a picture (icon) that is on a form and drag it to a diffent location on the same form.
ITEM 2. If I have 5 pictures (or icons) on a form, I want the user to be able to move them, delete them, or add more pictures or...
Okay, got it to work. I dont know why, but I had to go with a different connect string. All works great. The only thing is that when I manually examine the database with MS, the new field shows up as Yes/No just like the rest, but when I look at the data the other fields have a checkbox, and...
JerryKlmns and Golom,
You two have mentioned the same solution...so I hope it will work. I will try it tonight and get back with you.
I searched MS Knowledge base for weeks now, and the only solution I found was the one I mentioned (and I couldnt even get it to work). The "ALTER" sql method...
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.