Click here to Skip to main content
16,011,374 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: TLH files Pin
Jörgen Sigvardsson30-Sep-05 9:12
Jörgen Sigvardsson30-Sep-05 9:12 
Questionwhy i always occur an error when i operate the hdc of the composite control? Pin
at2000129-Sep-05 6:22
at2000129-Sep-05 6:22 
QuestionPLEASE HELP ME Pin
honae29-Sep-05 3:18
honae29-Sep-05 3:18 
Questionhow do i pass UDT to from Compnt to ClientApp? Pin
Eytukan29-Sep-05 1:08
Eytukan29-Sep-05 1:08 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson29-Sep-05 9:36
Jörgen Sigvardsson29-Sep-05 9:36 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan30-Sep-05 0:32
Eytukan30-Sep-05 0:32 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Jörgen Sigvardsson30-Sep-05 9:13
Jörgen Sigvardsson30-Sep-05 9:13 
GeneralRe: how do i pass UDT to from Compnt to ClientApp? Pin
Eytukan3-Oct-05 6:30
Eytukan3-Oct-05 6:30 
actually, it could be done using Type in VB itself, no need to create an UDT in the Component. the requirement was like that. eg:

[ATL]
Fire_Event(BSTR Num,long Num)
[/ATL]

[VB]
Public Type MyType
Name as String
Num as long
End type
[/VB]

so in the client app, i assigned it like
MyType obj

Private ob_newEvent(String Name,Long num)
ob.Name = Name
obj.num=num
End sub

so i didn't find the need. But the terror strikes again,... soon i'll have to get these arguments in the method itself just like we did with Events.i'll try it at that time..so we'll meet again very soon.
[sorry for delay, just now i clicked on ATL ]






V


QuestionHow to get the specified item in IHTMLDocument2?I have no any idea.Need help! Pin
at2000128-Sep-05 17:18
at2000128-Sep-05 17:18 
AnswerRe: How to get the specified item in IHTMLDocument2?I have no any idea.Need help! Pin
at2000128-Sep-05 21:53
at2000128-Sep-05 21:53 
Questiongarbage collection & compaction Pin
Member 231338128-Sep-05 3:54
Member 231338128-Sep-05 3:54 
Questionprograming the video RAM Pin
Member 231338128-Sep-05 3:47
Member 231338128-Sep-05 3:47 
QuestionOCX link to ATL Pin
honae28-Sep-05 2:56
honae28-Sep-05 2:56 
Question(cout << double) != (cin >> double) Pin
Malcolm Smart28-Sep-05 0:40
Malcolm Smart28-Sep-05 0:40 
QuestionMy control can't run on win98,help~~ Pin
at2000127-Sep-05 15:41
at2000127-Sep-05 15:41 
AnswerRe: My control can't run on win98,help~~ Pin
Anonymous28-Sep-05 1:48
Anonymous28-Sep-05 1:48 
GeneralRe: My control can't run on win98,help~~ Pin
at2000128-Sep-05 6:00
at2000128-Sep-05 6:00 
QuestionNo _disinterface :( Pin
Eytukan26-Sep-05 6:17
Eytukan26-Sep-05 6:17 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson26-Sep-05 12:17
Jörgen Sigvardsson26-Sep-05 12:17 
GeneralRe: No _disinterface :( Pin
Eytukan27-Sep-05 6:15
Eytukan27-Sep-05 6:15 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson27-Sep-05 9:44
Jörgen Sigvardsson27-Sep-05 9:44 
GeneralRe: No _disinterface :( Pin
Eytukan27-Sep-05 23:10
Eytukan27-Sep-05 23:10 
AnswerRe: No _disinterface :( Pin
Eytukan28-Sep-05 3:24
Eytukan28-Sep-05 3:24 
GeneralRe: No _disinterface :( Pin
Jörgen Sigvardsson28-Sep-05 9:50
Jörgen Sigvardsson28-Sep-05 9:50 
GeneralRe: No _disinterface :( Pin
Eytukan28-Sep-05 22:57
Eytukan28-Sep-05 22:57 

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.