Search Results

Showing results 1 to 40 of 85
Search took 0.01 seconds.
Search: Posts Made By: dinilkarun ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Mar 20th, 2009
Replies: 2
Views: 586
Posted By dinilkarun
Hi,

I would like to query from you people if its possible to
change back color either row wise or CELL wise in List box.

Also I would like to know any other ways of listing record in forms...
Forum: Visual Basic 4 / 5 / 6 Feb 12th, 2009
Replies: 0
Views: 1,232
Posted By dinilkarun
Hi,

I would like to insert a background image in an excel sheet which is generated through VB code. The image should be inserted in such a manner so that any data in the same cells can be seen...
Forum: Visual Basic 4 / 5 / 6 Feb 8th, 2009
Replies: 3
Views: 665
Posted By dinilkarun
I want to do the following in excel sheet fully using VB code.

1. Placin 1 single bitmap from (1,1) to (1,8) cell
2. Placing a text box over it.
3.filling the textbox with text.

THe above...
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2009
Replies: 3
Views: 665
Posted By dinilkarun
hi,

I want to put a textbox over a bitmap in MS Excel sheet and populate the textbox with a value from VB code. Please guide me in acheiving the same.


Regards,
Dinil
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2009
Replies: 1
Views: 321
Posted By dinilkarun
hey all,

I am developing application which has a huge data base.
From that application, I generate REPORTS in Excel and FORMS(MS ACCESS) and also some PIE and BAR graphs in MS ACCESS file itself...
Forum: Visual Basic 4 / 5 / 6 Jan 21st, 2009
Replies: 7
Views: 1,809
Posted By dinilkarun
My application is developed in MS Access using VB. I have a form having multiple textboxes and other controls. Running the code for setting the scrollbar to the end is not working here and throws up...
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2009
Replies: 7
Views: 1,809
Posted By dinilkarun
the code is giving error!!!1

Please help any other alternative.
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009
Replies: 2
Views: 626
Posted By dinilkarun
ExcelSheet.PageSetup.PrintTitleRows = "Sheet1!$1:$3"
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2009
Replies: 2
Views: 626
Posted By dinilkarun
Please help me in automatinng the following in my EXCEL sheet using VB.
I want to make my first two rows as Repetitve in every page of print.In excel it can be done as

PAGE SET UP->SHEET -> Print...
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2009
Replies: 7
Views: 1,809
Posted By dinilkarun
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2009
Replies: 7
Views: 1,809
Posted By dinilkarun
Please help me in positioning the scroll bar at the bottom of text.
Please help me by providing the code snippet.
Forum: Visual Basic 4 / 5 / 6 Dec 30th, 2008
Replies: 5
Views: 1,159
Posted By dinilkarun
its the name of field of NUMBER type in MS ACESS back end.

The back end value is being passed as as Integer parameter to a function.Inside the function i need to add De_hours value into a Sum...
Forum: Visual Basic 4 / 5 / 6 Dec 30th, 2008
Replies: 5
Views: 1,159
Posted By dinilkarun
It is not working.
Please Help
Forum: Visual Basic 4 / 5 / 6 Dec 30th, 2008
Replies: 5
Views: 1,159
Posted By dinilkarun
I am coding in VB to add 3 fields of MS Access back end.
If there is no value (or blank) in a particular field, I want 0 to be considered in addition.

Following code is not working for checking...
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008
Replies: 0
Views: 546
Posted By dinilkarun
I want to populata records into a list where i can have the following functionalities.

1) Multiple selection of records

2) Back colouring of individual reords.

Among Flexgrid and Datagrid...
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008
Replies: 8
Views: 1,147
Posted By dinilkarun
My requirement from list is

1) Multiple selection of records.

2)Back colouring of record.

Please suggest which Grid should i go with.?FLEXGRID or DATAGRID

I want to choose a grid which...
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008
Replies: 8
Views: 1,147
Posted By dinilkarun
I want to colour the 8 the column in evry row and movement row is done by "I".

For I = 0 To lstProject_report.ListCount
lstProject_report.Column(8, 1) = QBColor(I)
Next

I am getting...
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2008
Replies: 8
Views: 1,147
Posted By dinilkarun
I am gettin error message
"The RowSourceType" Property must be set to "Value List" to use this method.
The code is stoping at
lstProject_report.AddItem "Color " & I
in Form_load()...
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2008
Replies: 8
Views: 1,147
Posted By dinilkarun
IN MS access FORM i have a list box column which is filled with colour names.

Once the form is loaded i want to make backcolour of that record same as the one mentioned in that column.
...
Forum: Visual Basic 4 / 5 / 6 Dec 16th, 2008
Replies: 2
Views: 497
Posted By dinilkarun
PLESE help me with the above post
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2008
Replies: 2
Views: 899
Posted By dinilkarun
HI,

