20,279 Topics

Member Avatar for
Member Avatar for jaiprakash15

[COLOR="Red"]Dear friends, I am new To Vb.net World. I have to Create a XML file like as shown below. <Task> <TaskStatus ID="PS0002436" status="Start" /> <TaskStatus ID="PS0002435" status="Start" /> <TaskStatus ID="PS0002434" status="Start" /> <TaskStatus ID="PS0002432" status="Start" /> </Task> Is there any Code available for creating... i need to add the "Value" …

Member Avatar for jaiprakash15
0
105
Member Avatar for prithimca

I'm an MCA student i want to do mini project in ASP.NET can anyone prefer some title for that.

Member Avatar for Ramy Mahrous
0
60
Member Avatar for simonpaul

please i just got this visual basic 2008 installed on my system and i would have started work if not for the fact that i cant locate the tools on the toolbox, and what can i do without tools? plaease how can add the tools and get them working....

Member Avatar for jbrock31
0
141
Member Avatar for onlyehtisham

hi dear, i need to develop custom openfile dialog box with preview in VB.NET like shown in attachment... plz help me... many thanks,

Member Avatar for Comatose
0
116
Member Avatar for asif786

I am coding a program which will simulate a ballot box, where voting wil take place. The code generates a random number which is the voter number which is unique to each voter. This is output to the user before voting. I would like it to perform a check to …

Member Avatar for Comatose
0
160
Member Avatar for DazzaE2008

Hi New Here, I am struggling with a project am doing in Visual Basic 2008 where I am intergrating a access 2000 database. I cant seem to use the VB2008 program to search one field from the database (House Numb er, Id like to search btw). Any help people...... Thanxs …

Member Avatar for DazzaE2008
0
177
Member Avatar for bharanidharanit

Hello sir, I would like to create exe files from VS2005 From my project, on button click it automatically wants to create new project (compiled as single exe) with a label(captioned as "Sample") and textbox and Button on a form. In that form it also wants to add coding for …

Member Avatar for Alexpap
0
94
Member Avatar for Evil03

hi, I have Created a vb.net Application with MS ACCESS DATABASE, everything is working fine, But, There is a small problem . Everytime i ADD a new record it saves succesfully but i can only view that particular saved data only after restarting the application..Pls Help me ****************************************************** Imports System.Data …

Member Avatar for Alexpap
0
161
Member Avatar for Pranky2307

Hello everyone... Plz help...i want coding for saving password each time i log in. I do not want to type the password again and again. The form is connected to FTP server. I m not authorized to make changes in that but i can create a folder for the passwords …

Member Avatar for Alexpap
0
123
Member Avatar for edgar5

