Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for itshibu

Dear all, I am creating a small project for my company ie; document controller. In this project a small module is reading documents. I already made reading of other documents like word,text, etc. But I am unable to create a program that can read pdf files. My main aim is …

Member Avatar for tyagnesh
0
169
Member Avatar for itshibu

Dear friends, I have one problem in my project. I am making one label printing software for ebay. I had made up 95% of the project. Now what is the problem I want to get a field value from ebay site. My application is windows based. I had put one …

Member Avatar for ramola
0
213
Member Avatar for itshibu

Dear Friends, I would like to know how to find exact word from a text data available in SQL String. I mean, Suppose I have a string available in Table1; ie , "My latest activities" I want to search the word like test. Currently I am using query [code=sql]select * …

Member Avatar for fgguzman
0
86
Member Avatar for itshibu

Dear Friends, I would like to know how to find exact word from a text data available in SQL String. I mean, Suppose I have a string available in Table1; ie , "My latest activities" I want to search the word like test. Currently I am using query select * …

Member Avatar for Kids
0
109
Member Avatar for itshibu

Dear all, I am making a new windows based application for my firm. My appli9cation is developing by vb.net. I accomplished most of the goal except custom links in rich text box. As my plan the link work with either pictorial or text. For example. If I am refering a …

Member Avatar for kardsen
0
3K
Member Avatar for itshibu

I tried to write a program that can open files from the server. But the shared folder in the Win2003 server is password protected. i tried the following code [CODE]System.Diagnostics.Process.Start("net.exe", "use K: \\Server\URI\path\here /USER:username password" ) Dim p = New System.Diagnostics.Process p.Start("k:\" & Filename) System.Diagnostics.Process.Start("net.exe", "use /delete K:" )[/CODE] And …

0
56
Member Avatar for itshibu

Dear Friends, I would like to search a word or phrase in microsoft documents. I want to search text portion only. f possible line by line. so i can exit the reading while I find that word. I tried with [CODE]OpenFileDialog1.ShowDialog() Dim ioFile As New StreamReader(OpenFileDialog1.FileName) Dim ioLine As String …

0
79
Member Avatar for itshibu

Dear Friend, I setup FTP server for my company they are using Win 2003 server. I created multi user accounts. In internet explorer or explored window through I can access the particular department folder only (what i logined). But if I going to firefox or some other FTP client softwares …

Member Avatar for cguan_77
0
779
Member Avatar for itshibu

Hi, I am making a small project in asp.net. I designed my menus are in flash bar and opening urlds in an iframe. It working fine. but unfortuantely once i opening url first time it going the load event [Postback] but if i am trying to open another page and …

Member Avatar for itshibu
0
182
Member Avatar for itshibu

Is anybody have the solution for getting source code or some particular contents of an active webpage to a vb application? Pls help me

0
56
Member Avatar for itshibu

I have a project. I need to know how to access source HTML code of active HTML page. I had tried with VB program its working this way : [code] Private Sub Command1_Click() On Error GoTo command_error With Label1 .Caption = "" .AutoSize = True .LinkTopic = "IExplore|WWW_GetWindowInfo" .LinkItem = …

0
72