Search Results

Showing results 1 to 40 of 49
Search took 0.01 seconds.
Search: Posts Made By: bharanidharanit ; Forum: VB.NET and child forums
Forum: VB.NET May 14th, 2009
Replies: 2
Views: 348
Posted By bharanidharanit
thanks jbisono that worked
Forum: VB.NET May 7th, 2009
Replies: 0
Views: 212
Posted By bharanidharanit
Hello,
I am using OLEDB and using datareader and with the read function i am reading table to the form.
But now i want the textbox values to be written to the table???
I tried with the fill, but...
Forum: VB.NET May 7th, 2009
Replies: 2
Views: 348
Posted By bharanidharanit
Hello,
I am doing Login Screen in VS2008.
When i logon with username and password in form it only checking the first field in database.
How to do coding for checking all the fields???
This is my...
Forum: VB.NET May 6th, 2009
Replies: 2
Views: 1,039
Posted By bharanidharanit
Hello,
I am using OLEDBConnection and OLEDBDataAdapter and connected to the MS-Access database.
how can i add the textbox value to the table in database on a button click and want to display it in...
Forum: VB.NET Feb 1st, 2009
Replies: 1
Views: 471
Posted By bharanidharanit
Hi,
The below link is the thread which i had started in other forums. This may help you.
http://www.vbforums.com/showthread.php?t=548043
Forum: VB.NET Jan 24th, 2009
Replies: 3
Views: 366
Posted By bharanidharanit
Hello sir,
I am using VS2008. I am using save file dialogue box and i am saving the contents of richtextbox which is in the form. So i used the coding below. It only creating the empty file but not...
Forum: VB.NET Jan 23rd, 2009
Replies: 1
Views: 311
Posted By bharanidharanit
I would like to develop some application or software in Visual basic 2008. Which kind of application is more profitable and can be easily sold?
Please someone help me.
Forum: VB.NET Jan 23rd, 2009
Replies: 1
Views: 309
Posted By bharanidharanit
Hi everyone,
I would like to create a application for restaurant maintenance. I want to know what are the needs to be in that application required by the restaurant owneres. Like Sales, Purchase,...
Forum: VB.NET Jan 23rd, 2009
Replies: 1
Views: 387
Posted By bharanidharanit
From Datagridview1->Add Columns
In the properties of that, set the ColumnType to DataGridViewLinkColumn
Forum: VB.NET Jan 22nd, 2009
Replies: 13
Views: 3,183
Posted By bharanidharanit
Use RichTextBox instead of Textbox
RichTextBox1.LoadFile("e:\Encyclopedia.txt", RichTextBoxStreamType.PlainText)
Forum: VB.NET Jan 22nd, 2009
Replies: 1
Views: 498
Posted By bharanidharanit
Hello sir,
I am having tabcontrol in which i want only to hide tabs.
Consider i am having 2 tabpages. I want to hide only tabs of tabcontrol not tabpages.
Then i will show the tabpages with this...
Forum: VB.NET Dec 30th, 2008
Replies: 4
Views: 558
Posted By bharanidharanit
Yes exactly i need that only
Forum: VB.NET Dec 28th, 2008
Replies: 1
Views: 332
Posted By bharanidharanit
I used RichTextBox instead of Notepad. But i using treeview and wants to add notes for every nodes with only one richtextbox. so when i click every nodes i want to add notes for that and it must be...
Forum: VB.NET Dec 28th, 2008
Replies: 2
Views: 380
Posted By bharanidharanit
I solved this, use file name in the tag with the extension and use the below coding and Source is the folder name i used in my project.

