Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Access level and user right Pin
waner michaud11-Nov-09 8:26
waner michaud11-Nov-09 8:26 
GeneralRe: Access level and user right Pin
_Damian S_11-Nov-09 13:29
professional_Damian S_11-Nov-09 13:29 
QuestionConvert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:36
jeshra27911-Nov-09 5:36 
AnswerRe: Convert Column from Float to Double Datatype. Pin
John M Bundy11-Nov-09 5:57
John M Bundy11-Nov-09 5:57 
GeneralRe: Convert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:59
jeshra27911-Nov-09 5:59 
GeneralRe: Convert Column from Float to Double Datatype. Pin
Dave Kreskowiak11-Nov-09 7:29
mveDave Kreskowiak11-Nov-09 7:29 
QuestionVariant type in VB.NET? Pin
Xiangyang Liu 刘向阳11-Nov-09 2:33
Xiangyang Liu 刘向阳11-Nov-09 2:33 
AnswerRe: Variant type in VB.NET? [modified] Pin
The Man from U.N.C.L.E.11-Nov-09 3:04
The Man from U.N.C.L.E.11-Nov-09 3:04 
You need to decorate the parameter definition with the MarshalAs(UnmanagedType.Struct) attribute which is found in the System.Runtime.InteropServices namepsace. eg.
<DllImport("user32.dll")> _
Public Shared Function myFunction(<MarshalAs(UnmanagedType.Struct)>ByRef lpRect As Object) As Boolean
End Function


[Edit] Sorry, just noticed that the pre tags mangled my formatting and confused my attribute tags with html tags. Should make more sense now.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
www.JacksonSoft.co.uk

modified on Wednesday, November 11, 2009 5:57 PM

GeneralRe: Variant type in VB.NET? Pin
Xiangyang Liu 刘向阳12-Nov-09 2:33
Xiangyang Liu 刘向阳12-Nov-09 2:33 
QuestionInsert/Update statement Pin
shefa' isied11-Nov-09 1:45
shefa' isied11-Nov-09 1:45 
AnswerRe: Insert/Update statement Pin
Thomas Krojer11-Nov-09 1:53
Thomas Krojer11-Nov-09 1:53 
GeneralRe: Insert/Update statement Pin
shefa' isied11-Nov-09 1:59
shefa' isied11-Nov-09 1:59 
AnswerRe: Insert/Update statement Pin
John M Bundy11-Nov-09 2:25
John M Bundy11-Nov-09 2:25 
AnswerRe: Insert/Update statement Pin
Dave Kreskowiak11-Nov-09 7:25
mveDave Kreskowiak11-Nov-09 7:25 
AnswerRe: Insert/Update statement Pin
Shameel11-Nov-09 23:10
professionalShameel11-Nov-09 23:10 
GeneralRe: Insert/Update statement Pin
loyal ginger17-Nov-09 6:12
loyal ginger17-Nov-09 6:12 
GeneralRe: Insert/Update statement Pin
Shameel17-Nov-09 7:45
professionalShameel17-Nov-09 7:45 
QuestionInsert formula into a vairable range of cells in Excel from VB Pin
nhsal6911-Nov-09 1:22
nhsal6911-Nov-09 1:22 
AnswerRe: Insert formula into a vairable range of cells in Excel from VB Pin
John M Bundy11-Nov-09 2:36
John M Bundy11-Nov-09 2:36 
GeneralRe: Insert formula into a vairable range of cells in Excel from VB Pin
nhsal6911-Nov-09 2:58
nhsal6911-Nov-09 2:58 
QuestionRunning Command Line Files Pin
EvanSaunders10-Nov-09 23:18
EvanSaunders10-Nov-09 23:18 
AnswerRe: Running Command Line Files Pin
Johan Hakkesteegt11-Nov-09 0:40
Johan Hakkesteegt11-Nov-09 0:40 
GeneralRe: Running Command Line Files Pin
EvanSaunders12-Nov-09 22:45
EvanSaunders12-Nov-09 22:45 
AnswerRe: Running Command Line Files Pin
Shameel11-Nov-09 23:12
professionalShameel11-Nov-09 23:12 
GeneralRe: Running Command Line Files Pin
EvanSaunders12-Nov-09 22:46
EvanSaunders12-Nov-09 22:46 

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.