Search Results

Showing results 1 to 40 of 121
Search took 0.01 seconds.
Search: Posts Made By: rapture ; Forum: VB.NET and child forums
Forum: VB.NET Aug 6th, 2009
Replies: 7
Views: 34,635
Posted By rapture
If you really want help here, read about the forums.
One suggestion:

Start by NOT posting to threads that are four years old and someone elses thread to boot while asking for advice
Forum: VB.NET Jun 19th, 2009
Replies: 19
Views: 1,835
Posted By rapture
Please don't post to threads this old . . .

Thanks!
Forum: VB.NET Mar 7th, 2009
Replies: 5
Views: 1,262
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,262
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,262
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 5th, 2009
Replies: 1
Views: 501
Posted By rapture
http://www.startvbdotnet.com/ado/sqlserver1.aspx
Forum: VB.NET Mar 4th, 2009
Replies: 5
Views: 1,076
Posted By rapture
This help?

http://answers.yahoo.com/question/index?qid=20080212072506AAykqw7
Forum: VB.NET Feb 24th, 2009
Replies: 3
Views: 712
Posted By rapture
I've created a VB.Net project and on short term added a C# class to it and it worked fine - I've also done the opposite as well so you should be able to add them. Not on the same form mind you but...
Forum: VB.NET Feb 24th, 2009
Replies: 1
Views: 264
Posted By rapture
I don't understand your question. What do you want to save and update, your code?

What do you have and where are you stuck?
Forum: VB.NET Feb 24th, 2009
Replies: 2
Views: 1,502
Posted By rapture
I'm not sure myself, but maybe this helps

http://www.thescarms.com/dotnet/ExcelObject.aspx
Forum: VB.NET Feb 20th, 2009
Replies: 2
Views: 530
Posted By rapture
its weird, I wasn't the OP here but he disappeared
Forum: VB.NET Feb 19th, 2009
Replies: 2
Views: 366
Posted By rapture
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/c866d0d9-9361-4aca-9131-b8c233057f12/
Forum: VB.NET Feb 19th, 2009
Replies: 16
Views: 1,404
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: 2
Views: 530
Posted By rapture
Nobody is going to interact with you by way of email - first of all it doesn't help anyone else who has a similar problem and searches the site, and secondly we're not going to get 'tied' to helping...
Forum: VB.NET Feb 19th, 2009
Replies: 16
Views: 1,404
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,404
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 16th, 2009
Replies: 6
Views: 582
Posted By rapture
I would start with reading your textbook and then break your project down to the smallest piece you can figure out on your own and if you get stuck post back as to what your problem is.
Forum: VB.NET Feb 16th, 2009
Replies: 8
Views: 853
Posted By rapture
sometimes those problems that cause you to struggle for a long time are very rewarding when you finish them yourself. good job
Forum: VB.NET Feb 13th, 2009
Replies: 8
Views: 853
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 13th, 2009
Replies: 2
Views: 656
Posted By rapture
You could also use a dictionary to check spelling
Forum: VB.NET Feb 13th, 2009
Replies: 2
Views: 536
Posted By rapture
First of all - if you surround your code with " " then people will respond quicker.

Secondly,
in an if statement you follow this line of resaoning

if condition is met then perform the routine...
Forum: VB.NET Feb 3rd, 2009
Replies: 2
Views: 270
Posted By rapture
rofl -

I need to figure out how you did that.

(geeze Comatose, I just noticed you were in MI - I hope your not a Wolverine!) :)
Forum: VB.NET Feb 3rd, 2009
Replies: 4
Views: 976
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 3rd, 2009
Replies: 22
Views: 1,841
Posted By rapture
4Advanced,

I struggle with this problem when working with international boards. I think what struck him was your use of exclamation points. It seemed in the thread like you were upset and/or...
Forum: VB.NET Feb 3rd, 2009
Replies: 22
Views: 1,841
Posted By rapture
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,841
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,841
Posted By rapture
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,841
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,841
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,841
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: 5
Views: 467
Posted By rapture
Try searching this site or google for Final Project or Final Project Ideas
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,841
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 29th, 2009
Replies: 3
Views: 384
Posted By rapture
I've not used this stuff but I did find a few here:

http://www.vclcomponents.com/catalog/Documentation

again, I have no real recommendation on them. I was searching things like

open source...
Forum: VB.NET Jan 29th, 2009
Replies: 5
Views: 929
Posted By rapture
You should have enough to get started - go ahead and mark this as solved
Forum: VB.NET Jan 28th, 2009
Replies: 6
Views: 1,025
Posted By rapture
you can also use the required field validators in the toolbox

regardless this thread should be marked as solved
Forum: VB.NET Jan 28th, 2009
Replies: 5
Views: 929
Posted By rapture
some other free tutorials
http://www.homeandlearn.co.uk/NET/vbNET.html

the only way to start is to start reading and messing with some of this stuff yourself. you can get visual studio for free...
Forum: VB.NET Jan 28th, 2009
Replies: 14
Views: 998
Posted By rapture
yara - this is clearly the answer, can you try and mark as solved?
Forum: VB.NET Jan 28th, 2009
Replies: 13
Views: 2,296
Posted By rapture
** I was just trying to figure out if you had an assignment and chose access when you needed something else.

Since it's not possible for what you wanted to do can you go ahead and mark it as...
Forum: VB.NET Jan 27th, 2009
Replies: 14
Views: 998
Posted By rapture
I guess you're right, sometimes it's like throwing darts a board to answer a thred. :)
Forum: VB.NET Jan 27th, 2009
Replies: 14
Views: 935
Posted By rapture
Showing results 1 to 40 of 121

 


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

©2003 - 2009 DaniWeb® LLC