Search Results

Showing results 1 to 40 of 42
Search took 0.01 seconds.
Search: Posts Made By: rapture ; Forum: VB.NET and child forums
Forum: VB.NET Mar 7th, 2009
Replies: 5
Views: 1,250
Posted By rapture
Hmm, thanks for posting your solution. That should help

would you mind marking it as solved so others can find the answer?
Forum: VB.NET Mar 6th, 2009
Replies: 5
Views: 1,250
Posted By rapture
looks like it, although I have not done this myself - type"

"VB.NET WinForms - DataGridView - Adding new rows, removing old ones to AcceptChanges"

in google and it's the first entry, you can...
Forum: VB.NET Mar 6th, 2009
Replies: 5
Views: 1,250
Posted By rapture
I see you've posted this on the vbforums website as well. I don't post over there but it doesn't look like you've gotten your answer yet either. I have two possible suggestions for you

One is to...
Forum: VB.NET Mar 4th, 2009
Replies: 5
Views: 1,063
Posted By rapture
This help?

http://answers.yahoo.com/question/index?qid=20080212072506AAykqw7
Forum: VB.NET Feb 24th, 2009
Replies: 2
Views: 1,398
Posted By rapture
I'm not sure myself, but maybe this helps

http://www.thescarms.com/dotnet/ExcelObject.aspx
Forum: VB.NET Feb 19th, 2009
Replies: 16
Views: 1,317
Posted By rapture
Yes, that's fine. You might add the word positive to it but hey that's just preference.

If it's solved, would you please mark the thread as solved?
Forum: VB.NET Feb 19th, 2009
Replies: 16
Views: 1,317
Posted By rapture
I still think you should use tryparse to keep from crashing on letters, you would have to add a variable to hold the parsed double


While Double.TryParse(carpetArea, dblNumber) And carpetArea >...
Forum: VB.NET Feb 17th, 2009
Replies: 16
Views: 1,317
Posted By rapture
I think since you "can't" use textbox and have to use input box then your best bet is to switch it to a string and then try to parse the input. If you can then it's numeric and you can go with it but...
Forum: VB.NET Feb 13th, 2009
Replies: 8
Views: 817
Posted By rapture
I know this is csharp corner but the article is on vb.net

http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithStringsP311232005021723AM/WorkingWithStringsP3.aspx
Forum: VB.NET Feb 3rd, 2009
Replies: 4
Views: 936
Posted By rapture
I need to look back at what I did with asp.net and try to figure out the differences in datagrid from forms to asp
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
And I know that others are reading this, help us out here lol
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
Here is the code I've worked with on page load


'import sql server connection namespace
Imports System.Data.SqlClient
Public Class WebForm1
Inherits System.Web.UI.Page
'inherit sql...
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
Again, I'm newer to programming so forgive me if I ask a dumb question. First of all, let me apologize as to not seeing that you were using sqlAdapter instead of oleDbDataAdapter. Now, you do have...
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
Did you happen to see this code in your searching?



Imports System.Data
Imports System.Data.OleDb
' some code here
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,732
Posted By rapture
Do you bind the data to the datagrid somewhere? I'm newer but have successfully used the datagrid on a previous project. (Although I used a stored procedure to make the SQL call)

I do know I had...
Forum: VB.NET Jan 27th, 2009
Replies: 14
Views: 893
Posted By rapture
Forum: VB.NET Jan 26th, 2009
Replies: 14
Views: 893
Posted By rapture
let us know if you get stuck, you might also try the SQL thread.

If you fix it let us know that as well and mark the thread as solved when you do get it.

to do code tags in the future its []...
Forum: VB.NET Jan 26th, 2009
Replies: 14
Views: 893
Posted By rapture
Maybe the others will have more info

1. Please use code tags when supplying code (it's easier to read)
2. Appears to be a SQL problem - try searching "is not a recognized optimizer lock hints...
Forum: VB.NET Jan 22nd, 2009
Replies: 13
Views: 3,165
Posted By rapture
me either - did you try to add StreamReader after IO as I suggested above? (I edited the post after original post, so you might not have seen the suggestion . . .)
Forum: VB.NET Jan 22nd, 2009
Replies: 13
Views: 3,165
Posted By rapture
My question is: Do you understand what they posted for you or are you just copy/paste and trying a few different things?

Do you have to change the imports to



Imports System.IO.StreamReader
Forum: VB.NET Jan 22nd, 2009
Replies: 3
Views: 575
Posted By rapture
no clue personally but I did find this, maybe it helps and maybe I'm strung out on coffee and lima beans.
...
Forum: VB.NET Jan 21st, 2009
Replies: 5
Views: 2,407
Posted By rapture
ok, I'm newer but I'll take a stab at it, when I've done the oledb connection I don't ever remember using the & symbol where you do here:
QUOTE=j15;783420]

