Search Results

Showing results 1 to 40 of 54
Search took 0.02 seconds.
Search: Posts Made By: Pgmer
Forum: VB.NET Sep 24th, 2009
Replies: 4
Views: 317
Posted By Pgmer
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
Posted By Pgmer
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
Solved: Get paragraph
Views: 248
Posted By Pgmer
I got it guys.
Forum: VB.NET Aug 16th, 2009
Replies: 3
Solved: Get paragraph
Views: 248
Posted By Pgmer
i dont think it works....
whats the logic behind it
?
Forum: VB.NET Aug 14th, 2009
Replies: 3
Views: 758
Posted By Pgmer
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
Solved: Get paragraph
Views: 248
Posted By Pgmer
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
Posted By Pgmer
Its kind of word processor application.
any idea to achive this ?
Forum: VB.NET Aug 6th, 2009
Replies: 4
Views: 268
Posted By Pgmer
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
Posted By Pgmer
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
Solved: Read text file
Views: 856
Posted By Pgmer
Thanks.
I got the solution
Forum: VB.NET Nov 18th, 2008
Replies: 2
Solved: Read text file
Views: 856
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
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
Solved: vb.net Help
Views: 437
Posted By Pgmer
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
Posted By Pgmer
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
Solved: vb.net Help
Views: 437
Posted By Pgmer
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
Posted By Pgmer
Exactly what u want to do? do u want to automate msowrd?
Forum: VB.NET Sep 11th, 2008
Replies: 12
Views: 1,587
Posted By Pgmer
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
Solved: vb.net Help
Views: 437
Posted By Pgmer
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
Solved: vb.net Help
Views: 437
Posted By 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...
Forum: VB.NET Sep 2nd, 2008
Replies: 9
Views: 6,535
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
By setting the property of form
i.e form2.topmost=true
Forum: VB.NET Aug 9th, 2008
Replies: 3
Views: 545
Posted By 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...
Forum: VB.NET Jul 30th, 2008
Replies: 2
Views: 1,116
Posted By Pgmer
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
Posted By 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.
Forum: VB.NET Jul 21st, 2008
Replies: 3
Views: 443
Posted By Pgmer
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
Posted By Pgmer
Thank you.
But your code is replacing the next keyword not selected keyword.
Forum: VB.NET Jul 10th, 2008
Replies: 4
Views: 3,687
Posted By Pgmer
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
Posted By Pgmer
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
Posted By Pgmer
It works. Thank u very much.
Forum: VB.NET Jul 3rd, 2008
Replies: 8
Views: 699
Posted By Pgmer
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
Posted By Pgmer
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
Posted By 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...
Forum: VB.NET Jun 12th, 2008
Replies: 5
Views: 1,610
Posted By Pgmer
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
Posted By Pgmer
Any one have idea about this issue?
Forum: VB.NET Jun 4th, 2008
Replies: 5
Views: 1,610
Posted By Pgmer
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...
Showing results 1 to 40 of 54

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC