Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vb6

0 votes
777 views
1 answer
    I have 2 EXEs in VB 6. EXE 1 calls the other EXE2 through shell command EXE1 : Shell(PathNameEXE2,0) Now ... achieve the same? Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    I have a MS-Access 2003 located on (Http://SubDomain.DomanName.Com/Folder1/mydb.mdb) and Visual Basic 6.0 ..... ... to connect to this (Path) . See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
580 views
1 answer
    Has anyone internationalized a VB 6 application? Any helpful resources or tips/tricks you can offer? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
423 views
1 answer
    Are control arrays supported in .Net? We are talking about converting a legacy app from VB6 to .NET. The app ... through to make this happen? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    Language Visual Basic 6. I want to know if there is an open source or existing Microsoft Image library that ... other imaging tool. Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    Trying to set up a USB power strip. Here's the documentation: Initializes the Power USB API. Name: ... solution to this problem? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    how o write vb code which can except parameter at runtime ex. My exe is "readfile.exe" and if i want ... name parameter and perform the action See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I have this algorithm that I want to implement on VB6. Sub Main() dim stringVal1 as string, stringVal2 as string ... Can this be done in VB6? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I have a program built with VB6 and using some 32-bit DLL's. Will this program run on a 64-bit machine? This ... , but what about the DLL's? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
538 views
1 answer
    I want to do this: "If there's a module X containing a function Y then call it, otherwise don't." I'm ... could not be fixed in a few hours. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    I am using MSXML 3.0 with Visual Basic 6 to store and retrieve configuration of my application. When saving ... file with indents and newlines? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
401 views
1 answer
    In my application I do the follwing things: Open a Access database (.mdb) using Jet/ADO and VB6 Clear ... (Besides using a different database) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    I want to open mis file, copy all the data and write into a text file. My mis file. File name - 1.mis ... #iFileNo Nothing is saved in 1.txt. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
815 views
1 answer
    I'm trying to save variables into text files and the Czech typographic rules drives me crazy. The program I' ... is there more elegant solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
715 views
1 answer
    What is the operator precedence order in Visual Basic 6.0 (VB6)? In particular, for the logical operators. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    I'm trying to save variables into text files and the Czech typographic rules drives me crazy. The program I' ... is there more elegant solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    What is the operator precedence order in Visual Basic 6.0 (VB6)? In particular, for the logical operators. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    This is always a pain, no matter what source control system I have used (Visual SourceSafe, CVS, ClearCase, etc. ... using it (ducks tomatoes). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    How to create a function with variable number of arguments in visual basic? ex. x = Sum(1,2,3) y = ... before it is usable? End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I have huge external files with the "ANSI" and "UCS-2 Little Endian" encoding formats. Now I want to change ... time from UTF-8 encoded files. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    What is difference between Command$ and Command in VB 6? MsgBox Command$ MsgBox Command See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    I want to convert a Double variable into an 8-bytes array, this is what I've come with so far: Dim b(0 To 7) ... 240, 63] What I'm doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
483 views
1 answer
    This code does not work I want to create a control array on my Form_Load in VB6 because I have to make ... without making it a control array. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
530 views
1 answer
    How to display the file(*.txt) while clicking the command button How to display the content of the file while ... 1.txt data's should display See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    Following code of Visual Basic 6.0 - SP2 is giving Overflow error. Can somebody explain why? Private Sub Form_Click ... fine MsgBox Qty End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
779 views
1 answer
    How do i Declare a string like this: Dim strBuff As String * 256 in VB.NET? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
458 views
1 answer
    I've found myself having to write some VBA code recently and just wondered if anyone had ever come across ... insight at all much appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    Can any one tell me how to convert an legacy application which is vb6 ( COM dll's ocx and exes) to use ... if it is xcopy based deployment. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...