Forum: Visual Basic 4 / 5 / 6 Aug 23rd, 2004 |
| Replies: 20 Views: 8,408 LOL. Alright, then. Thanks a lot for your help! |
Forum: Visual Basic 4 / 5 / 6 Aug 23rd, 2004 |
| Replies: 20 Views: 8,408 Err, it just says that it could not copy this file into the system folder (along with other files, namely, mshtml.tlb and uxtheme.tlb) because the file is being used by another application, when that... |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2004 |
| Replies: 20 Views: 8,408 Another question, is msado20.tlb an important file?
During installation, msado20.tlb and 2 more files caused an interrupt. |
Forum: Visual Basic 4 / 5 / 6 Aug 22nd, 2004 |
| Replies: 20 Views: 8,408 Morning! Just saw your reply this morning.
During the weekend, I've tried changing all my connection strings to the Jet 4.0 one.
And now all the forms could work. I previously mentioned that some... |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2004 |
| Replies: 20 Views: 8,408 Ok, thanks.
I've tried downloading the MDAC 2.7, but it's not working either.
Which means I've to change the connection string in my project entirely to Jet 4.0?
Actually, I've tried before.... |
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2004 |
| Replies: 20 Views: 8,408 Okay, thanks anyway.
I've tried remaking the installer for almost 4-5 times already.
I thought with the installer, every dependent files would be included already, isn't that right?
But why would... |
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2004 |
| Replies: 20 Views: 8,408 Okay, during installation files like mshtml.tlb and uxtheme.dll could not be copied, and I ignored the error to complete the installation.
When I run the application later, I could see my start page... |
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2004 |
| Replies: 20 Views: 8,408 Hi, I've tried using the "package and deployment wizard" but I got the error number 3706: Provider could not be found.
I've tried searching on the msdn library for a solution but to no avail.
I'm... |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2004 |
| Replies: 20 Views: 8,408 Erm yeah, thanks for the reminder.
Yup, I ticked that "shared" selection when I was building the package a while ago.
On the way to test it in another computer. Thanks a lot, Toba! |
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2004 |
| Replies: 20 Views: 8,408 Thanks for all your feedback. I didn't notice that in VB. Yup, I'm using VB6.
I'll give that a try. Thanks. ;) |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2004 |
| Replies: 20 Views: 8,408 I am almost done with my project and I'd like to obtain some advice on this.
How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x... |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2004 |
| Replies: 4 Views: 10,835 Greetings.
Thanks for the feedback.
How about this:-
A friend of mine is having this problem.
She tried running her application on her desktop and printed some content in VB.
She then tried... |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2004 |
| Replies: 4 Views: 10,835 Greetings.
Erm, okay, thanks in advance!
By the way, when printing with let's say, 100 lines similar to the one below, will it makes things slower, logically? Because it would have to get the text?... |
Forum: Visual Basic 4 / 5 / 6 Aug 5th, 2004 |
| Replies: 4 Views: 10,835 Greetings.
I was just wondering whether this is normal or not:-
When I hit the Print button, it takes a while before the printer starts printing.
The printer spools for a few minutes before... |
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Thanks a lot for your help all the way through. ;) |
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Hey, thanks a lot for your advice.
Btw, just to let you know, I insert those 2 lines after the list.additem but there wasn't any signs.
I tried inserting them just before the... |
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2004 |
| Replies: 3 Views: 15,158 Greetings.
OK, thanks for your opinion.
HTML files? Umm, how would you do that?
Call the MS Internet Control? |
Forum: Visual Basic 4 / 5 / 6 Jul 28th, 2004 |
| Replies: 3 Views: 15,158 Greetings.
I'm sort of on the en-route to project completion except for some small problems here and there.
One more major step is report generation.
I'm totally new in this area. Nothing in the... |
Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Thanks a lot for all your replies.
Mnemtsas, I think I now truly understood the usage of vbModal and using it solved my problems.
However, one more small problem here.
I decided to... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Thanks a lot.
I have a little doubt here.
Could you please explain these lines?
cboTmp.ItemData(cboTmp.NewIndex) = rstProjectStages![lngID]
I don't quite get what you wanna do... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2004 |
| Replies: 19 Views: 10,423 Greetings. Morning!
Thanks for your reply and sorry for making you confused.
I guess I got you.
So, vbModal is very important here.
What about the sequence of coding for:-
Load Form1... |
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Bringing back an old topic.
But not dialog box this time around.
Same problem: passing variables between forms.
Issue: Form Load & Unload.
Previously, without proper testing of each... |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Alright, alright! Thanks a lot for the confirmation.
I'll try to work that out, in fact I deem there'll be no problem with coding that out.
One more question that I have to ask here,... |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2004 |
| Replies: 8 Views: 19,937 Greetings.
Thanks for the url, mnemtsas! Can't really get what you meant by this though:-
Well, I've browsed thru vbaccelerator (http://www.vbaccelerator.com) , I found something about... |
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Thanks for both of your feedbacks.
Mnemtsas, your idea sounds interesting but I don't quite get you there.
Could you please explain a bit further?
Let me rephrase what you mentioned.... |
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Ummm...one more question on Primary Keys -> set to auto increment.
Let's say I have 1,2,3,4,5 in a table already.
When I delete a record, umm, let's say record with PK = 3, is it... |
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Hey, thanks for the advice.
What you meant by the above is to advise me to use an invisible list box rather than arrays? If I get you correctly here, I'd say that it's a good idea.... |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2004 |
| Replies: 8 Views: 19,937 Greetings.
Ok, I got you.
By the way, I could not fully understand wat does hWnd do.
Could you please explain a little if possible?
In addition, I tried using the combo box's Height property but... |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2004 |
| Replies: 8 Views: 19,937 Greetings.
Right, I have came up with a few lines of codes.
I have 6 rows in the listview, and I need to add 1 comboBox to each row at subItem number 2.
At runtime, I could see 1 comboBox at... |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2004 |
| Replies: 8 Views: 19,937 Greetings.
Hey, thanks so much for the "direction".
Did a search in google and I guess I've got a rough picture already.
I'll come back with codes when I'm stuck. ;)
Thanks a lot! |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2004 |
| Replies: 8 Views: 19,937 Greetings.
I have searched high and low for the above topic but to no avail :confused:
Is it possible to add a combo box into one of the columns of a listview control?
Please advise. |
Forum: Visual Basic 4 / 5 / 6 Jul 2nd, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Dim sComIndex(10) as String
:
:
Set myRS = New ADODB.Recordset
myRS.Open "SELECT * FROM comact, competency WHERE comact.com_code=competency.com_code", myDB, adOpenStatic,... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Woah, it's really late, dude. Good nite! ;)
Thanks for the effort. Looking forward to gain something from your lecture tomorrow. :-) |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2004 |
| Replies: 19 Views: 10,423 Greetings.
#1 : Got what you meant. Thanks.
#2 : Not sure if I fully understand. But, I'll give it a try and return with questions if I'm stuck.
Thanks a lot. ;) |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Thanks for the information.
Ok, now that I know it can be done, I still can't figure out why can't I do this:-
sComIndex(iIndex) = myRS!comact.com_code
The error pointed to this line... |
Forum: Visual Basic 4 / 5 / 6 Jul 1st, 2004 |
| Replies: 22 Views: 8,397 Greetings.
Hmph...alright.
Err, one more thing.
Is it possible to connect 2 tables this way?
Set myRS = New ADODB.Recordset
myRS.Open "SELECT * FROM comact, competency WHERE... |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
You are indeed of great assistance.
By the way, regarding the Private Sub Form_Activate(), is it true that it is better to store initializations there instead of Private Sub Form_Load()?... |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2004 |
| Replies: 4 Views: 5,082 Greetings.
Alright, I guess I'll have to stick to that. Else I'll have to draw a lot of forms, with the same navigation menu on the left. That would be a waste of time but a lot more clearer right.... |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
Thanks for the input.
Hey, it works! Hooray! Thanks. |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2004 |
| Replies: 19 Views: 10,423 Greetings.
I have a form loaded and in this form, I have a listbox plus a button.
When the button is clicked, a dialog box will appear alongside with the form.
In the dialog box, there is a combo... |