Click here to Skip to main content
15,896,526 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Security.Cryptography for encrypting binary files (not plain text) Pin
ajtunbridge26-Sep-08 15:52
ajtunbridge26-Sep-08 15:52 
QuestionCodeDom and partial method Pin
Member 346950026-Sep-08 7:56
Member 346950026-Sep-08 7:56 
AnswerRe: CodeDom and partial method Pin
Ennis Ray Lynch, Jr.26-Sep-08 8:01
Ennis Ray Lynch, Jr.26-Sep-08 8:01 
AnswerRe: CodeDom and partial method Pin
Pete O'Hanlon27-Sep-08 9:26
mvePete O'Hanlon27-Sep-08 9:26 
AnswerRe: CodeDom and partial method Pin
jatin.sabarmati23-Nov-08 16:47
jatin.sabarmati23-Nov-08 16:47 
QuestionC# vs VB6.0 Pin
Pedram Behroozi26-Sep-08 6:46
Pedram Behroozi26-Sep-08 6:46 
AnswerRe: C# vs VB6.0 Pin
Fernando A. Gomez F.26-Sep-08 7:03
Fernando A. Gomez F.26-Sep-08 7:03 
AnswerRe: C# vs VB6.0 [modified] Pin
Judah Gabriel Himango26-Sep-08 7:08
sponsorJudah Gabriel Himango26-Sep-08 7:08 
You're creating 3000 labels and adding them to the screen. Of course that's gonna be slow; that's a horrible abuse of the UI system. (As many VB6 apps are!)

Your VB6 code is different than your C# code. The C# code creates 3000 labels and adds them to the screen. Your VB6 code assumes your labels are already created and merely sets their visible status.

Tell us what you're trying to do. We'll tell you how to get good performance.

Pedram Behroozi wrote:
Besides I have to insert approximately 100MB .Net Framework


Use the .NET 3.5 SP1 client profile. It's just over 20MB.

Another thing to consider is that all Windows Vista machines come pre-installed with .NET 3.



Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Feelings-Based Morality of the Secular World
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango



modified on Friday, September 26, 2008 1:50 PM

GeneralRe: C# vs VB6.0 Pin
Pedram Behroozi26-Sep-08 7:23
Pedram Behroozi26-Sep-08 7:23 
GeneralRe: C# vs VB6.0 [modified] Pin
Judah Gabriel Himango26-Sep-08 7:40
sponsorJudah Gabriel Himango26-Sep-08 7:40 
GeneralRe: C# vs VB6.0 Pin
Paul Conrad26-Sep-08 8:37
professionalPaul Conrad26-Sep-08 8:37 
AnswerRe: C# vs VB6.0 Pin
Wendelius26-Sep-08 7:39
mentorWendelius26-Sep-08 7:39 
GeneralRe: C# vs VB6.0 Pin
Pedram Behroozi26-Sep-08 8:09
Pedram Behroozi26-Sep-08 8:09 
GeneralRe: C# vs VB6.0 Pin
Wendelius26-Sep-08 8:17
mentorWendelius26-Sep-08 8:17 
AnswerRe: C# vs VB6.0 Pin
Ennis Ray Lynch, Jr.26-Sep-08 7:59
Ennis Ray Lynch, Jr.26-Sep-08 7:59 
AnswerRe: C# vs VB6.0 Pin
Pete O'Hanlon26-Sep-08 8:17
mvePete O'Hanlon26-Sep-08 8:17 
GeneralRe: C# vs VB6.0 Pin
piyey26-Sep-08 10:29
piyey26-Sep-08 10:29 
AnswerRe: C# vs VB6.0 Pin
Paul Conrad26-Sep-08 8:40
professionalPaul Conrad26-Sep-08 8:40 
GeneralRe: C# vs VB6.0 Pin
Pedram Behroozi26-Sep-08 9:58
Pedram Behroozi26-Sep-08 9:58 
AnswerRe: C# vs VB6.0 Pin
Guffa26-Sep-08 8:52
Guffa26-Sep-08 8:52 
AnswerRe: C# vs VB6.0 Pin
Mohammad Dayyan26-Sep-08 9:23
Mohammad Dayyan26-Sep-08 9:23 
GeneralRe: C# vs VB6.0 Pin
Pete O'Hanlon26-Sep-08 9:57
mvePete O'Hanlon26-Sep-08 9:57 
GeneralRe: C# vs VB6.0 Pin
Adam Maras26-Sep-08 10:27
Adam Maras26-Sep-08 10:27 
GeneralRe: C# vs VB6.0 Pin
piyey26-Sep-08 10:35
piyey26-Sep-08 10:35 
GeneralRe: C# vs VB6.0 Pin
Mohammad Dayyan26-Sep-08 16:06
Mohammad Dayyan26-Sep-08 16:06 

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.