Search Results

Showing results 1 to 40 of 51
Search took 0.01 seconds.
Search: Posts Made By: Jishnu ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2008
Replies: 5
Views: 1,019
Posted By Jishnu
No 'logic' as such. You need to be well-conversant with the basic properties and methods of the listbox and combobox controls.
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2008
Replies: 8
Views: 748
Posted By Jishnu
Agreed. That is more practicable for such long delays.
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 8
Views: 748
Posted By Jishnu
Well, I've used it this way. No other ideas.
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 8
Views: 748
Posted By Jishnu
My post shows you one way to introduce those 2-minute delays that you want.
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 6
Views: 1,914
Posted By Jishnu
Repeated Thread (http://www.daniweb.com/forums/thread132002.html). :D
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 1
Views: 505
Posted By Jishnu
There might be ready-made API's (i m creating a new project of vb to access conncetivity in 5 PC small LAN.) out there.



For dealing with MS Access through VB, use ADODB.
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 2
Views: 748
Posted By Jishnu
Your being more specific will help us help you more.
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008
Replies: 8
Views: 748
Posted By Jishnu
Write this code in the declaration section:

Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Then suppose you want a delay of 2 minutes, then convert it into...
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2008
Replies: 3
Views: 2,602
Posted By Jishnu
Eh?! What's the point repeating the words of the OP?

MSComm32 control can be used for serial port communication and for database handling (MS Access), you may use ADODB.
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008
Replies: 8
Views: 889
Posted By Jishnu
[QUOTE]

For ready-made API's use google (http://www.google.co.in/search?q=VB6+network+API&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a). Or if you like, you can establish...
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2008
Replies: 8
Views: 889
Posted By Jishnu
It worked even with Access 2003 on my PC.



If you're free to choose the mode of communication between the computers, you can implement it using VB6. You have ready-made controls for serial data...
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2008
Replies: 2
Views: 1,625
Posted By Jishnu
Check out this (http://forums.msdn.microsoft.com/en-US/vbgeneral/thread/41e5a1fd-b33a-4e62-b73a-aa364c5dae5c/).
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2008
Replies: 1
Views: 884
Posted By Jishnu
This (http://www.regular-expressions.info/unicode.html) may help you.
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2008
Replies: 5
Views: 2,793
Posted By Jishnu
For just a horizontal scrollbar make ScrollBars=1. No need for making it MultiLine if you don't need the vertical scrollbar.
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2008
Replies: 1
Views: 1,390
Posted By Jishnu
Then, use it ;).

Frankly, I couldn't find out the solution to your problem from your post. Post the entire code if possible/feasible.
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2008
Replies: 9
Views: 1,306
Posted By Jishnu
Hi David, Use code tags as I've done here: You probably added an extra space in

'To update a database on say Form1 from Form2, precede the same code with the form name, i.e., on Form1 use this...
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2008
Replies: 11
Views: 12,910
Posted By Jishnu
Another 'fossil' thread bumped up right through :D
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2008
Replies: 3
Views: 561
Posted By Jishnu
Go to Project-->Properties. Click on the Make tab. There you can enter version no., version info., application etc. Okay?
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2008
Replies: 3
Views: 561
Posted By Jishnu
If you want to add those details, go to Project-->Add Form and select About Dialog. Specify the information there and link it with the menu option Help-->About in your application using menu editor.
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2008
Replies: 9
Views: 4,503
Posted By Jishnu
The solution is already given in the previous posts... Wonder why the OP didn't get back.
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2008
Replies: 15
Views: 32,971
Posted By Jishnu
Another 'fossil' thread bumped right through :D
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2008
Replies: 3
Views: 1,663
Posted By Jishnu
Mark the thread as SOLVED if it is so.. That is the proper procedure over here.
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2008
Replies: 3
Views: 583
Posted By Jishnu
On my XP, it supported Access 2003.



This means that you want the user to add his own functionalities and add them in the menus. Is it? Do you want the user to write the code for the new...
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 583
Posted By Jishnu
Why do you need that? Why not work in the same version you want to run it on?



Have you done that, or you're planning to do so?
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Solved: lprint to usb
Views: 1,477
Posted By Jishnu
Though I may be wrong, I think that code won't be compatible. You'll have to learn VB. And that's not much difficult. Come on!
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 580
Posted By Jishnu
Sorry, I didn't get what particular problem you're facing.
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 1,663
Posted By Jishnu
Use the ADODB control avilable in VB6. It basically deals with all the recordset in a MS Access database. Google for more info on the same. Hope this helps :)

You may also refer to the tutorial...
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 9
Views: 1,306
Posted By Jishnu
As you've probably done, keep two different forms - one would be your main form (the startup form) and second would be for updating the database. You can for example keep a password protection for...
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2008
Replies: 6
Views: 1,546
Posted By Jishnu
If so, do mark the thread as 'Solved'.
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2008
Replies: 9
Views: 1,306
Posted By Jishnu
Yeah. But by which means do you plan to update them? According to a certain rule, or randomly or according to user input?
Forum: Visual Basic 4 / 5 / 6 Jun 18th, 2008
Replies: 4
Views: 966
Posted By Jishnu
I thought that you wanted the value of the last element to be assigned dynamically. But, this is also fine. Please do mark the thread as solved if it is so.
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 3
Views: 653
Posted By Jishnu
It's specially meant for developing mobile applications, so considering this problem, it'd be easier with J2ME than with VB.
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 2
Views: 503
Posted By Jishnu
You've posted the same problem over here. http://www.daniweb.com/forums/thread129621.html

Please be patient and do not repost the same problems.
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 9
Views: 1,306
Posted By Jishnu
What kind of database do you have? How do you want to update it? Automatically?
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 1
Views: 515
Posted By Jishnu
I couldn't get you.
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 3
Views: 653
Posted By Jishnu
Considering what you want to do and your experience, the same project could be done more easily using J2ME than VB. So, if you're going to learn VB only for this particular project, switch to J2ME.
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 4
Views: 966
Posted By Jishnu
The OP wants to add new elements too. Your code doesn't support that.

@purplegerbil

There are many inbuilt functions for string manipulations in VB6. Go to Object Browser and check out the...
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 26
Views: 51,421
Posted By Jishnu
Good God! Did you realize that you're replying to a thread posted by the OP in Feb 2006? It is a general practice to do so over here only if you've got significant amount and quality of content to...
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2008
Replies: 1
Views: 586
Posted By Jishnu
I understand that when the user selects the country, he/she should get the country id. Is it so? then why do you want to pass the entire record set? Why do you want the country id to be passed in a...
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2008
Replies: 2
Views: 1,754
Posted By Jishnu
Please be more specific. Specify the format of the records in the text file. Or else, state what exact problem you're facing in doing the above task.
Showing results 1 to 40 of 51

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC