Forum: Visual Basic 4 / 5 / 6 Oct 15th, 2009 |
| Replies: 1 Views: 469 Hi,
Is there any chance to get a visual basic 6 compiler for free? I mean, I have a vb6 project (made with the visual studio 6 IDE), but I have no IDE (visual studio 6 or something).
Thank you... |
Forum: Visual Basic 4 / 5 / 6 Oct 15th, 2007 |
| Replies: 8 Views: 2,065 I think you should give a try the yello's suggestion, and to call certain column use: adobau("columnname"), columnname could be any of the columns used in the query, not exclusively of a certain... |
Forum: Visual Basic 4 / 5 / 6 Oct 15th, 2007 |
| Replies: 1 Views: 1,099 Hi everybody,
I want to make an app with command line parameters like: "dir *.jpg", when "dir" is the app and "*.jpg" is the parameter. Can anyone can help me. |
Forum: Visual Basic 4 / 5 / 6 Sep 10th, 2007 |
| Replies: 6 Views: 6,848 Thanks man!!,
That worked great!!, now I'm trying with other formats, I'll post how i'm doing with it... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007 |
| Replies: 6 Views: 6,848 Thanks KB ,
But, now I can't make it work, the "wdFormatRTF" is a non recognized variable :S, I tried to look for other options, but I can't find any related (and relevant) info about those... |
Forum: Visual Basic 4 / 5 / 6 Sep 3rd, 2007 |
| Replies: 6 Views: 6,848 Greetings folks,
I need to load a word document file into a RichTextBox component, It can't be done directly, so, I need first, convert it to a RichText Format File and then load it to the... |
Forum: Visual Basic 4 / 5 / 6 Aug 24th, 2007 |
| Replies: 6 Views: 1,281 Hi Nakhla,
Well, if you did give it a try, there's nowhere else to go with that advice.
If you try to put pause into the code, it will slow down the loop, the best to use in these cases is the... |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2007 |
| Replies: 2 Views: 712 |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2007 |
| Replies: 6 Views: 1,281 I think it would be a string type conversion (ASCII - Unicode thing) I use
trim(cstr(strLineValue)) <> ""
to make sure the values are evenly analysed.
Greetings |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2007 |
| Replies: 1 Views: 1,563 I haven't found the solution yet, nobody has an idea about this? :( now, i'm really desperated...
The reason why I can't use the codes mainly is that the components used to update the database... |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2007 |
| Replies: 1 Views: 1,563 Hi, i've been with this in my neck a month ago, I need to write and read a image file to an Informix DB, but through a COM+ application (3 tier app). I googled this several times with no luck. So... |