Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAttendance Machine IP Connected / Disconnected Pin
Member 132153538-Nov-22 18:23
Member 132153538-Nov-22 18:23 
AnswerRe: Attendance Machine IP Connected / Disconnected Pin
Richard Deeming8-Nov-22 21:39
mveRichard Deeming8-Nov-22 21:39 
GeneralRe: Attendance Machine IP Connected / Disconnected Pin
Member 1321535310-Nov-22 23:38
Member 1321535310-Nov-22 23:38 
GeneralRe: Attendance Machine IP Connected / Disconnected Pin
Richard MacCutchan11-Nov-22 1:35
mveRichard MacCutchan11-Nov-22 1:35 
QuestionRe: Attendance Machine IP Connected / Disconnected Pin
Eddy Vluggen11-Nov-22 6:46
professionalEddy Vluggen11-Nov-22 6:46 
AnswerRe: Attendance Machine IP Connected / Disconnected Pin
Gerry Schmitz11-Nov-22 6:50
mveGerry Schmitz11-Nov-22 6:50 
GeneralRe: Attendance Machine IP Connected / Disconnected Pin
Eddy Vluggen11-Nov-22 13:25
professionalEddy Vluggen11-Nov-22 13:25 
QuestionMaking VC++ 6 DLL to work on VB6 App with no UNICODE issue Pin
whiteboat27-Oct-22 19:28
whiteboat27-Oct-22 19:28 
Currently I am working on an old VB6 app to be compatible with UNICODE.

This app has SSTab and within this tab, there are user control q1, q2, q3 and so on.  For q1, it has the following code:

Private WithEvents q1 As VBControlExtender
Private progID As String

procId = "ALCTX10.CTX10.1"
Set q1 = Controls.Add(procId, "q1")
myTab.tab = 1
q1.Move borderSize, topMargin, myTab.Width - borderSize * 2, _
myTab.Height - borderSize - topMargin
q1.Visible = True

The procId is referring to VC++ 6 DLL. All user controls are using this DLL.
For VC++ 6 DLL, I added ",_UNICODE, UNICODE" into the preprocessor definitions under the project setting of VC++ 6.
And compiled the DLL again and then brought it back to VB6.

The problem is I am still getting the same UNICODE issue from VB6 app. 
I am using a foreign version of Windows XP so it is not the font problem.
I can’t just replace this DLL with UNICODE supported TextBox or RichTextBox since there are too many things going underneath the DLL.

I would appreciate very much if anyone sheds a light on this problem.  Thanks.

AnswerRe: Making VC++ 6 DLL to work on VB6 App with no UNICODE issue Pin
Victor Nijegorodov27-Oct-22 20:43
Victor Nijegorodov27-Oct-22 20:43 
GeneralRe: Making VC++ 6 DLL to work on VB6 App with no UNICODE issue Pin
whiteboat27-Oct-22 21:24
whiteboat27-Oct-22 21:24 
QuestionVBApp with a Crystal Report in it. Where do I find it when published. Pin
KreativeKai27-Oct-22 6:21
professionalKreativeKai27-Oct-22 6:21 
AnswerRe: VBApp with a Crystal Report in it. Where do I find it when published. Pin
Richard Deeming27-Oct-22 21:09
mveRichard Deeming27-Oct-22 21:09 
QuestionUpdate Parent and Child Table Pin
EngrImad27-Oct-22 0:37
EngrImad27-Oct-22 0:37 
AnswerRe: Update Parent and Child Table Pin
Richard MacCutchan27-Oct-22 1:36
mveRichard MacCutchan27-Oct-22 1:36 
GeneralRe: Update Parent and Child Table Pin
EngrImad27-Oct-22 1:41
EngrImad27-Oct-22 1:41 
Questionhow to do Scheduled task settings in conditions Tab "wake the computer to run this task" Pin
Member 1578241728-Sep-22 21:17
Member 1578241728-Sep-22 21:17 
QuestionVB.NET Pin
traore noor22-Sep-22 13:50
traore noor22-Sep-22 13:50 
AnswerRe: VB.NET Pin
Dave Kreskowiak22-Sep-22 15:10
mveDave Kreskowiak22-Sep-22 15:10 
AnswerRe: VB.NET Pin
Richard Deeming22-Sep-22 21:35
mveRichard Deeming22-Sep-22 21:35 
AnswerRe: VB.NET Pin
Eddy Vluggen25-Sep-22 5:44
professionalEddy Vluggen25-Sep-22 5:44 
QuestionCREATE DNS SERVER SOFTWARE Pin
Os.kamal22-Sep-22 8:02
Os.kamal22-Sep-22 8:02 
AnswerRe: CREATE DNS SERVER SOFTWARE Pin
Dave Kreskowiak22-Sep-22 15:07
mveDave Kreskowiak22-Sep-22 15:07 
GeneralRe: CREATE DNS SERVER SOFTWARE Pin
trønderen22-Sep-22 15:22
trønderen22-Sep-22 15:22 
GeneralRe: CREATE DNS SERVER SOFTWARE Pin
Dave Kreskowiak23-Sep-22 3:02
mveDave Kreskowiak23-Sep-22 3:02 
GeneralRe: CREATE DNS SERVER SOFTWARE Pin
Os.kamal25-Sep-22 4:21
Os.kamal25-Sep-22 4:21 

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.