Please help me in colourin the text frame with 2 different colours.

With ppSlide1.Shapes(3)
.TextFrame.TextRange.Text = "Wing PRR :Total Weight: "
...
Forum: Visual Basic 4 / 5 / 6 Dec 11th, 2008
Replies: 2
Views: 671
Posted By dinilkarun
hi,
I want help in developing the following code.

step1 : match Todays date with string in Paragraph.
Step 2: if Date matches, extract from Date to EndOfLine.

Step 1 code

If...
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2008
Replies: 10
Views: 1,665
Posted By dinilkarun
Thank you....very much
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2008
Replies: 10
Views: 1,665
Posted By dinilkarun
I am refering to same cell.

Title :

Ball
Cat
Dog

Title : in BOLD and Underline
Rest of the data in BULLETS
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2008
Replies: 10
Views: 1,665
Posted By dinilkarun
I am refering to Power point Table cell.
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2008
Replies: 10
Views: 1,665
Posted By dinilkarun
please tell me how to format text in a SINGLE cell of a table.
Once the following text is added. i want to format it in followinfg way.

---------------X_------------------------
Title :

...
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008
Replies: 0
Views: 582
Posted By dinilkarun
hi,

I would like to generate ppt where data from my back end MS ACCESS dynamicall changes with record.I coded for connectin to back end.

I want the code to generate Power point using VB 6.0...
Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2008
Replies: 2
Views: 497
Posted By dinilkarun
hi,

Through VB i want to set the first 3 rows of my excel sheet as HEADER so that those 3 rows will be common header for all the pages when i print them.

Regards,
Dinil
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2008
Replies: 0
Views: 878
Posted By dinilkarun
I have given below a code snippet where i am able to generate a ppt with one slide. In a loop the followig code snippet will be passed with new "dbId" and for each "dbId" new slide has to be added in...
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 8
Solved: SS Tab
Views: 760
Posted By dinilkarun
Thanks a lot.....
Its working perfectly....
Thanks once again

Cheers,
Dinil
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 8
Solved: SS Tab
Views: 760
Posted By dinilkarun
Hi...
In which event do I put the above piece of code??....
I tried with this:
Private Sub SSTab1_DblClick()
If Text1.Text = "" Then

If MsgBox("You should Enter Required Data", vbOKOnly,...
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008
Replies: 8
Solved: SS Tab
Views: 760
Posted By dinilkarun
Hi....
I am not able to find the click event of tab2.
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2008
Replies: 8
Solved: SS Tab
Views: 760
Posted By dinilkarun
Hi friends....

I am using SS Tab in my form. There are 4 tabs in total. The user needs to enter a text provided on tab1 and then go to tab2. If the user clicks on tab2 without entering...
Forum: Visual Basic 4 / 5 / 6 Sep 2nd, 2008
Replies: 7
Views: 3,906
Posted By dinilkarun
Thanks a lot.....
Its done...

Regards,
Dinil
Forum: Visual Basic 4 / 5 / 6 Sep 1st, 2008
Replies: 7
Views: 3,906
Posted By dinilkarun
I want to write this code from VISUAL BASIC IDE.

Regards,
Dinil
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2008
Replies: 7
Views: 3,906
Posted By dinilkarun
Hi friends,

I want to copy few cells of an excel sheet and paste special(picture) in ms-word. I want to develop a vb code code for this.

Please help!...

Regards,
Dinil
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2008
Replies: 4
Views: 2,097
Posted By dinilkarun
Thanks for your suggestions.
I used the 'update table' statement instead of 'insert into' statement.
Its working now....

Cheers,
Dinil
Forum: Visual Basic 4 / 5 / 6 Aug 20th, 2008
Replies: 4
Views: 2,097
Posted By dinilkarun
Thanks for your suggestions. I tried the above given solutions but still I am unable to rectify the problem.
Please find attached the snap shot of the database. The first three fields in the first...
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2008
Replies: 4
Views: 2,097
Posted By dinilkarun
Hi,

I have two functions. The first function fills the first three fields of the first row of an MS_Access table. I want to fill the remaining fields of the same(1st) row in the second...
Forum: Visual Basic 4 / 5 / 6 Aug 18th, 2008
Replies: 1
Views: 1,899
Posted By dinilkarun
Dim fso As New FileSystemObject
dim Exists as boolean
Exists = fso.FolderExists(strFolderName)

if exists=True then
'the folder path exists
else
'does not exists
endif
Showing results 1 to 40 of 85

 


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

©2003 - 2009 DaniWeb® LLC