Click here to Skip to main content
15,889,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help for dll Pin
Christian Graus25-Jun-08 1:38
protectorChristian Graus25-Jun-08 1:38 
Questionapp.config Pin
Jay Royall24-Jun-08 23:03
Jay Royall24-Jun-08 23:03 
AnswerRe: app.config Pin
Christian Graus24-Jun-08 23:36
protectorChristian Graus24-Jun-08 23:36 
AnswerRe: app.config Pin
SteveNY25-Jun-08 4:28
SteveNY25-Jun-08 4:28 
AnswerRe: app.config Pin
Marek Grzenkowicz25-Jun-08 4:30
Marek Grzenkowicz25-Jun-08 4:30 
AnswerRe: app.config Pin
Mycroft Holmes26-Jun-08 17:10
professionalMycroft Holmes26-Jun-08 17:10 
QuestionCheckListBox binding to an Excel Spreadsheet Pin
Tazy24-Jun-08 22:41
Tazy24-Jun-08 22:41 
AnswerRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus24-Jun-08 23:04
protectorChristian Graus24-Jun-08 23:04 
Tazy wrote:
I am new to programming


Then why are you working on something this complex ? No-one is paying for your 'new to programming' code, are they ? If so, shame on you. If you're learning, choose something simpler to start with. You're just guessing here, and you'd do better to take a methodical approach to learning.


Tazy wrote:
'MsgBox(CheckedListBox1.Items(0).ToString) 'This didn't work
'MsgBox(CheckedListBox1.Items.Item(i).ToString()) 'Nor This


Well, a MsgBox is the wrong approach to take with ASP.NET anyhow, that will kill your server in a hurry. However, I assume this is debug code. Try instead to set a breakpoint. You'll find that the item is actually a DataRow, so you need to do Items(0)("SystemName"), or whatever.

In futurem don't say 'this didn't work', say 'this threw this excpetion', or 'this gave me a different result to what i hoped for, as follows... ', or 'this gave me the following compiler error.

And, for the love of all that is holy, buy a book and refer to it before asking questions. That's another step towards learning, towards actually becoming a programmer. People who take those sort of steps, are the sort of people we most like to help, because it doesn't feel like smashing your head against a wall.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Tazy25-Jun-08 0:55
Tazy25-Jun-08 0:55 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus25-Jun-08 1:01
protectorChristian Graus25-Jun-08 1:01 
AnswerRe: CheckListBox binding to an Excel Spreadsheet Pin
Ashfield24-Jun-08 23:06
Ashfield24-Jun-08 23:06 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Tazy25-Jun-08 0:19
Tazy25-Jun-08 0:19 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus25-Jun-08 0:25
protectorChristian Graus25-Jun-08 0:25 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Ashfield25-Jun-08 1:22
Ashfield25-Jun-08 1:22 
QuestionConnect to webserver using socket Pin
ne0h24-Jun-08 21:14
ne0h24-Jun-08 21:14 
AnswerRe: Connect to webserver using socket Pin
Christian Graus24-Jun-08 21:47
protectorChristian Graus24-Jun-08 21:47 
GeneralRe: Connect to webserver using socket Pin
ne0h24-Jun-08 23:14
ne0h24-Jun-08 23:14 
Questionhow to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 20:07
Amit Agarrwal24-Jun-08 20:07 
AnswerRe: how to deploy windows application in c# or vb Pin
Ashfield24-Jun-08 21:08
Ashfield24-Jun-08 21:08 
AnswerRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 21:46
protectorChristian Graus24-Jun-08 21:46 
GeneralRe: how to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 22:35
Amit Agarrwal24-Jun-08 22:35 
GeneralRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 23:00
protectorChristian Graus24-Jun-08 23:00 
GeneralRe: how to deploy windows application in c# or vb Pin
led mike8-Jul-08 9:12
led mike8-Jul-08 9:12 
QuestionAdding to table with variying record count [modified] Pin
kjalandoon24-Jun-08 18:37
kjalandoon24-Jun-08 18:37 
AnswerRe: Adding to table with variying record count Pin
Christian Graus24-Jun-08 19:11
protectorChristian Graus24-Jun-08 19:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.