Hi Folks! I have a BIG problem, i can't work further because of a little thing who doesn't work...! I want to draw a Line in a VBA Makro but it doesn't work! The function from PictureBox -- Image.Line(....) -- is not existing!! Is there another way to draw a line in a picture in VBA? I have only the x / y koordinates form start an end and between these a wan't to draw a line, i don't need more! I hope soooooo much that there is a (easy) way to draw such a line!!! Please help me!! Thank you very very very much!!!! Greetings, Ronny
RonnyS
Posts
-
Draw a Line in VBA -
MFC Application in MFC DLL possible?Hi Folks! I have a question, i have a quite normal MFC Applikation and i want to have the Functions of the Project in a DLL. Is it possible to konvert the Project into a DLL? When yes, how can i make this? I hope somebody can help me! Thanks, Grettings Ronny
-
Problem with DllHello! I'm not sure but check these things: 1st. Have you written the dll by your self? -> Check that the Functions are exported (or something like that i don't know exactly the name) 2nd. Have you set the extra path for the dll directory? 3rd. Is there a lib File which you have to include? 4th. Is the dll File in the Debug folder?? I hope it helps! Ronny
-
Load picture dataHello! I wanna load the picture data from a tif or bmp pciture. I have tried it with ifstream but when i read the file und "cout" the characters there are only smileys ...??? I have a picture, and i have to read the "Text" hwo crates the picture, because i have to put pics together and it shuold work when i crate a new header an insert the picture data in the right position... That means i need a function who writes all the picture data out in a File or an char or int array or what ever.... Important is only that i can read and work with these datas in my application. I hope you have understand what i mean and you can help me! Thanks! Greetings Ronny
-
How can i write text in a tif picture?Hello! That was a great Link! The Library supports really gut functions.... I have already tried many of these functions, but there is also a big problem. When i create a tif File with Photoshop i can open the file without any problems but if i open the File who i have in my application it don't works. Is it possible to load the tif file as bmp, so i can work with the bmp File and save it after as tif? If it is possible how can i load it, to write in the bmp i should use the GDI (or not?), and how can i convert after the bmp in a tif file? And it is very importand that the pic don't lose quality, is it possible with out losing quality? I thank you very much for your help! Ronny
-
How can i write text in a tif picture?Hello and thanks for your answer! But sorry that was a little bit to fast for me! I have a tif picture wich already exists, and i want to inser a text anyway..... Or can you tell me what functions i have to use? Thanks! Ronny
-
How can i write text in a tif picture?Hello! I wanna write a Text in a tif picture. It can be intern in the tif File (if it's possible) or the text can also stay in a corner of the picture... Or if you know another (easyer) way to save a text into the tif picture, please tell me!! I have no idea how i could do this! Please Help me! Thanks! Greetings Ronny
-
How can i close my SDI Applcation?THANKS TO ALL!!! Thank you very very very much!! (Sorry for my late Answer!!!) It works great!! Thanks!! Ronny
-
How can i close my SDI Applcation?Thanks that was a good idea, but i have forgotten to tell i need a function wich i can start in the View Class. I have tried to make a public function in Mainframe and use it in the View Class and it was complile able but it also didnt works...
-
How can i close my SDI Applcation?Hello ant thanks!! But it didnt works, is there another way to close the App?
-
How can i close my SDI Applcation?Hello! I have tried to Close my SDI Apllication with Destroy(); or with OnClose(); but it didnt works! Does somebody know what function i have to use? Thanks a lot! Ronny