Search Results

Showing results 1 to 40 of 62
Search took 0.01 seconds.
Search: Posts Made By: rapture
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: C# Mar 3rd, 2009
Replies: 13
Views: 1,655
Posted By rapture
I guess my replies are either completely wrong or not worth looking at - seems to me on that link I posted was this


//Create a connection to the SQL Server; modify the connection string for your...
Forum: C# Mar 3rd, 2009
Replies: 13
Views: 1,655
Posted By rapture
There and you can check here
http://support.microsoft.com/kb/320916
Forum: VB.NET Feb 24th, 2009
Replies: 2
Views: 1,395
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,313
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,313
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,313
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: 813
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: Java Feb 13th, 2009
Replies: 6
Views: 1,803
Posted By rapture
I tried to help you once. Again I typed in "Java play audio file" and the first result from google was here
http://www.google.com/search?hl=en&q=java+play+audio+file
in google the description says...
Forum: Java Feb 13th, 2009
Replies: 15
Views: 596
Posted By rapture
please use code tags to make readibility easier
Forum: Java Feb 13th, 2009
Replies: 6
Views: 1,803
Posted By rapture
hmm wierd, what didn't you find? I typed in

java play audio file

and found a ton of stuff in google . . .
Forum: Java Feb 13th, 2009
Replies: 15
Views: 596
Posted By rapture
which number = 0 did you take out? you need to take out? You have two of them, and one of them doesn't even end the line with a semi-colon

ddanbe - who knows what IDE he is using if any - but...
Forum: Java Feb 10th, 2009
Replies: 11
Solved: For loop
Views: 644
Posted By rapture
nandomendoza

start with writing pseudocode of what you want your program to do. It's just plain english

start program
--program does this
--if program input is this then do this

etc
Forum: Java Feb 5th, 2009
Replies: 3
Views: 623
Posted By rapture
I'm interested to see what goes on with this one, why wouldn't you need his line in bold to be this?


if(p.getCoinName(coinName).equalsIgnoreCase(coinName))


I'm very new to Java so please be...
Forum: VB.NET Feb 3rd, 2009
Replies: 4
Views: 935
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,731
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,731
Posted By rapture
Forum: VB.NET Feb 2nd, 2009
Replies: 22
Views: 1,731
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,731
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,731
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,731
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: 892
Posted By rapture
Forum: VB.NET Jan 26th, 2009
Replies: 14
Views: 892
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: 892
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: C# Jan 22nd, 2009
Replies: 7
Views: 544
Posted By rapture
Danny,

You know I'm new and you're way beyond me, however; I don't see how you could change it other than to use 'less than' along with 'and' for your first statement or to use case statements . ....
Forum: VB.NET Jan 22nd, 2009
Replies: 13
Views: 3,157
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,157
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,402
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: C# Jan 19th, 2009
Replies: 21
Views: 1,040
Posted By rapture
if that fixed your problem then mark the thread as solved for him
Forum: C# Jan 19th, 2009
Replies: 21
Views: 1,040
Posted By rapture
hmm, well then ddanbe I am fast on my way to becoming an expert in everything!
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: C# Jan 19th, 2009
Replies: 21
Views: 1,040
Posted By rapture
Tobbek

Maybe you're used to working with global variables?
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
Showing results 1 to 40 of 62

 


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

©2003 - 2009 DaniWeb® LLC