Forum: VB.NET Feb 8th, 2008 |
| Replies: 0 Views: 599 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 can you give me the code please |
Forum: VB.NET Feb 4th, 2008 |
| Replies: 4 Views: 6,010 Please can you give me the code if you have got it done.... |
Forum: VB.NET Feb 4th, 2008 |
| Replies: 3 Views: 1,460 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 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 Views: 2,589 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 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 Views: 1,329 Thanks alot it worked.
Thanks for your help!!!!!!!!
:) |
Forum: VB.NET Jan 11th, 2008 |
| Replies: 2 Views: 1,329 How to create a DLL file using VB.NET
:( |
Forum: VB.NET Jan 3rd, 2008 |
| Replies: 4 Views: 8,348 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 |
Forum: VB.NET Dec 31st, 2007 |
| Replies: 3 Views: 4,482 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 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 How to know the configuration of the computer in VB.NET |
Forum: VB.NET Dec 21st, 2007 |
| Replies: 0 Views: 2,802 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 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 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 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 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 Is there any other method?????? |
Forum: VB.NET Dec 12th, 2007 |
| Replies: 0 Views: 1,547 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 Thanks for your reply ptaylor965 it helped me.
THANKS ALOT. |
Forum: VB.NET Dec 11th, 2007 |
| Replies: 3 Views: 1,746 <applicationSettings>
<WindowsApplication1.My.MySettings>
<setting name="Astrology" serializeAs="String">
<value>6</value>
</setting>
... |
Forum: VB.NET Nov 15th, 2007 |
| Replies: 2 Views: 2,418 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 :?:
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 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 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 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 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 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 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 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 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 how to retrive data outside the html tag using vb.net |
Forum: VB.NET Oct 8th, 2007 |
| Replies: 1 Views: 1,934 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 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 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 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 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 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... |