Search Results

Showing results 1 to 40 of 63
Search took 0.01 seconds.
Search: Posts Made By: bcm
Forum: VB.NET Feb 8th, 2008
Replies: 0
Views: 599
Posted By bcm
I am doing a project in VB.NET Pocket PC.
I want to retirve the contacts stored in the pocket pc.
Please help me in doing this.
Please help in any way possible.
Thank You in advance.
:icon_cry:
Forum: VB.NET Feb 5th, 2008
Replies: 3
Views: 1,460
Posted By bcm
Forum: VB.NET Feb 4th, 2008
Replies: 4
Views: 6,010
Posted By bcm
Please can you give me the code if you have got it done....
Forum: VB.NET Feb 4th, 2008
Replies: 3
Views: 1,460
Posted By bcm
I want to create a program in VB.NET2005 windows application which will show google map on the form along with its contols of zoom.
OR
Also an image on form having zoomin and zoomout buttons....
Forum: VB.NET Jan 15th, 2008
Replies: 2
Views: 1,424
Posted By bcm
Hello friends !!!!!
I want to do a project similar to alarm clock.
If I have written some timings in a string or some thing, whne the current time of clock equals to the timings given it should...
Forum: VB.NET Jan 12th, 2008
Replies: 1
Solved: Marquee?????
Views: 2,589
Posted By bcm
I got it but my problem is that I want a text should scroll at the bottom of the form from right side of the screen to the left side of the screen want the text to scroll at the bottom of form from...
Forum: VB.NET Jan 12th, 2008
Replies: 1
Views: 685
Posted By bcm
You can try this code:::


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSend.Click
Dim message As New MailMessage(txtTo.Text,...
Forum: VB.NET Jan 12th, 2008
Replies: 2
Solved: DLL file
Views: 1,329
Posted By bcm
Thanks alot it worked.
Thanks for your help!!!!!!!!
:)
Forum: VB.NET Jan 11th, 2008
Replies: 2
Solved: DLL file
Views: 1,329
Posted By bcm
How to create a DLL file using VB.NET
:(
Forum: VB.NET Jan 3rd, 2008
Replies: 4
Views: 8,348
Posted By bcm
Hi freinds
I want to send an email using VB.NET2005.
Can any one help me in it any :icon_redface:
code??????
Forum: VB.NET Jan 2nd, 2008
Replies: 3
Views: 4,482
Posted By bcm
Forum: VB.NET Dec 31st, 2007
Replies: 3
Views: 4,482
Posted By bcm
I have written a console application in VB.NET2005 which will read a text file and its contents.

But now I want to sort its data on the basis of its contents i.e the text file has following...
Forum: VB.NET Dec 29th, 2007
Replies: 3
Views: 1,077
Posted By bcm
I am unable to see it like this
My.Computer.Name
I have to put it in messagebox
also i canot see MessageBox.Show(My.Computer.Info) it gives error
Value of...
Forum: VB.NET Dec 29th, 2007
Replies: 3
Views: 1,077
Posted By bcm
How to know the configuration of the computer in VB.NET
Forum: VB.NET Dec 21st, 2007
Replies: 0
Views: 2,802
Posted By bcm
I am doing a projact in which I need help.
I have created a data grid in which a database table is displayed.
I have added CLEAR and CANCEL buttons.
Now I want to insert buttons ADD and EDIT to it...
Forum: VB.NET Dec 21st, 2007
Replies: 3
Views: 4,100
Posted By bcm
I have got it.
But now I want to edit the datagrid during the runtime.
How can I do it ???:icon_sad:
Please Help!!!!!!!
Forum: VB.NET Dec 21st, 2007
Replies: 3
Views: 4,100
Posted By bcm
I am creating a project in which I have to show all the columns of database table named LMTS_compatibility in a datagrid. How can I do it in VB.NET

I am able to connect but cannot enter the values...
Forum: VB.NET Dec 14th, 2007
Replies: 1
Views: 3,226
Posted By bcm
Can any one please help me in following in VB.NET2005:

I want that whenever the word setting appears a textbox would be created during runtime i.e here it appears for 4 times so 4 textboxes should...
Forum: VB.NET Dec 13th, 2007
Replies: 1
Views: 7,985
Posted By bcm
Does your code get the file location properly because I think the problem is with the path
if yes try this
System.AppDomain.CurrentDomain.BaseDirectory()
in place of path
Forum: VB.NET Dec 12th, 2007
Replies: 3
Views: 1,746
Posted By bcm
Is there any other method??????
Forum: VB.NET Dec 12th, 2007
Replies: 0
Views: 1,547
Posted By bcm
I have created a project of reading app.config configuration file and display it in textboxes
But now I want that when ever the values are displayed in textboxesm, if I change it in textbox it...
Forum: VB.NET Dec 12th, 2007
Replies: 3
Views: 1,746
Posted By bcm
Thanks for your reply ptaylor965 it helped me.
THANKS ALOT.
Forum: VB.NET Dec 11th, 2007
Replies: 3
Views: 1,746
Posted By bcm
<applicationSettings>
<WindowsApplication1.My.MySettings>
<setting name="Astrology" serializeAs="String">
<value>6</value>
</setting>
...
Forum: VB.NET Nov 15th, 2007
Replies: 2
Views: 2,418
Posted By bcm
Thanx for your reply but I want to display xml file app.config data in message box.......
:S
Forum: VB.NET Nov 15th, 2007
Replies: 2
Views: 2,418
Posted By bcm
:?:
I am creating a project in VB.NET2005 for reading and writing xml app.config.
but how i want to display the xml data in a message box.
I have used the following code:

Private Sub...
Forum: VB.NET Oct 30th, 2007
Replies: 2
Views: 2,599
Posted By bcm
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim astrology_value As String
Dim cricket_value As String
Dim...
Forum: VB.NET Oct 27th, 2007
Replies: 2
Views: 2,599
Posted By bcm
I have created project in VB.NET2005 for reading app.config.
Now I want the text boxes to validate input values and then store that values in child nodes Astrology,Cricket,ForeignCurrency,Jobs...
Forum: VB.NET Oct 26th, 2007
Replies: 3
Views: 6,852
Posted By bcm
I tried it but it gave me error on
Dim Value as StringValue = My.Settings.Astrology
so I made it
Dim Value As String = My.Settings.Astrology
But now it shows an error
Configuration system...
Forum: VB.NET Oct 25th, 2007
Replies: 3
Views: 6,852
Posted By bcm
I have created child nodes in app.config.xml file:
<applicationSettings>
<XML.My.MySettings>
<setting name="Astrology" serializeAs="String">
<value></value>
...
Forum: VB.NET Oct 23rd, 2007
Replies: 1
Views: 1,305
Posted By bcm
I want to retrive data from xml string and store it in textbox.
<setting name="Astrology" serializeAs="String">
<value>6:00</value>
</setting>
<setting...
Forum: VB.NET Oct 19th, 2007
Replies: 0
Views: 1,887
Posted By bcm
I want to create a project in VB.NET2005 in which I when I insert values in textbox it should appear in the related html string and next time when I run the project it should display the same values....
Forum: VB.NET Oct 12th, 2007
Replies: 3
Views: 1,536
Posted By bcm
I want to read Xmlfile and extract its contents to display on form in textbox using vb.net2003
How to use the XmlTextReader to read the contents of an XML document and extract the contents, if can...
Forum: VB.NET Oct 11th, 2007
Replies: 2
Views: 1,178
Posted By bcm
I want to add the values only first time when I run it and then display it in appconfig.xml file, then next time when I run my application it should display
that values...
the design form of my...
Forum: VB.NET Oct 9th, 2007
Replies: 2
Views: 962
Posted By bcm
how to retrive data outside the html tag using vb.net
Forum: VB.NET Oct 8th, 2007
Replies: 1
Views: 1,934
Posted By bcm
I am retriving source code for a web page. This source code contains an image.gif file which displays an image. I want to delete that image, how can I do that using vb.net???


PLEASE help soon....
Forum: VB.NET Oct 5th, 2007
Replies: 2
Views: 1,561
Posted By bcm
I want to retrive data for this path which i can do, but the problem is I want the lastpart i.e. 1378 to increase by one every time

"http://www.cric8.com/livescorecard/od_minicard2_1378.html"
...
Forum: VB.NET Sep 27th, 2007
Replies: 1
Views: 1,683
Posted By bcm
I am writing a project VB.NET2005 where I declared a Function Capture_error() but it show following error:

"Function without an 'AS' clause;return type of object assumed"

What can I do for it...
Forum: VB.NET Sep 21st, 2007
Replies: 2
Views: 1,417
Posted By bcm
How can we check if web page is open or not using vb.net??
:icon_cry:
Forum: VB.NET Sep 20th, 2007
Replies: 2
Views: 8,918
Posted By bcm
I have created a project of fetching data from a Url in VB.NET. Now I want that code to called in function Get data() in the class.
How can I do that??
PLZ help soon
:icon_rolleyes:
Forum: VB.NET Sep 18th, 2007
Replies: 0
Views: 688
Posted By bcm
I am creating project in vb.net where i am retriving a source code of a site. The source code contains a image.gif. but the image fails to open and i dis plays a 'x' in the top left corner. I want to...
Showing results 1 to 40 of 63

 


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

©2003 - 2009 DaniWeb® LLC