Search Results

Showing results 1 to 40 of 897
Search took 0.05 seconds.
Search: Posts Made By: debasisdas ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 6 Days Ago
Replies: 2
Views: 230
Posted By debasisdas
Try using SendKeys (http://msdn.microsoft.com/en-us/library/8c6yea83%28VS.85%29.aspx) Method
Forum: Visual Basic 4 / 5 / 6 6 Days Ago
Replies: 7
Views: 366
Posted By debasisdas
Please post your code that you are working on. Our experts will advice you to improve the same. Don't expect the complete code.
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 3
Views: 305
Posted By debasisdas
the first one uses client side cursor.
Forum: Visual Basic 4 / 5 / 6 11 Days Ago
Replies: 8
Views: 3,035
Posted By debasisdas
@sbchandru

You need to post your working code before asking for code and specify in which part you are facing problem.

Here we do not run a free code writing service.
Forum: Visual Basic 4 / 5 / 6 12 Days Ago
Replies: 7
Solved: visual basic
Views: 579
Posted By debasisdas
There are different ways to connect to database.

you can either you code or components.

try using ADO or DAO.

What is the database that you are using.
Forum: Visual Basic 4 / 5 / 6 13 Days Ago
Replies: 6
Views: 382
Posted By debasisdas
If you want to move that like hands of a clock use SIN and COS trigonometric functions.
Forum: Visual Basic 4 / 5 / 6 13 Days Ago
Replies: 4
Views: 274
Posted By debasisdas
1. declare a byte variable
2. check the value for 3>= before prompting for inputbox
3. increment the value by by 1 after the inputbox
Forum: Visual Basic 4 / 5 / 6 13 Days Ago
Replies: 2
Views: 279
Posted By debasisdas
What did Google say ?

Have you tried for that option ?
Forum: Visual Basic 4 / 5 / 6 13 Days Ago
Replies: 2
Views: 139
Posted By debasisdas
put the application in start up.
run the application in system tray.
use some third party control to display popup message.
Forum: Visual Basic 4 / 5 / 6 15 Days Ago
Replies: 2
Views: 321
Posted By debasisdas
What exactly is the error.
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 2
Views: 271
Posted By debasisdas
Please find the connection string here (http://www.connectionstrings.com/mysql).
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 2
Views: 274
Posted By debasisdas
Please check this (http://www.daniweb.com/forums/thread243004.html) thread.
Forum: Visual Basic 4 / 5 / 6 17 Days Ago
Replies: 4
Views: 480
Posted By debasisdas
Kindly post the code that you are working on.
Forum: Visual Basic 4 / 5 / 6 18 Days Ago
Replies: 2
Views: 216
Posted By debasisdas
what i understand is you need to store username and password in oracle database and use that credential to login to your application dynamically at runtime.
if that is the case

select count(*)...
Forum: Visual Basic 4 / 5 / 6 20 Days Ago
Replies: 6
Views: 531
Posted By debasisdas
What about restriction the user input to certain length ?
For output if the value is outside the range of decimal, simply show as out of range. That is exactly what the windows built in calculator...
Forum: Visual Basic 4 / 5 / 6 23 Days Ago
Replies: 6
Views: 510
Posted By debasisdas
you need to copy the activex component also to the system and register that using REGSVR32 command.
Forum: Visual Basic 4 / 5 / 6 23 Days Ago
Replies: 4
Views: 436
Posted By debasisdas
Please have a look at this article (http://support.microsoft.com/kb/168204) from MSDN.

Also check this (http://articles.techrepublic.com.com/5100-10878_11-1050075.html) .
Forum: Visual Basic 4 / 5 / 6 23 Days Ago
Replies: 11
Views: 15,042
Posted By debasisdas
You need to read Post #2.
Forum: Visual Basic 4 / 5 / 6 23 Days Ago
Replies: 3
Views: 298
Posted By debasisdas
How much you are ready to pay for the tool / code?
Forum: Visual Basic 4 / 5 / 6 25 Days Ago
Replies: 6
Views: 459
Posted By debasisdas
What happens when you call the function / event in Form_Resize event ?

Is that not getting executed ?
Forum: Visual Basic 4 / 5 / 6 27 Days Ago
Replies: 5
Views: 962
Posted By debasisdas
you simply need to follow the post #2
Forum: Visual Basic 4 / 5 / 6 28 Days Ago
Replies: 6
Views: 368
Posted By debasisdas
you need to install sql server client in the other system and connect to the server to access the database..
Forum: Visual Basic 4 / 5 / 6 28 Days Ago
Replies: 3
Views: 404
Posted By debasisdas
What exactly you are trying to do ?
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 16
Views: 1,046
Posted By debasisdas
try the following code, make changes as desired


Dim CN As New ADODB.Connection
Dim RS As ADODB.Recordset
Dim DataFile As Integer, Fl As Long, Chunks As Integer
Dim Fragment As Integer,...
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 2
Views: 650
Posted By debasisdas
you need to add a do event to your code.
Forum: Visual Basic 4 / 5 / 6 Nov 2nd, 2009
Replies: 5
Views: 354
Posted By debasisdas
you need to format the value of DTPicker.
Forum: Visual Basic 4 / 5 / 6 Nov 1st, 2009
Replies: 16
Views: 888
Posted By debasisdas
you are struck in which part ?
Forum: Visual Basic 4 / 5 / 6 Nov 1st, 2009
Replies: 4
Views: 322
Posted By debasisdas
since you are going to design , you should have the requirements. You need to gather all information before starting design of the system
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2009
Replies: 3
Views: 279
Posted By debasisdas
is the items stored in database ?
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2009
Replies: 4
Views: 311
Posted By debasisdas
the following might be helpful.

Save image to database. (http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database)
Retrieve image stored in database....
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2009
Replies: 2
Views: 241
Posted By debasisdas
You need to use CDO library.
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2009
Replies: 5
Views: 9,963
Posted By debasisdas
You need to connect to SMS gateway for all that. Contact your Service provider.
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2009
Replies: 2
Views: 473
Posted By debasisdas
kindly post your table structures.
Forum: Visual Basic 4 / 5 / 6 Oct 15th, 2009
Replies: 4
Views: 311
Posted By debasisdas
Do you want to store and retrieve images in database ?
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 3
Views: 251
Posted By debasisdas
Can you kindly post what have you done so far.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 8
Views: 375
Posted By debasisdas
try something like this

rs.open "select count(student_id) from students where student_id=" & std_id

if it returns >0 then proceed further.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 2
Views: 342
Posted By debasisdas
Try to use DELETESETTINGS to delete any entry from registry.

Are you sure a non-existing application is still running ?
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 1
Views: 312
Posted By debasisdas
do for the device that has inbuilt file locking system.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 6
Views: 1,396
Posted By debasisdas
as already discussed you just need to use that as a plug play device like any keyboard.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 2
Views: 262
Posted By debasisdas
what playable ?

all mp3 files are playable , if your usb drive is a player it will definately play the file.
Showing results 1 to 40 of 897

 


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

©2003 - 2009 DaniWeb® LLC