Click here to Skip to main content
15,894,410 members
Home / Discussions / C#
   

C#

 
QuestionCapicom publish error Pin
BDJones22-Dec-09 10:45
BDJones22-Dec-09 10:45 
QuestionHost ComboBox In DataGridView Pin
Kevin Marois22-Dec-09 10:38
professionalKevin Marois22-Dec-09 10:38 
AnswerRe: Host ComboBox In DataGridView Pin
Md. Marufuzzaman22-Dec-09 10:57
professionalMd. Marufuzzaman22-Dec-09 10:57 
GeneralRe: Host ComboBox In DataGridView Pin
Kevin Marois22-Dec-09 11:10
professionalKevin Marois22-Dec-09 11:10 
Questioninsert data problem Pin
dr_move22-Dec-09 10:38
professionaldr_move22-Dec-09 10:38 
AnswerRe: insert data problem Pin
Md. Marufuzzaman22-Dec-09 11:03
professionalMd. Marufuzzaman22-Dec-09 11:03 
Questionis there any binary to decimal convertor class Pin
hotthoughtguy22-Dec-09 10:04
hotthoughtguy22-Dec-09 10:04 
AnswerRe: is there any binary to decimal convertor class Pin
Luc Pattyn22-Dec-09 10:16
sitebuilderLuc Pattyn22-Dec-09 10:16 
Hi,

numbers don't have a base, it is only when they are converted to/from strings that a base applies.
have a look at Convert.ToInt32(String, Int32) and Convert.ToString(Int32, Int32)
[and similar for other types]

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: is there any binary to decimal convertor class Pin
hotthoughtguy22-Dec-09 10:18
hotthoughtguy22-Dec-09 10:18 
GeneralRe: is there any binary to decimal convertor class Pin
Luc Pattyn22-Dec-09 10:27
sitebuilderLuc Pattyn22-Dec-09 10:27 
GeneralRe: is there any binary to decimal convertor class Pin
#realJSOP22-Dec-09 10:47
mve#realJSOP22-Dec-09 10:47 
AnswerRe: is there any binary to decimal convertor class Pin
DaveyM6926-Dec-09 16:09
professionalDaveyM6926-Dec-09 16:09 
GeneralRe: is there any binary to decimal convertor class Pin
hotthoughtguy26-Dec-09 22:43
hotthoughtguy26-Dec-09 22:43 
Questioncustom shaped windows forms in c# problem Pin
hosseinghazanfary22-Dec-09 7:35
hosseinghazanfary22-Dec-09 7:35 
AnswerRe: custom shaped windows forms in c# problem Pin
Md. Marufuzzaman22-Dec-09 9:26
professionalMd. Marufuzzaman22-Dec-09 9:26 
QuestionStoring 2 bytes in one Pin
Chris Copeland22-Dec-09 5:57
mveChris Copeland22-Dec-09 5:57 
Answercrap Pin
Luc Pattyn22-Dec-09 6:21
sitebuilderLuc Pattyn22-Dec-09 6:21 
GeneralRe: crap Pin
Chris Copeland22-Dec-09 6:25
mveChris Copeland22-Dec-09 6:25 
GeneralRe: crap Pin
Luc Pattyn22-Dec-09 7:58
sitebuilderLuc Pattyn22-Dec-09 7:58 
AnswerRe: Storing 2 bytes in one Pin
harold aptroot22-Dec-09 6:29
harold aptroot22-Dec-09 6:29 
GeneralRe: Storing 2 bytes in one Pin
Chris Copeland22-Dec-09 6:51
mveChris Copeland22-Dec-09 6:51 
GeneralRe: Storing 2 bytes in one Pin
harold aptroot22-Dec-09 6:55
harold aptroot22-Dec-09 6:55 
AnswerRe: Storing 2 bytes in one Pin
J4amieC22-Dec-09 6:35
J4amieC22-Dec-09 6:35 
GeneralRe: Storing 2 bytes in one Pin
Chris Copeland22-Dec-09 6:49
mveChris Copeland22-Dec-09 6:49 
GeneralRe: Storing 2 bytes in one Pin
harold aptroot22-Dec-09 6:52
harold aptroot22-Dec-09 6:52 

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.