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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ananth3125

in the below coding the files selected in the dialog box are dispalyed in the list-box, but while selecting the format i need to display only the selected format files to be displayed , how to modify the coding to keep like that. [CODE]Imports System.IO Public Class Form1 Dim fdlg …

Member Avatar for chriswelborn
0
125
Member Avatar for ananth3125
Member Avatar for codeorder
0
223
Member Avatar for ananth3125

hi, here i tried the coding for splitting the document file from the merged file,, i found the problem that a new document is not creating [CODE] Dim str1 As String = TextBox1.Text Dim str2 As String = str1.Replace("[", "") & str1.Replace("]", "") Dim filename As Object = "f:\" & …

Member Avatar for Reverend Jim
0
152
Member Avatar for ananth3125

hi , i had created a new .doc file, in the coding part a single doc file is readed and writed to the new doc file ... how can i continue the operation for reading multiple doc file and write it to a new doc file ..... [CODE]Imports System.Windows.Forms Imports …

0
63
Member Avatar for ananth3125

here in the below coding a paragraph is added to new document created with vb.net coding, but i need to merge a document file in the newly created document, kindly guide me the coding........... [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim oMissing As …

0
56
Member Avatar for ananth3125

hai , here in the below coding the files are merged , but the resulting format is stored as "encoded text" , i need the format to be ".doc" or ".rtf" files [CODE] Dim mydirpath As String = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) Dim txtlist As String() = Directory.GetFiles(mydirpath, "*.doc") Dim strfile As New …

Member Avatar for G_Waddell
0
102
Member Avatar for ananth3125

here in the below coding i got the filenames displayed in the listbox, but i need the option for selecting .doc or .rtf which is to in dropdown in text box by selecting the selected fileformats to be displayed in the textbox......... [CODE] Using flb As New FolderBrowserDialog If flb.ShowDialog() …

0
49
Member Avatar for ananth3125

here in the below coding i cant able to view the (.rtf) and (.doc) files so kindly guide me with below coding [CODE] Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Using fold As New OpenFileDialog fold.Filter = "document files (*.doc)|*.doc …

Member Avatar for Pgmer
0
323
Member Avatar for ananth3125

here is the coding for creating a table with book name, author name, isbn , tile etc,........ in the below coding i need the insert , retrieve, and update coding as vb.net coding [CODE] DataGridView1.ColumnCount = 4 DataGridView1.ColumnHeadersVisible = True Dim colhdrstyle As New DataGridViewCellStyle DataGridView1.ColumnHeadersDefaultCellStyle = colhdrstyle DataGridView1.Columns(0).Name = …

Member Avatar for Phasma
0
293
Member Avatar for ananth3125
Member Avatar for seagal1
0
101
Member Avatar for ananth3125

hi, i had created a form with datagrid view , in that a table is linked with MS Access database , i need the coding steps in vb.net

Member Avatar for ananth3125
0
140
Member Avatar for arezz09

i have 2 form. form 1 have combobox and second form textbox...how to load data form textbox into combobox..if i type hitachi in text box, automatictly "hitachi" will save in dropdownlist combobox...anyone..please help me...

Member Avatar for ananth3125
0
201