Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~4K People Reached

12 Posted Topics

Member Avatar for 54uydf

You might not have included the respective Microsoft ADO Library in references section of your new project.

Member Avatar for 54uydf
0
106
Member Avatar for RahulV

To enable check boxes: When you have added a list view control to your form, right click any where on list view control and select general tab in property pages. 1) Enable check box named "Checkboxes" 2) Select "3-Report" in view property. To have multiple check boxes select "Column Headers" …

Member Avatar for vipin saxena
0
2K
Member Avatar for sddunakhe

Check the value assigned to mshflexgrid1.row at the time of error, it should not be greater than (one less than mshflexgrid1.rows) and should be valid integer/long.

Member Avatar for ankush.mukherje
0
500
Member Avatar for jemz

i think you have to open a new file simultaneously, start reading from first file and writing in second file ignoring the record you want to delete, then after closing both files you can delete first file & rename the second file. i think this is the bad part of …

Member Avatar for ankush.mukherje
0
235
Member Avatar for samira1993

you can use this code to calculate [CODE]approx_population_string="" for 1 to No_of_days approx_population_string = approx_population_string & str(Starting_number_of _organisms * Average_daily_increase_in_percent / 100) & " " next[/CODE]

Member Avatar for vipin saxena
0
103
Member Avatar for jemz

What only unharmful after effect it(this code) will have is this grid will have a blank row after the last record. [CODE]If m_pno = pn Then With grd .TextMatrix(grd.Rows - 1, 0) = vidno .TextMatrix(grd.Rows - 1, 1) = last + "," + first + "" + middle .TextMatrix(grd.Rows - …

Member Avatar for vipin saxena
0
343
Member Avatar for ankush.mukherje

well for this type of scenario, i would recommend using List View Control instead of list boxes, where user can select multiple options at the same time.

Member Avatar for ankush.mukherje
0
134
Member Avatar for vipin saxena

hi all, and respect for seniors & experts, i m a free lancer vb6 programmer and wants 2 shift 2 web development. i m very much confused as 2 which combination of technologies 2 opt. to opt for open source or not., which client side technology and which server side. …

Member Avatar for vipin saxena
0
97
Member Avatar for sky2217

i have also faced same problem, but 2 find d only solution 2 compile d app. in OS in which it has 2 be installed

Member Avatar for stevanturk
0
95
Member Avatar for abu taher

write this code in option1 click event (caption this option button as "Enable") text1.enable=true write this code in option2 click event (caption this option button as "Disable") text1.enable=false also set the default value for text1.enable at design time or in form load event

Member Avatar for abu taher
0
142
Member Avatar for Tham0

RetVal = Shell(App.Path & "\abc.xls", 1) insert the above code in click event of your command button. where abc.xls is your excel file which is present in your application folder or you can enter respective path. you must have Microsoft excel installed on your system. you have to also include …

Member Avatar for vipin saxena
0
81
Member Avatar for Beatle Bailey

i think this can be done in a better way using access database, then u may also need not use multidimensional array.

Member Avatar for vipin saxena
0
165

The End.