516 Posted Topics
Re: You have to add com object reference in your appliction i.e microsoft word 9.0 object library and in namspace iimports the word so that you can use the ms word object in ur code as you like just try it out. | |
Hi all im Implementing wordcount feature in my appliction it counts the numberof lines in the document,number of pages, number of charecters with space and without space, numberof paragraphs in the document i implemented this function it is working fine but the problem is becoz of loops and im checking … | |
Hai all. In my appliction im having MDI parent form. and i made frm2 as topmost form But problem is whenever i open some other appliction still that frm2 will come on top. whenver my application is open or active then only frm2 should be on top. Thanks | |
Hai all, I want to get to know about the file summary like last saved by, last printed on, authour etc... How can get it using file info function. Thanks in advance. | |
Re: Instead of combobox to type char or string cant u use textbox? if yes then u can list the list box with all the name of customer starting with that charecter. | |
Hai all, in my appliction Im writing functionality to find keywords entered by user if keyword found i need to return the 10 words before keyword and 10 words after keywords, Im able to find the keywords using Instr method.. Im not getting how to get 10 words Before and … | |
Hi all Im loading list box with availabel datetime formats . but it is loading all the date time formats twice... here is my code: Dim dateTime As DateTime = New _ DateTime(Now.Year, Now.Month, Now.Day, Now.Hour, _ Now.Minute, Now.Second) Dim d() As String = Nothing d = dateTime.GetDateTimeFormats() lstdateandtime.Items.AddRange(d) how … | |
Re: u can sort it in database itself. u can use order by in ur query i think. | |
Re: I think u need validation in save button click event.if datagrid.row.selected=true then continue else msgbox("Please select Drug name") | |
Re: Hi. u can use masked text box for ur requirement | |
Re: Do u want all Charecters of textbox in upper case? | |
How can i delete the Combobox Collections programetically?????/ | |
Hi all Im developing one application where i need Ms Exell as my database and vb as fornt end i dont know how to use exel as data base? Plz help me out..... thnx regards.. Pgmer | |
Hi all i want to use Ms Excel as database and vb6 as front end is it possible? if yes then how to do it plz answer if u know | |
Hi all i want to validate the printer if printer is connected do else nothing how to get the printer status? | |
Hi all. im using Textcontrol version14. im able to add pagenumber to the Left top of the page and leftbottom of the page but i want to give the two more options like center of the document and right top and bottomright of the document. but im not getting how … |
The End.