Click here to Skip to main content
15,899,313 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem with a custom control Pin
Douglas Parsons19-Oct-05 6:05
Douglas Parsons19-Oct-05 6:05 
QuestionWeb Browser Control problem Pin
Meatnog18-Oct-05 10:10
Meatnog18-Oct-05 10:10 
Questiontransfer of data Pin
KamalTeja18-Oct-05 8:42
KamalTeja18-Oct-05 8:42 
AnswerRe: transfer of data Pin
Dave Kreskowiak18-Oct-05 9:50
mveDave Kreskowiak18-Oct-05 9:50 
Questioncopying from the memory Pin
microuser_200018-Oct-05 7:52
microuser_200018-Oct-05 7:52 
AnswerRe: copying from the memory Pin
microuser_200020-Oct-05 7:05
microuser_200020-Oct-05 7:05 
QuestionINI and CFG files Pin
No-e18-Oct-05 7:38
No-e18-Oct-05 7:38 
AnswerRe: INI and CFG files Pin
Richard_Wolf18-Oct-05 8:24
Richard_Wolf18-Oct-05 8:24 
Try defining it as such:

<DllImport("kernel32.dll", CharSet:=CharSet.Unicode, ExactSpelling:=False, CallingConvention:=CallingConvention.StdCall)> _
Private Shared Function WritePrivateProfileStringA(ByVal lpApplicationName As String, ByVal lpKeyName As Object, ByVal lpString As String, ByVal lpFileName As String) As integer
End Function

and see if that works for you.


AnswerRe: INI and CFG files Pin
Dave Kreskowiak18-Oct-05 8:25
mveDave Kreskowiak18-Oct-05 8:25 
GeneralRe: INI and CFG files Pin
No-e18-Oct-05 8:32
No-e18-Oct-05 8:32 
QuestionSelect Text in a datagrid with one click Pin
cruise9518-Oct-05 6:38
cruise9518-Oct-05 6:38 
QuestionWhat is the code? Pin
Deema Jack18-Oct-05 6:29
Deema Jack18-Oct-05 6:29 
AnswerRe: What is the code? Pin
Christian Graus18-Oct-05 12:07
protectorChristian Graus18-Oct-05 12:07 
GeneralRe: What is the code? Pin
Deema Jack20-Oct-05 2:30
Deema Jack20-Oct-05 2:30 
GeneralRe: What is the code? Pin
Christian Graus20-Oct-05 10:04
protectorChristian Graus20-Oct-05 10:04 
QuestionHelp with building a SQL Query Pin
Isobar18-Oct-05 5:23
Isobar18-Oct-05 5:23 
AnswerRe: Help with building a SQL Query Pin
KaptinKrunch18-Oct-05 7:40
KaptinKrunch18-Oct-05 7:40 
QuestionHard Drive Serial Number Pin
Ralph Stillinger18-Oct-05 5:13
Ralph Stillinger18-Oct-05 5:13 
AnswerRe: Hard Drive Serial Number Pin
Richard_Wolf18-Oct-05 9:52
Richard_Wolf18-Oct-05 9:52 
QuestionHow can I get help topic, content in .chm file? Pin
ducgerman18-Oct-05 4:39
ducgerman18-Oct-05 4:39 
AnswerRe: How can I get help topic, content in .chm file? Pin
enjoycrack18-Oct-05 10:30
enjoycrack18-Oct-05 10:30 
QuestionPlz help me Everybody Pin
Member 230469118-Oct-05 4:20
Member 230469118-Oct-05 4:20 
AnswerRe: Plz help me Everybody Pin
medicenpringles18-Oct-05 5:27
medicenpringles18-Oct-05 5:27 
GeneralRe: Plz help me Everybody Pin
Member 230469118-Oct-05 6:36
Member 230469118-Oct-05 6:36 
GeneralRe: Plz help me Everybody Pin
medicenpringles19-Oct-05 7:28
medicenpringles19-Oct-05 7:28 

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.