516 Posted Topics

Member Avatar for asmit1987

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.

Member Avatar for asmit1987
0
203
Member Avatar for Pgmer

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 …

Member Avatar for Pgmer
0
132
Member Avatar for Pgmer

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

Member Avatar for waynespangler
0
95
Member Avatar for Pgmer

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.

Member Avatar for Pgmer
0
97
Member Avatar for karthik1

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.

Member Avatar for Pgmer
0
85
Member Avatar for Pgmer

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 …

Member Avatar for Pgmer
0
200
Member Avatar for Pgmer

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 …

Member Avatar for Pgmer
0
169
Member Avatar for geetajlo

u can sort it in database itself. u can use order by in ur query i think.

Member Avatar for Pgmer
0
114
Member Avatar for geetajlo

I think u need validation in save button click event.if datagrid.row.selected=true then continue else msgbox("Please select Drug name")

Member Avatar for Pgmer
0
64
Member Avatar for geetajlo
Member Avatar for geetajlo
Member Avatar for Pgmer
Member Avatar for Jx_Man
0
100
Member Avatar for Pgmer

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

Member Avatar for Pgmer
0
96
Member Avatar for 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

Member Avatar for QVeen72
0
88
Member Avatar for Pgmer

Hi all i want to validate the printer if printer is connected do else nothing how to get the printer status?

Member Avatar for bwkeller
0
341
Member Avatar for Pgmer

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 …

0
78

The End.