All these New Object()s are identical (and in fact, much longer!) How do I declare a single instance then reuse it in each ComboBox .Items.AddRange()? I am using Visual Studio 2008/Visual Basic. [CODE] verticalBarComboBox.Items.AddRange(New Object() {" single space", "- hyphen", " - <single space>hyphen<single space>", "` open single quote", "=", …

Member Avatar for edgar5
0
191
Member Avatar for edgar5

Does this leak memory? [CODE]Dim Public strBldr As New StringBuilder("test", 5) ‘alloc a StringBuilder MsgBox(strBldr.ToString()) ‘use the StringBuilder strBldr = New StringBuilder("a", 2) ‘did the destructor of StringBuilder holding “test” 'free up its memory? [/CODE] As StringBuilder does not implement a Clear() method, and I am having timing issues with …

Member Avatar for Comatose
0
131
Member Avatar for fawadkhalil
Member Avatar for Guigo

Hi, I would like to know how can I apply visual styles in my projects. I've tried to use System.Windows.Forms.ButtonRenderer.DrawButton, but it doesn't seem to work. I have Visual Styles enabled, so I don't know whats wrong. Thanks

Member Avatar for Guigo
0
152
Member Avatar for jaiprakash15

[COLOR="blue"]Dear Friends, Am new to vb.net environment. i need to display the number of lines in word file using vb.net..please can anyone help me with this. any code will be appreciated.. Thanks and Regards, Jayaprakash[/COLOR]

Member Avatar for jaiprakash15
0
144
Member Avatar for sonia sardana

Is it possible that Treeview have Backcolor transparent. Cz when i select the properties of Treeview & choose BackColor transparent..error is there property is not valid.

Member Avatar for Alexpap
0
102
Member Avatar for Eyo

Hi everybody, if you please i have a problem with the display field of a combobox column in datagridview... here is my code to add the column : 'First filling the datatable Dim dt As New DataTable Dim da As New SqlDataAdapter Dim query As String = "SELECT id, name …

0
75
Member Avatar for asif786

i am using vb dot net. i want to store multiple values in a variable and then check whether any of the values held in the variable match what the user inputs. Please help i can not code it , i tried but failed. This is not homework just a …

Member Avatar for Teme64
0
118
Member Avatar for bharanidharanit

Hello sir, I am having nearly 1000 of HTML Pages in my project which are viewed by WebBrowser Control. I want to add notes for every HTML pages in a notepad and must be saved within my project folder. I must also be able to edit,delete it.

Member Avatar for bharanidharanit
0
76
Member Avatar for bharanidharanit

Hello sir, I want similar coding for treeview, where for linklabel is as follows. [CODE] Private Sub LinkLabel8_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel8.LinkClicked WebBrowser1.Navigate(Application.StartupPath & "\source\test.html\") End Sub [/CODE]

Member Avatar for bharanidharanit
0
117
Member Avatar for bharanidharanit

Hello sir, I am having treeview control and webbrowser control. I Having three nodes in treeview. Node0 -> ParentNode Node1 -> ChildNode Node2 -> ChildNode So when i click Node1, i want some webpage to be displayed in webbrowser control and similarly with node2.

Member Avatar for bharanidharanit
0
336
Member Avatar for Breez

Hi Guys I think the pic will explain better than me [img]http://img81.imageshack.us/img81/6374/printscreen001iy1.jpg[/img] Link To Image [CODE]http://img81.imageshack.us/img81/6374/printscreen001iy1.jpg[/CODE] As you can see Ill I'm trying to do is make forum thread maker/ poster It will be used for easy to update/create tutorials on the forums Any Ideas where do I start Coding …

Member Avatar for Breez
0
128
Member Avatar for Bibin20082008

can anyone send me the code for auto generation of an student ID.Pls need in proj urgrnt

Member Avatar for selvaganapathy
0
183
Member Avatar for bharanidharanit

I am designing one application in which i would like to add messanger. I will distribute my application setup to my friends. what i want is to chat with my friends through this application. Is it possible? (I am not having any website)

Member Avatar for poguemahone
0
114
Member Avatar for cassie_sanford

I'm trying to make a base form which will be inherited by 3 other forms..Problem is the wrong information is in the form. How can you pick which information goes in the inherited forms?

Member Avatar for poguemahone
0
101
Member Avatar for vmaskeyit
Member Avatar for poguemahone
0
87
Member Avatar for mujaqo

Hi, I’m new to VB and I use the below code to collect local disk drive info, is there a way to store the collected information in a single text box instead of having tables and DataGridView. [CODE] Public Function getLogicalDriveStructure() As DataTable Dim dt As New DataTable dt.Columns.Add(New DataColumn("Description")) …

Member Avatar for poguemahone
0
125
Member Avatar for laks_samy

hi i have plane to develop software, before how to prepare a document? please any one explaine or give a correct link thanks

Member Avatar for poguemahone
0
102
Member Avatar for bharanidharanit

Hello sir, I am having one tabcontrol and many tabpages in it. I want to activate it with the button control. so when i click button1, tabpage2 must be shown. and so for button 2 etc. so i used the code below, but not working. [CODE] Tabpage2.show() [/CODE]

Member Avatar for Teme64
0
75
Member Avatar for arunasingh

sir I have an application form in that i have a database in access and i want that if i click in a button of back up then that database is saved as backup

Member Avatar for Ramy Mahrous
0
55
Member Avatar for arunasingh

sir I have a application in that i have 3 dropdown 1:dept 2: subdept 3: desig and when i select dept then subdept dropdown gets its value and when subdept is selected then desig dropdown gets the value and after that if i search the whole information for particular employee …

Member Avatar for Ramy Mahrous
0
78

The End.