Forum: VB.NET Sep 24th, 2009 |
| Replies: 4 Views: 317 if u want to give the setup u have to publish the application. its same in both 2005 and 2008.
what u mean by single exe?
if supporting files and the dll used in ur application are not included... |
Forum: VB.NET Sep 24th, 2009 |
| Replies: 2 Views: 201 to add
combobox.items.add("xyz")
combobox.items.add("abc")
to retrieve u can use
combobox.selecteditem or combobox.selectedindex |
Forum: VB.NET Aug 19th, 2009 |
| Replies: 3 Views: 248 |
Forum: VB.NET Aug 16th, 2009 |
| Replies: 3 Views: 248 i dont think it works....
whats the logic behind it
? |
Forum: VB.NET Aug 14th, 2009 |
| Replies: 3 Views: 758 Ok i have a button on MDI parent form and i need to disable it when closing a child form. When writing the button name (cmdmenu) in the child form, it says that the cmdmenu is not declared please... |
Forum: VB.NET Aug 14th, 2009 |
| Replies: 3 Views: 248 Hi all,
i need to select the paragrah from the current cursor position.
any ideas? |
Forum: VB.NET Aug 8th, 2009 |
| Replies: 4 Views: 268 Its kind of word processor application.
any idea to achive this ? |
Forum: VB.NET Aug 6th, 2009 |
| Replies: 4 Views: 268 Hi All
I need to capitalize the first word of each new sentence as user types. How will i come to know about the start of new sentences?
do i need to use regular expression for this? |
Forum: VB.NET Dec 13th, 2008 |
| Replies: 9 Views: 6,535 Yes it wil work
just copy and paste the code and run..
if not works plz let me know. |
Forum: VB.NET Nov 26th, 2008 |
| Replies: 2 Views: 856 Thanks.
I got the solution |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 2 Views: 856 Hi all i need one help.
i have a text file something like this
date time employee name Department id Employee id
Jan 2007 12 pm abc ... |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 6 Views: 2,452 yes Ur correct application.startuppath will give you the path where Ur executable files are there in the machine.
Application.StartupPath + " the desired path u want to be" |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 1 Views: 1,073 what u mean by graphically here?
u can resize the control at run time using controls property called size
and also u can change its location using location property. |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 6 Views: 2,452 In vb.net u need to use the property called Application.StartupPath="path u want to give" |
Forum: VB.NET Nov 11th, 2008 |
| Replies: 4 Views: 1,201 In windows application if u want to create user control
develop the application go to properties of the project make it as a class library
and then select start up object as nothing then run the... |
Forum: VB.NET Sep 12th, 2008 |
| Replies: 5 Views: 437 Hi all.
Thanks for ur response... Finally i got the solution for it....
thnks again. |
Forum: VB.NET Sep 12th, 2008 |
| Replies: 12 Views: 1,587 if u just want to open MS Word u can use
system.diagnostic.process.start("winword") no need to give path..
if u want to run in other machine also it works only thing is that machine must have... |
Forum: VB.NET Sep 12th, 2008 |
| Replies: 5 Views: 437 Ya i tried doing this the problem is,
if user enters the blank lines by pressing enter key it counts as paragraph only.
so any other solutions? |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 12 Views: 1,587 Exactly what u want to do? do u want to automate msowrd? |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 12 Views: 1,587 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... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 5 Views: 437 Thanks for ur response
i got the solution for It. but only thing is i need to count the number of paragraphs in the document. any bady knows how to count the number of paragraphs in the document? |
Forum: VB.NET Sep 10th, 2008 |
| Replies: 5 Views: 437 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... |
Forum: VB.NET Sep 2nd, 2008 |
| Replies: 9 Views: 6,535 Hi laghaterohan
sory for late reply.
yes it works for all u need to have outlook istalled iin ur machine
basically im checking for the windows registry key, that method vill give u the default... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 9 Views: 6,535 Thanks
ur code may work but im interfacing outlook in my appliction. i just want to attach the file with outlook. |
Forum: VB.NET Aug 27th, 2008 |
| Replies: 9 Views: 6,535 Hi all
in my appliction i want to send the document through mail i.e: outlook
here is my code
Dim myWS As Object
Dim RegKey As String
Dim Key As String
... |
Forum: VB.NET Aug 11th, 2008 |
| Replies: 3 Views: 545 By setting the property of form
i.e form2.topmost=true |
Forum: VB.NET Aug 9th, 2008 |
| Replies: 3 Views: 545 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... |
Forum: VB.NET Jul 30th, 2008 |
| Replies: 2 Views: 1,116 Thanks for reply.
I know how to get last accessed time
created time.
but i want to know about last saved by,last printed on, author of the document..
Thank u. |
Forum: VB.NET Jul 29th, 2008 |
| Replies: 2 Views: 1,116 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. |
Forum: VB.NET Jul 21st, 2008 |
| Replies: 3 Views: 443 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. |
Forum: VB.NET Jul 14th, 2008 |
| Replies: 4 Views: 3,687 Thank you.
But your code is replacing the next keyword not selected keyword. |
Forum: VB.NET Jul 10th, 2008 |
| Replies: 4 Views: 3,687 Thnks wayne,
But ur code will search only for fisrt instance of keword and if i click on replace it is replaceing all the instance of key word. if i keep on clicking findnext button it should ... |
Forum: VB.NET Jul 9th, 2008 |
| Replies: 4 Views: 3,687 Hi all.
im writing function to find and replace the string. Im using 2 textbox's one for keyword which is to find and one to to replace. im having having two buttons btnfindnext and btnreplace. if i... |
Forum: VB.NET Jul 3rd, 2008 |
| Replies: 8 Views: 699 It works. Thank u very much. |
Forum: VB.NET Jul 3rd, 2008 |
| Replies: 8 Views: 699 Thank u both ken sharpe and waynespangler for ur response.
what exactly i want is .
Say in document there may be 100 paragrphs out of which only 10 paragraph contains the keyword for which im... |
Forum: VB.NET Jul 2nd, 2008 |
| Replies: 8 Views: 699 Thank u. thats good idea.
But i need to find the paragraph.
in entire document there may be 100's of paragraph but i need to get only those paragraph in which the key word is found.....
pls help... |
Forum: VB.NET Jul 1st, 2008 |
| Replies: 8 Views: 699 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... |
Forum: VB.NET Jun 12th, 2008 |
| Replies: 5 Views: 1,610 No if i use sort it just sort it by name or somthing.
it is not going remove the duplicates.
any how i managed to elimanate the duplictes.
Thanks. |
Forum: VB.NET Jun 9th, 2008 |
| Replies: 5 Views: 1,610 Any one have idea about this issue? |
Forum: VB.NET Jun 4th, 2008 |
| Replies: 5 Views: 1,610 Thanks for ur reply Jx_man. if i use date time picker it loads only one format of date.
and i want to load the listbox with all available datetime formats..
My code is loading all datetime formats... |