Click here to Skip to main content
15,886,056 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Vb.net text box that accepts Caps A-Z Pin
kendo1719-Feb-07 23:10
kendo1719-Feb-07 23:10 
GeneralRe: Vb.net text box that accepts Caps A-Z Pin
TwoFaced20-Feb-07 7:23
TwoFaced20-Feb-07 7:23 
GeneralRe: Vb.net text box that accepts Caps A-Z Pin
kendo1719-Feb-07 11:34
kendo1719-Feb-07 11:34 
GeneralRe: Vb.net text box that accepts Caps A-Z Pin
TwoFaced19-Feb-07 13:09
TwoFaced19-Feb-07 13:09 
Questiontwo queries in sqldataadapter Pin
amaneet19-Feb-07 3:59
amaneet19-Feb-07 3:59 
AnswerRe: two queries in sqldataadapter Pin
Colin Angus Mackay19-Feb-07 4:12
Colin Angus Mackay19-Feb-07 4:12 
Questionstrong type and dll help Pin
amaneet19-Feb-07 3:57
amaneet19-Feb-07 3:57 
AnswerRe: strong type and dll help Pin
Colin Angus Mackay19-Feb-07 4:09
Colin Angus Mackay19-Feb-07 4:09 
amaneet wrote:
does dll hell term has anything to do with the partial classes.


No.


amaneet wrote:
there is a little bit of confusion in strong type Term


It means that you sign the assembly so that the types (classes and structures) are strongly typed. In other words, it helps with security as you need to create a key to sign the assemblies with. You would not distribute the key that you use to create the strong typed assembly, therefore if anyone tampers with your assembly, or attempts to replace it with their own, any application using the assembly will reject the doppleganger.


Questionbackward compatibility Pin
amaneet19-Feb-07 3:53
amaneet19-Feb-07 3:53 
AnswerRe: backward compatibility Pin
Colin Angus Mackay19-Feb-07 4:06
Colin Angus Mackay19-Feb-07 4:06 
QuestionQuery problem Pin
amaneet19-Feb-07 3:50
amaneet19-Feb-07 3:50 
AnswerRe: Query problem Pin
Colin Angus Mackay19-Feb-07 4:05
Colin Angus Mackay19-Feb-07 4:05 
AnswerRe: Query problem Pin
andyharman19-Feb-07 7:15
professionalandyharman19-Feb-07 7:15 
QuestionNamespaces problem Pin
amaneet19-Feb-07 3:45
amaneet19-Feb-07 3:45 
AnswerRe: Namespaces problem Pin
Colin Angus Mackay19-Feb-07 4:04
Colin Angus Mackay19-Feb-07 4:04 
QuestionString class problem Pin
amaneet19-Feb-07 3:44
amaneet19-Feb-07 3:44 
AnswerRe: String class problem Pin
Colin Angus Mackay19-Feb-07 4:03
Colin Angus Mackay19-Feb-07 4:03 
GeneralRe: String class problem Pin
Marcus J. Smith19-Feb-07 8:23
professionalMarcus J. Smith19-Feb-07 8:23 
GeneralRe: String class problem Pin
Colin Angus Mackay19-Feb-07 8:38
Colin Angus Mackay19-Feb-07 8:38 
GeneralRe: String class problem Pin
Marcus J. Smith19-Feb-07 10:03
professionalMarcus J. Smith19-Feb-07 10:03 
AnswerRe: String class problem Pin
Guffa19-Feb-07 8:52
Guffa19-Feb-07 8:52 
Questiondelegates and events Pin
amaneet19-Feb-07 3:40
amaneet19-Feb-07 3:40 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:19
TwoFaced19-Feb-07 11:19 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:21
TwoFaced19-Feb-07 11:21 
QuestionPass parameter to webusercontrol Pin
Björn T.J.M. Spruit19-Feb-07 3:07
Björn T.J.M. Spruit19-Feb-07 3:07 

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.