WebBrowser1.Navigate(Application.StartupPath & "\Source\" &...
Forum: VB.NET Dec 28th, 2008
Replies: 6
Views: 1,262
Posted By bharanidharanit
I solved this, use file name in the tag with the extension and use the below coding

WebBrowser1.Navigate(Application.StartupPath & "\Source\" & e.Node.Tag)
Forum: VB.NET Dec 28th, 2008
Replies: 6
Views: 1,262
Posted By bharanidharanit
I solved it, use file name in the tag with the extension and use the below coding

WebBrowser1.Navigate(Application.StartupPath & "\Source\" & e.Node.Tag)
Forum: VB.NET Dec 28th, 2008
Replies: 5
Views: 1,728
Posted By bharanidharanit
Your code does not seems to be working
It does not displaying the nodes
Forum: VB.NET Dec 27th, 2008
Replies: 6
Views: 1,262
Posted By bharanidharanit
I used the text property as this, but not working

Application.Startuppath & "\Source\main.html\"
[/CODE[
But this code works with the form load event as
[CODE]
webbrowser1.navigate...
Forum: VB.NET Dec 26th, 2008
Replies: 2
Views: 380
Posted By bharanidharanit
Hello sir,
I want similar coding for treeview, where for linklabel is as follows.

Private Sub LinkLabel8_LinkClicked(ByVal sender As System.Object, ByVal e As...
Forum: VB.NET Dec 26th, 2008
Replies: 6
Views: 1,262
Posted By 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...
Forum: VB.NET Dec 26th, 2008
Replies: 3
Views: 1,005
Posted By bharanidharanit
Thanks thats working.
After selecting the second tab, can i able to hide other tabs?
Forum: VB.NET Dec 26th, 2008
Replies: 5
Views: 1,728
Posted By bharanidharanit
Hello sir,
That code is not displaying the nodes. When the click the button nothing happens.
Forum: VB.NET Dec 26th, 2008
Replies: 5
Views: 1,728
Posted By bharanidharanit
Hello sir,
I want to search for nodes from the text given in textbox1.
After the search i want only those nodes to be displayed in treeview.
Forum: VB.NET Dec 26th, 2008
Replies: 3
Views: 1,005
Posted By 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...
Forum: VB.NET Dec 12th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
TempLink.Text = (Me.Controls("textbox" & i + 1).Text).ToString

What i want is, actually the above code works in an array.
So consider i am having 3 textboxes on the form....
Forum: VB.NET Dec 12th, 2008
Replies: 4
Views: 456
Posted By bharanidharanit
Yes sir,
Those controls, i am already having
Exporting to PDF (button) - which exports the content to pdf
Add notes(button) - Which invokes richtextbox to add notes
Like that any other needs for...
Forum: VB.NET Dec 11th, 2008
Replies: 2
Views: 394
Posted By bharanidharanit
Hello,

Where can i find the complete reference book for Visual Studio 2005
Forum: VB.NET Dec 11th, 2008
Replies: 4
Views: 456
Posted By bharanidharanit
No sir,
I am asking about, what are basic and advanced controls which can be used in designing IDE?
Forum: VB.NET Dec 11th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
sir,
I am simply asking instead of using 1000 textboxes, is there any other way?
Forum: VB.NET Dec 10th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
Hello sir,
I find one way to do that.

TempLink.Text = (Me.Controls("textbox" & i + 1).Text).ToString

But here i have to add 1000 textboxes on form and name it.
Is there any other possible...
Forum: VB.NET Dec 10th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
Thankyou Teme, i will find them and read it.
Forum: VB.NET Dec 10th, 2008
Replies: 4
Views: 558
Posted By 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")...
Forum: VB.NET Dec 10th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
Is it possible to view the links vertically instead of horizontally?

And also i would like to give different captions for links instead of link0,link1,link2.
Is it possible?
Forum: VB.NET Dec 9th, 2008
Replies: 4
Views: 456
Posted By bharanidharanit
Hello sir,
I am using VS2005. I am designing an application for my college project. Its an basic tutorial application of some languages.
Can anyone help me what are the basic and advanced things...
Forum: VB.NET Dec 9th, 2008
Replies: 2
Views: 375
Posted By 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...
Forum: VB.NET Dec 9th, 2008
Replies: 1
Views: 332
Posted By 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...
Forum: VB.NET Dec 9th, 2008
Replies: 2
Views: 590
Posted By bharanidharanit
Try with the tool named ListView Control. Similar to listbox.
Forum: VB.NET Dec 9th, 2008
Replies: 7
Views: 1,214
Posted By bharanidharanit
Thankyou sir,
I am able to do that, But it is running separately
Is it possible to run that project in the new form of myproject, with form splitted into two,
Leftside - coding
Rightside - Output
Forum: VB.NET Dec 9th, 2008
Replies: 16
Views: 1,031
Posted By bharanidharanit
Hello Sir,
I used the coding as below, But whatever linklabel i Clicked it only shows the first link in webbrowser (ie C1)

Public Class Form1
' Array for link label controls
Private...
Forum: VB.NET Dec 9th, 2008
Replies: 7
Views: 1,214
Posted By bharanidharanit
Hello Sir,
I added it to my project. But i dint find any way to run it with my button click on form, from VS2005
Showing results 1 to 40 of 49

 


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

©2003 - 2009 DaniWeb® LLC