Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~6K People Reached
Favorite Forums

47 Posted Topics

Member Avatar for bcm

Can any one give me code for finding size of my log file using [COLOR="Red"][B]VB.NET????[/B][/COLOR] Also I want the code to make my log file of 1KB only and not more than that. :'(

Member Avatar for kvprajapati
0
334
Member Avatar for 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 [COLOR="Red"]VB.NET[/COLOR] I am able to connect but cannot enter the values in datagrid and display it. Please Help!!!!!!!!! :icon_cry:

Member Avatar for selvakumar789
0
89
Member Avatar for deerslayer
Member Avatar for NightCrawler03X
0
342
Member Avatar for bcm
Member Avatar for bcm

I am doing a project in [COLOR="Red"]VB.NET Pocket PC.[/COLOR] 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:

0
74
Member Avatar for bcm

I want to create a program in [COLOR="Red"]VB.NET2005 [/COLOR]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. Please Help!!!! :icon_cry:

Member Avatar for technogeek_42
0
57
Member Avatar for bcm

Hello friends !!!!! I want to do a project similar to [COLOR="Red"]alarm clock[/COLOR]. 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 display the next time given in that string to the user in …

Member Avatar for waynespangler
0
109
Member Avatar for Texpert

can you please send me your code I too want to connect SQL but in vain. So please do hlp me... Waiting for your quick reply......

Member Avatar for nandalanranjith
0
240
Member Avatar for bcm

I want to read Xmlfile and extract its contents to display on form in textbox using [B][COLOR="Red"]vb.net2003 [/COLOR][/B] How to use the XmlTextReader to read the contents of an XML document and extract the contents, if can be done.... :icon_cry:

Member Avatar for Ole Raptor
0
315
Member Avatar for 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 rightmost end of the screen to …

Member Avatar for Ole Raptor
0
141
Member Avatar for Bobby_999

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, txtFrom.Text, txtSubject.Text, txtBody.Text) If txtFrom.Text.Trim() = "" Then MessageBox.Show("Enter the From address.", "Email Error", MessageBoxButtons.OK, _ MessageBoxIcon.Stop) txtFrom.Focus() Exit Sub End If If txtTo.Text = "" Then MessageBox.Show("Enter …

Member Avatar for bcm
0
117
Member Avatar for bcm
Member Avatar for bcm

Hi freinds I want to send an email using [COLOR="Red"]VB.NET2005[/COLOR]. Can any one help me in it any :icon_redface: code??????

Member Avatar for emurf
0
853
Member Avatar for bcm

I have written a [COLOR="Red"]console application [/COLOR]in [COLOR="Red"]VB.NET2005[/COLOR] 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 contents::: CMGL: 1,"REC READ","7=4;;1413818891>53:1",,"07/12/30,12:18:43+22" 0B05040B840B840003CB0201570601AE02056A0045C60C033230322E3133382E3130302E36302F73 6875726C3F643D3536000AC3072007122913381010C3072008010813381001033130206C616B6820 434153482C203435204E6F6B696120363330302070686F6E65732026206C6F616473206F66207461 6C6B74696D652120546F2077696E2C20616E7377 Here I want to sort …

Member Avatar for Member #46692
0
97
Member Avatar for bcm
Member Avatar for waynespangler
0
75
Member Avatar for 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 [COLOR="Red"]ADD[/COLOR] and [COLOR="Red"]EDIT[/COLOR] to it [COLOR="Red"]EDIT[/COLOR] button to let you edit to that record …

0
45
Member Avatar for bcm

Can any one please help me in following in [COLOR="Red"]VB.NET2005[/COLOR]: 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 be created, if it appears for 5 times then 5 textboxes would be created...... …

Member Avatar for Ramy Mahrous
0
456
Member Avatar for mariyana

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

Member Avatar for bcm
0
117
Member Avatar for bcm

<applicationSettings> <WindowsApplication1.My.MySettings> <setting name="Astrology" serializeAs="String"> <value>6</value> </setting> <setting name="Cricket" serializeAs="String"> <value>7</value> </setting> <setting name="Foreigncurrency" serializeAs="String"> <value>8</value> </setting> <setting name="Jobs" serializeAs="String"> <value>9</value> </setting> </WindowsApplication1.My.MySettings> </applicationSettings> I want to display 6, 7, 8, 9 in different textboxes. How can I do that in [COLOR="Red"]VB.NET2005[/COLOR] Please help

Member Avatar for bcm
0
84
Member Avatar for 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 should be simultaneously changed in app.config also. How can I do that in [COLOR="Red"]VB.NET2005???[/COLOR] Please …

0
54
Member Avatar for bcm

:?: I am creating a project in [B][COLOR="Red"]VB.NET2005 [/COLOR][/B]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 Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim astrology_value As String Dim …

Member Avatar for bcm
0
98
Member Avatar for bcm

I have created project in [B][COLOR="Red"]VB.NET2005 [/COLOR][/B]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 respectively please help!!!!! :'(

Member Avatar for bcm
0
98
Member Avatar for bcm

I have created child nodes in app.config.xml file: <applicationSettings> <XML.My.MySettings> <setting name="Astrology" serializeAs="String"> <value></value> </setting> <setting name="Cricket" serializeAs="String"> <value></value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value></value> </setting> <setting name="Jobs" serializeAs="String"> <value></value> </setting> </XML.My.MySettings> </applicationSettings> I want to insert values in this child nodes Astrology=6:00 Cricket=7:00 ForeignCurrency=8:00 Jobs=9:00 How to read and insert …

Member Avatar for ptaylor965
0
108
Member Avatar for 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 name="Cricket" serializeAs="String"> <value>7:00</value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value>8:00</value> </setting> <setting name="Jobs" serializeAs="String"> <value>9:00</value> </setting> I am able to retrive data and store it in one text box, but how can I …

Member Avatar for Ramy Mahrous
0
92
Member Avatar for bcm

I want to create a project in [COLOR="Red"][B]VB.NET2005[/B][/COLOR] 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. I am able to retrive the values in one textbox but …

0
63
Member Avatar for bcm
Member Avatar for preetham.saroja
0
106
Member Avatar for 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 progrn is as follows: 1)LABEL TEXTBOX COMBOBOX 2)LABEL TEXTBOX COMBOBOX 3)LABEL TEXTBOX …

