Click here to Skip to main content
15,896,606 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to connect ASP.NET to Lotus Notes Pin
justprashant10-Oct-06 20:21
justprashant10-Oct-06 20:21 
QuestionHelp on Caesar cipher Pin
De_JA_Vu10-Oct-06 7:54
De_JA_Vu10-Oct-06 7:54 
AnswerRe: Help on Caesar cipher Pin
Ray Cassick11-Oct-06 12:15
Ray Cassick11-Oct-06 12:15 
QuestionXmlReader - DTD location Pin
Chris Losinger10-Oct-06 6:14
professionalChris Losinger10-Oct-06 6:14 
QuestionDirectoryInfo.GetFiles() wildcard Pin
Jason Henderson10-Oct-06 3:30
Jason Henderson10-Oct-06 3:30 
AnswerRe: DirectoryInfo.GetFiles() wildcard Pin
Dave Kreskowiak10-Oct-06 4:49
mveDave Kreskowiak10-Oct-06 4:49 
GeneralRe: DirectoryInfo.GetFiles() wildcard [modified] Pin
Jason Henderson10-Oct-06 6:06
Jason Henderson10-Oct-06 6:06 
Questionset classname of application, register window class vb.net Pin
K edar V10-Oct-06 1:04
K edar V10-Oct-06 1:04 
how can i set class name of a desktop application in vb.net
i've tried to use CreateParams.Classname but error suggests
class name is not registered.
for that i've used
following apiz...
//start
Public Declare Function RegisterClass Lib "user32" Alias "RegisterClassA" (<marshalas(unmanagedtype.struct)> ByRef Class As WNDCLASS) As Integer
<structlayout(layoutkind.sequential)> Public Structure WNDCLASS
....
end structure
//end


mycls.lpszClassName = "myclass"
MsgBox(RegisterClass(mycls))
Dim Params As CreateParams = New CreateParams
Params.Caption = DOCSVAULT_IDENTITY_SMB
Params.ClassName = clsDVSMB.lpszClassName
Me.CreateHandle(Params)

still its givin error.. how to register class and set my applications class?

"You can do any thing you set to your mind" - theGhost_k8

QuestionRead Only Combo Box? Pin
bankai1239-Oct-06 19:53
bankai1239-Oct-06 19:53 
AnswerRe: Read Only Combo Box? Pin
Robert Rohde9-Oct-06 22:39
Robert Rohde9-Oct-06 22:39 
QuestionVisual Studio 2005 Pin
Andy H9-Oct-06 9:44
Andy H9-Oct-06 9:44 
AnswerRe: Visual Studio 2005 Pin
Robert Rohde9-Oct-06 22:40
Robert Rohde9-Oct-06 22:40 
Questionsql express backup Pin
Harikrk9-Oct-06 8:40
Harikrk9-Oct-06 8:40 
QuestionButton FlatAppearance.BorderSize problem... Pin
antonpaolo9-Oct-06 6:42
antonpaolo9-Oct-06 6:42 
QuestionDoubt in NGEN and CLR Pin
He is Cool9-Oct-06 3:11
He is Cool9-Oct-06 3:11 
AnswerRe: Doubt in NGEN and CLR Pin
Captain See Sharp9-Oct-06 20:57
Captain See Sharp9-Oct-06 20:57 
GeneralRe: Doubt in NGEN and CLR Pin
Robert Rohde9-Oct-06 22:43
Robert Rohde9-Oct-06 22:43 
GeneralRe: Doubt in NGEN and CLR Pin
He is Cool9-Oct-06 23:06
He is Cool9-Oct-06 23:06 
GeneralRe: Doubt in NGEN and CLR Pin
Captain See Sharp10-Oct-06 15:25
Captain See Sharp10-Oct-06 15:25 
GeneralRe: Doubt in NGEN and CLR Pin
Captain See Sharp10-Oct-06 15:19
Captain See Sharp10-Oct-06 15:19 
QuestionInternet gateway Pin
Gleader18-Oct-06 20:57
Gleader18-Oct-06 20:57 
QuestionNative Exception Error: 0xc0000005 Pin
Mark C Eaton8-Oct-06 15:56
Mark C Eaton8-Oct-06 15:56 
AnswerRe: Native Exception Error: 0xc0000005 Pin
Luc Pattyn9-Oct-06 8:40
sitebuilderLuc Pattyn9-Oct-06 8:40 
GeneralRe: Native Exception Error: 0xc0000005 Pin
Mark C Eaton9-Oct-06 13:34
Mark C Eaton9-Oct-06 13:34 
AnswerRe: Native Exception Error: 0xc0000005 Pin
Luc Pattyn9-Oct-06 14:54
sitebuilderLuc Pattyn9-Oct-06 14:54 

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.