제어판->관리도구->서비스
Messenger Service 켜기
MathJax
2010년 4월 18일 일요일
2010년 4월 14일 수요일
LoadPicture
'Excel
'First, make a image control in control tool box
'then load a picture(bmp, jpg, gif, ico, etc)
Private Sub load()
Dim pic As Object
Set pic = LoadPicture(Filename)
Set Image1.Picture = pic
End Sub
Reference: http://msdn.microsoft.com/en-us/library/aa733639(VS.60).aspx
'First, make a image control in control tool box
'then load a picture(bmp, jpg, gif, ico, etc)
Private Sub load()
Dim pic As Object
Set pic = LoadPicture(Filename)
Set Image1.Picture = pic
End Sub
Reference: http://msdn.microsoft.com/en-us/library/aa733639(VS.60).aspx
2010년 4월 11일 일요일
피드 구독하기:
글 (Atom)