Search Results

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: guest11 ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2009
Replies: 1
Views: 747
Posted By guest11
hi all,

I want to read MS-Access database tables through VB.

I try for reading excel file and i got success in reading excel file by adding reference microsoft execel library .

But i am...
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2009
Replies: 5
Views: 693
Posted By guest11
hi hkdani,

thanks for your support i got my problem. Actually i had taken all controls on tab control, and that's why i am facing that negative value problem. But now i got the solution thanks...
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2009
Replies: 5
Views: 693
Posted By guest11
I use the same concept. But when i calculate the current left value then i got that value in minus(value i got is -68550). So whenever i try to calculate the new position using current left value i...
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2009
Replies: 5
Views: 693
Posted By guest11
hi all,

I have one problem with resizing forms.

I am developing our application in vb and i gave code for resizing forms in resize event of form. First i save the sizes of all controls in forms...
Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2009
Replies: 4
Views: 546
Posted By guest11
thanks for ur reply debasis.
Can you give me the example for that .
I have 108 controls on my form.
Forum: Visual Basic 4 / 5 / 6 Mar 13th, 2009
Replies: 4
Views: 546
Posted By guest11
hi all,
N good morning!

I am developing an application in vb. I had developed my application on my PC in 1024*768 screen resolution. When i rum my application in the same screen resolution then...
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009
Replies: 4
Views: 1,378
Posted By guest11
But i also want to assign value when user access data from database. Actually what i am doing is, when user enter new data that time i gave him selection from combo box but when user edit data that...
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2009
Replies: 4
Views: 1,378
Posted By guest11
hi all,
I want to use combo box in my application and i want to give user only selection option for combo box when they are entry data so i make combo boxs style property to drop down list. But...
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2008
Replies: 1
Views: 958
Posted By guest11
hi all,

I am making an insurance policy application in which i want give the facility of attaching file to user.
Actually i want to give facility that suppose customer give the required papers...
Forum: Visual Basic 4 / 5 / 6 Nov 7th, 2008
Replies: 5
Views: 502
Posted By guest11
No forms are not the sequence forms I gave different name to all forms like AdmissionFrm , blockwiseFrm etc
Actuially I have two forms for viewing information and when I select one option from the...
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2008
Replies: 5
Views: 502
Posted By guest11
I am creating vb appliction in which there are 20 forms i want to create two command buttons named current and previous forms. Can anybody tell me how i can do this ?
I want guide line.

Thanks...
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008
Replies: 1
Views: 748
Posted By guest11
Hi all,

I am facing problem regarding screen resolution. I mean i make one project and its run and look nice in my PC screen but if i run the same app. in others PC then its create problem i am...
Forum: Visual Basic 4 / 5 / 6 Sep 30th, 2008
Replies: 1
Views: 701
Posted By guest11
hi all,

Can anybody give me code for connecting vb 6.0 to ms-access 2007 with connectionstring

Regards
Guest11
Forum: Visual Basic 4 / 5 / 6 Sep 30th, 2008
Replies: 0
Views: 424
Posted By guest11
hi all,

I have developed one application in vb and database MS-Access2003 it works properly if i use ms access 2003 or earlier version but if i run this application with latest version of database...
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008
Replies: 2
Views: 750
Posted By guest11
if rno and Rollno are same then try this query

INSERT INTO Section(FirstName, LastName)
SELECT FirstName, LastName FROM Student where student.rno=section.rollno

i hope it will work
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008
Replies: 4
Views: 488
Posted By guest11
give date value as

doj.text=09/01/2008
doj1.text=09/22/2008

i hope it will work try it
Forum: Visual Basic 4 / 5 / 6 Sep 9th, 2008
Replies: 0
Views: 643
Posted By guest11
hi all,

I am using data report tool for showing my reports.
Everything is working well i am accessing records from table but when i set datasource to datareport it shows all records excluding...
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2008
Replies: 6
Views: 2,301
Posted By guest11
You have to change report show property to landscape mode which u can do from here :
click start goto control panel menu then click Printers and faxes if you had installed the printer in your...
Forum: Visual Basic 4 / 5 / 6 Aug 25th, 2008
Replies: 3
Views: 1,012
Posted By guest11
thank you very much selvaganapathy for ur rly my problem is solved .

regards
Guest11
Forum: Visual Basic 4 / 5 / 6 Aug 24th, 2008
Replies: 3
Views: 1,012
Posted By guest11
hi all,

I am facing small problem in access database .
I am using MS-Access database in our application and i secure it by setting password to my database. But now i want to acces that database...
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2008
Replies: 11
Views: 1,073
Posted By guest11
if your problem is solved than mark it as solved.
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008
Replies: 11
Views: 1,073
Posted By guest11
try this code
first of all make fields in your crystal report by using this steps
1. Open ur Crystal Report using crystal report wizard
2. select insert menu
3. select Field Object from Insert...
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008
Replies: 5
Views: 2,077
Posted By guest11
Try this :
set form's BorderStyle=none or 0 and when you click the button set forms WindowState property =2
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008
Replies: 1
Views: 1,474
Posted By guest11
set textbox Font property in whatever language u want. But u must know the font family of that language. for example i want to set textbox to marathi language then i set font property of that textbox...
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008
Replies: 11
Views: 1,073
Posted By guest11
passing variable values is also possible in crystal report. But type of value you want to pass explain using example means what you want to pass report title or what ?
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2008
Replies: 0
Views: 504
Posted By guest11
hi all,

I am making an application which i want to make in multilingual means i want to make that application in many languagues. Suppose user select any language than font of my application will...
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2008
Replies: 2
Views: 547
Posted By guest11
Try our this code:

dim i as integer
dim j as integer
dim cnt as integer
dim rs as adodb.recordset

set rs=new adodb.recordset
rs.open urQuery,urDatabaseConnectionPath
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008
Replies: 3
Views: 792
Posted By guest11
Function GetRecord()

Dim ConnectionStr As String
Dim Uconnection As ADODB.Connection
Dim rs As ADODB.Recordset


ConnectionStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &...
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2008
Replies: 1
Views: 2,411
Posted By guest11
hi all,

There is a tool in VB called Help Workshop.
I want to create Help file for my project.
Can anybody tell me the step by step process for creating help files through help shop.

Thank in...
Forum: Visual Basic 4 / 5 / 6 Feb 12th, 2008
Replies: 2
Views: 520
Posted By guest11
hi all,

Please can anybody help me.
I want to make installable of my project. I already make an exe of that project and try to make installabel through Package and Deployment tool from VB menu....
Forum: Visual Basic 4 / 5 / 6 Jan 4th, 2008
Replies: 3
Views: 1,972
Posted By guest11
HI all,


I want to know the result of common dialog control. My code is :

CommonDialog1.Flags = cdlCCFullOpen
CommonDialog1.ShowColor
Label1(0).BackColor =...
Showing results 1 to 31 of 31

 


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

©2003 - 2009 DaniWeb® LLC