Member Avatar for binoj_daniel
0
150
Member Avatar for 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 [COLOR="Red"][B]vb.net???[/B][/COLOR] PLEASE help soon....

Member Avatar for williamrojas78
0
124
Member Avatar for 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" How can I do that in [COLOR="Red"][B]VB.NET2003???[/B][/COLOR]

Member Avatar for binoj_daniel
0
88
Member Avatar for bcm

I am writing a project [B][COLOR="Red"]VB.NET2005[/COLOR][/B] 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 :'(

Member Avatar for binoj_daniel
0
62
Member Avatar for bcm

I have created a project of fetching data from a Url in [B][COLOR="Red"]VB.NET[/COLOR][/B]. Now I want that code to called in function Get data() in the class. How can I do that?? PLZ help soon :icon_rolleyes:

Member Avatar for binoj_daniel
1
87
Member Avatar for bcm

How can we check if web page is open or not using [B][COLOR="red"][COLOR="red"][COLOR="Red"]vb.net??[/COLOR][/COLOR][/COLOR][/B] :icon_cry:

Member Avatar for hollystyles
1
79
Member Avatar for bcm

I am creating project in [B][COLOR="Red"]vb.net[/COLOR][/B] 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 remove that failed image. :confused:

0
55
Member Avatar for bcm

I am doing a project where I am retriving data from a table minicard of a site. I am using path [url]http://www.cric8.com/od_minicard2.htm[/url] The table has a number od_minicard2_1355 The problem is that when there are two table it pull data of only one table. how can I get data of …

Member Avatar for williamrojas78
0
116
Member Avatar for getz
Member Avatar for getz
0
119
Member Avatar for bcm

:icon_redface: How to find the size of log file using vb.net[B][COLOR="red"][COLOR="red"]¿¿¿¿[/COLOR][/COLOR][/B] also how to fix the log file size to 1KB????

0
56
Member Avatar for bcm

:( can any one tell me how to write the errors/exceptions, occured while compiling vb.net program, in a text file????????? IN [B][COLOR="Red"]VB.NET2003[/COLOR][/B] :'(

Member Avatar for cutepinkbunnies
0
117
Member Avatar for bcm

I want to create a text file whose size should be only 1kb. The datashould not exceed more than that. How can I do that in [B][COLOR="Red"]VB.NET[/COLOR][/B]¿¿¿¿¿¿

0
64
Member Avatar for bcm

how to remove an image through [COLOR="Red"][B]vb.net[/B][/COLOR] code if the image is not visible and is blank with an 'x' mark in top left corner¿¿¿

0
56
Member Avatar for bcm

I want to show the error occured, date, error description in a text file. Following is vb code. Can any one tell me how to write it in [B][COLOR="Green"][COLOR="Red"]vb.net????[/COLOR][/COLOR][/B] Open App.Path & "\ErrorLog" & Replace(Date, "/", "_") & ".txt" For Append As #1 Write #1, "Error in News update Exe:- …

Member Avatar for waynespangler
0
86
Member Avatar for bcm

I have created a windows application in vb.net in my PC.How can I open an vb.net file in a pc where vb.net is not installed. Will I have create any [B]<name>.vb.exe[/B] file in PC where i have created it? Please tell me any ways to do it. Please soon...... :scared:

Member Avatar for binoj_daniel
0
110
Member Avatar for bcm
Member Avatar for binoj_daniel
0
57
Member Avatar for bcm

i have written a code in vb.net. Its design contains buttons to execute various steps. Now i want my code to execute automatically run when I debug without pressing any buttons :(

Member Avatar for bcm
0
123
Member Avatar for bcm

Hi , Im new to asp.net and im need help connecting to an sql server databse in vb.net. I tried so many things and its still not working. I also need hep with inseting, updating and deleting data from a webform into the sql server database.

Member Avatar for preetham.saroja
0
62
Member Avatar for bcm
Member Avatar for bcm
Member Avatar for bcm

-------------------------------------------------------------------------------- I'am new 2 programming as well as vb.net so I want any sites from where i can download sample projects. I will be thankful if you or anybody helps me..... Thanking in advance

Member Avatar for richerTextBox
0
100

The End.