Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2009 |
| Replies: 19 Views: 3,386 can i have this application to but just vb6 |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008 |
| Replies: 2 Views: 613 no this is the only code .... i hav not specified anything else...
i have just given the data sources and data field properties to the texboxex in the form....
will i be able to run d program... |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008 |
| Replies: 2 Views: 613 hi guys,
i am using vb6 as front end and oracle as back end for my project.
i am using ADO to connect to oracle database.
can u please help me with the code.
my code is
Dim con As New... |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007 |
| Replies: 1 Views: 1,913 You need to load the image into an Image object and then do one of these
Graphics g=null ;
g = Graphics.FromImage(image.Image);
With that you can do all kinds of... |