Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
Generalform to form Pin
monrobot1317-Mar-03 4:56
monrobot1317-Mar-03 4:56 
GeneralRe: form to form Pin
Braulio Dez17-Mar-03 5:16
Braulio Dez17-Mar-03 5:16 
GeneralRe: form to form Pin
Anonymous19-Mar-03 1:34
Anonymous19-Mar-03 1:34 
QuestionSmall foot, BIG foot print???? Pin
codeweenie17-Mar-03 4:43
codeweenie17-Mar-03 4:43 
AnswerHere is the frmDateInput.cs contents Pin
codeweenie17-Mar-03 5:23
codeweenie17-Mar-03 5:23 
AnswerHere is the DateValidator.cs contents Pin
codeweenie17-Mar-03 5:26
codeweenie17-Mar-03 5:26 
AnswerRe: Small foot, BIG foot print???? Pin
leppie17-Mar-03 6:08
leppie17-Mar-03 6:08 
GeneralRe: Small foot, BIG foot print???? Pin
codeweenie17-Mar-03 6:19
codeweenie17-Mar-03 6:19 
Remeber all the runtime dll's you are referenceing. You need to keep that in mind too. It's not your code, just the nature of the .Net runtime and other such VM's.


That makes complete sense, and based on that, which of the using statements can I get away with NOT using? I guess I can just comment them out one at a time and see which break's it. Here are the ones that I am using currently:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

Based on how simple my little beginner app is which can I get away with NOT using?

Thanks,
Bill K.
GeneralRe: Small foot, BIG foot print???? Pin
leppie17-Mar-03 7:22
leppie17-Mar-03 7:22 
GeneralRe: Small foot, BIG foot print???? Pin
codeweenie17-Mar-03 7:31
codeweenie17-Mar-03 7:31 
GeneralRe: Small foot, BIG foot print???? Pin
leppie17-Mar-03 8:05
leppie17-Mar-03 8:05 
GeneralNon focus form Pin
Roger Alsing16-Mar-03 23:38
Roger Alsing16-Mar-03 23:38 
GeneralRe: Non focus form Pin
Rocky Moore17-Mar-03 1:34
Rocky Moore17-Mar-03 1:34 
GeneralRe: Non focus form Pin
Roger Alsing17-Mar-03 22:55
Roger Alsing17-Mar-03 22:55 
GeneralRe: Non focus form Pin
insomnious19-Mar-03 0:52
insomnious19-Mar-03 0:52 
QuestionPaint with xp themes? Pin
Roger Alsing16-Mar-03 20:28
Roger Alsing16-Mar-03 20:28 
AnswerRe: Paint with xp themes? Pin
Kannan Kalyanaraman16-Mar-03 23:26
Kannan Kalyanaraman16-Mar-03 23:26 
GeneralRe: Paint with xp themes? Pin
Roger Alsing16-Mar-03 23:34
Roger Alsing16-Mar-03 23:34 
GeneralObjectRelationalBridge Pin
autonomousagent16-Mar-03 20:23
autonomousagent16-Mar-03 20:23 
GeneralRe: ObjectRelationalBridge Pin
James T. Johnson17-Mar-03 9:36
James T. Johnson17-Mar-03 9:36 
GeneralPass values to another Form Pin
JasperHotmail16-Mar-03 20:20
JasperHotmail16-Mar-03 20:20 
GeneralRe: Pass values to another Form Pin
..Hubert..17-Mar-03 3:20
..Hubert..17-Mar-03 3:20 
GeneralRichTextBox doubt Pin
Smitha Nishant16-Mar-03 18:01
protectorSmitha Nishant16-Mar-03 18:01 
GeneralWin 98 & PrintPreviewControl force error! Pin
Kirill.N16-Mar-03 17:46
Kirill.N16-Mar-03 17:46 
QuestionMore ActiveDirectory --- Binding as a DN? Pin
Adrian Hall16-Mar-03 14:41
Adrian Hall16-Mar-03 14:41 

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.