- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
Re: You might not have included the respective Microsoft ADO Library in references section of your new project. | |
Re: 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" … | |
Re: 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. | |
Re: 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 … | |
Re: 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] | |
Re: 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 - … | |
Re: 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. | |
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. … | |
Re: 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 | |
Re: 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 | |
Re: 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 … | |
Re: i think this can be done in a better way using access database, then u may also need not use multidimensional array. |
The End.