conn.ConnectionString =...
Forum: VB.NET Jan 19th, 2009
Replies: 12
Views: 921
Posted By rapture
Here,

Try to understand what it says,

And mark the thread as solved

http://www.homeandlearn.co.uk/NET/nets1p18.html
Forum: VB.NET Jan 19th, 2009
Replies: 12
Views: 921
Posted By rapture
I can help you, I can do the entire thing here is the problem:

You're not learning anything if I just give you the code. Yes it helps to see code sometimes, but you have to understand basic...
Forum: VB.NET Jan 19th, 2009
Replies: 12
Views: 921
Posted By rapture
What exactly are you asking for? You want me to code it for you and give that to you? Or are you asking for the logic to do the program?

(By the way, I'm don't run .exe files from forums. If you...
Forum: VB.NET Jan 19th, 2009
Replies: 12
Views: 921
Posted By rapture
To do what you ask you can make global variables and have in your button click

variable1 = txtTextbox.Text

reset the textbox if you so choose and for button 2 then

variable2 =...
Forum: VB.NET Jan 16th, 2009
Replies: 26
Views: 1,738
Posted By rapture
Is this similar to what you want to do?

http://www.hunterstone.com/library/RichTextBoxHS.htm
Forum: VB.NET Jan 16th, 2009
Replies: 4
Views: 704
Posted By rapture
this is supposed to update the database?


Me.FriendsTableAdapter.Update(Me.TestDB2DataSet.Friends)


I've never done it that way, how does it work?
Forum: VB.NET Jan 14th, 2009
Replies: 9
Views: 1,389
Posted By rapture
Yea I'm a little lost as well - I thought all he needed was
form1.close() or form2.close() or WhateverYourFormsNameIs.Close()

but he needs to code it as well?
Forum: VB.NET Jan 8th, 2009
Replies: 19
Views: 1,763
Posted By rapture
I'm not 10% of the programmer these other guys are, but what I do at this point is insert a breakpoint and step through the code to see where the disconnect is.
Forum: VB.NET Jan 8th, 2009
Replies: 19
Views: 1,763
Posted By rapture
correct, he used url in the first part and urls in the second, it should probably be


ComboBox1.Items.Add(urls)
Forum: VB.NET Jan 8th, 2009
Replies: 19
Views: 1,763
Posted By rapture
Not that I'm doing a project like this but you questioned about Firefox URL's etc Comatose, would the method to do that be similar but adding those registry locations to the list or would there be...
Forum: VB.NET Jan 7th, 2009
Replies: 22
Views: 1,604
Posted By rapture
I'm newer to vb.net so the others might change this a bit




Private Shared Sub GetInstalled()
Dim uninstallKey As String = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"...
Forum: VB.NET Jan 7th, 2009
Replies: 3
Views: 1,291
Posted By rapture
You didn't mark it as solved, are you still stuck?

Did you find this site?

http://www.freevbcode.com/ShowCode.Asp?ID=2298
Forum: VB.NET Jan 5th, 2009
Replies: 3
Views: 1,291
Posted By rapture
Well just searching on this site gave me some responses to this question, a google search on

vb.net how to write to the event log

brought up a ton of things. And last but not least have you...
Forum: VB.NET Oct 9th, 2008
Replies: 2
Views: 648
Posted By rapture
Try




sql = "SELECT * FROM tblDriver WHERE dName ='" & lbDriverName.SelectedItem"'"
Forum: VB.NET Oct 8th, 2008
Replies: 3
Views: 447
Posted By rapture
Hmm, all the way back to VB6 eh -

Actually you might get a better answer in the VB 4|5|6 forum than in the .Net forum. Garbage collection is different in VB6 from .Net
Forum: VB.NET Sep 29th, 2008
Replies: 3
Views: 1,771
Posted By rapture
I used this when working with datagrids recently - hope it helps

http://www.xmlfox.com/datagrid_datagridview.htm

I've also done some formatting in the html of my vb.net application
Forum: VB.NET Sep 17th, 2008
Replies: 2
Views: 778
Posted By rapture
Actually I've done some work with datagrids and they can drive you nuts sometimes. As far as I know, the only way to do this is for you to set the border properties for the columns from the HTML...
Showing results 1 to 40 of 42

 


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

©2003 - 2009 DaniWeb® LLC