MathJax

2010년 8월 8일 일요일

Android error1

"The project cannot be built until build path errors are resolved"

When you see that error, check a build path in eclipse.

Project-> Properties-> Java Build Path-> Order and Export

Move up Android Project to the top.

2010년 4월 18일 일요일

To turn on Messenger Service for net send

제어판->관리도구->서비스
Messenger Service 켜기

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

2010년 4월 11일 일요일

MSDN_Visual Basic 참조 주소

http://msdn.microsoft.com/ko-kr/library/sh9ywfdk(v=VS.90).aspx