Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Change Wave from byte array 32bit/ 24bits 11khz to Byte array 16bit 8kz Pin
Richard Deeming19-Feb-14 2:40
mveRichard Deeming19-Feb-14 2:40 
AnswerRe: How to Change Wave from byte array 32bit/ 24bits 11khz to Byte array 16bit 8kz Pin
Bernhard Hiller19-Feb-14 21:38
Bernhard Hiller19-Feb-14 21:38 
GeneralRe: How to Change Wave from byte array 32bit/ 24bits 11khz to Byte array 16bit 8kz Pin
snakelecaps20-Feb-14 5:28
snakelecaps20-Feb-14 5:28 
QuestionDNS Suffix Pin
Ramug1018-Feb-14 22:11
Ramug1018-Feb-14 22:11 
SuggestionRe: DNS Suffix Pin
Richard MacCutchan18-Feb-14 22:29
mveRichard MacCutchan18-Feb-14 22:29 
GeneralRe: DNS Suffix Pin
Ramug1018-Feb-14 22:38
Ramug1018-Feb-14 22:38 
GeneralRe: DNS Suffix Pin
Richard MacCutchan18-Feb-14 22:57
mveRichard MacCutchan18-Feb-14 22:57 
Questionneed help with code with reference and generic function Pin
neodeaths18-Feb-14 16:18
neodeaths18-Feb-14 16:18 
anyone know how to use ref to make this work?
i keep getting error on load<item3>(i.Item2);

i tried using ref but it didnt work.

public static List<Tuple<object,string,Type>> DBlist;

DBlist.Add(new Tuple<object, string, Type>(A, "A", typeof(List<Car>)));
DBlist.Add(new Tuple<object, string, Type>(B, "B", typeof(List<Boat>)));


foreach (Tuple<Object, string, Type> i in DBlist)
{
    Type temp = i.Item3;
    i.Item1 = load<Item3>(i.Item2);
}

public static T load<T>(string tablename)

AnswerRe: need help with code with reference and generic function Pin
Richard Andrew x6418-Feb-14 17:51
professionalRichard Andrew x6418-Feb-14 17:51 
AnswerRe: need help with code with reference and generic function Pin
Richard MacCutchan18-Feb-14 22:27
mveRichard MacCutchan18-Feb-14 22:27 
GeneralRe: need help with code with reference and generic function Pin
Freak3019-Feb-14 1:45
Freak3019-Feb-14 1:45 
AnswerRe: need help with code with reference and generic function Pin
Richard Deeming19-Feb-14 2:14
mveRichard Deeming19-Feb-14 2:14 
AnswerRe: need help with code with reference and generic function Pin
Matt T Heffron19-Feb-14 7:54
professionalMatt T Heffron19-Feb-14 7:54 
QuestionCreating HUGE Bitmap objects? Pin
SledgeHammer0118-Feb-14 8:10
SledgeHammer0118-Feb-14 8:10 
AnswerRe: Creating HUGE Bitmap objects? Pin
David Knechtges18-Feb-14 10:54
David Knechtges18-Feb-14 10:54 
GeneralRe: Creating HUGE Bitmap objects? Pin
SledgeHammer0118-Feb-14 11:26
SledgeHammer0118-Feb-14 11:26 
QuestionRe: Creating HUGE Bitmap objects? Pin
Eddy Vluggen18-Feb-14 11:20
professionalEddy Vluggen18-Feb-14 11:20 
AnswerRe: Creating HUGE Bitmap objects? Pin
SledgeHammer0118-Feb-14 11:27
SledgeHammer0118-Feb-14 11:27 
GeneralRe: Creating HUGE Bitmap objects? Pin
Eddy Vluggen19-Feb-14 8:19
professionalEddy Vluggen19-Feb-14 8:19 
AnswerRe: Creating HUGE Bitmap objects? Pin
Bernhard Hiller18-Feb-14 21:26
Bernhard Hiller18-Feb-14 21:26 
AnswerRe: Creating HUGE Bitmap objects? Pin
Pete O'Hanlon18-Feb-14 21:51
mvePete O'Hanlon18-Feb-14 21:51 
QuestionCompiling the codes Pin
Blubbo18-Feb-14 6:39
Blubbo18-Feb-14 6:39 
GeneralRe: Compiling the codes Pin
harold aptroot18-Feb-14 6:43
harold aptroot18-Feb-14 6:43 
GeneralRe: Compiling the codes Pin
Blubbo18-Feb-14 7:03
Blubbo18-Feb-14 7:03 
GeneralRe: Compiling the codes Pin
Blubbo18-Feb-14 7:48
Blubbo18-Feb-14 7:48 

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.