Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged VB6
0
votes
398
views
1
answer
vb6 - What is the difference between VB and VBScript
What is the difference between VB and VBScript? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
374
views
1
answer
vb6 - How can I determine the Windows version from a VB 6 app?
I want to detect any Windows versions from 95 to Win 7. I also would like to display if the OS is 32- ... this from within a VB 6 application? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
907
views
1
answer
vb6 - Visual Studio 6 Windows Common Controls 6.0 (sp6) Windows 7, 64 bit
I was asked to help work on a legacy vb6 application for someone, so I decided to toss Visual Studio 6 on my ... ideas as to what is going on. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
516
views
1
answer
vb6 - Passing array as argument to a Class setter using VB 6.0
I need to pass a String array to set a class property using its setter method. Array was ... GetPageNumberDetails= pageDetails End Function See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
472
views
1
answer
vb6 - How to extract directory from a file path string?
I want to select a path only from a fully qualified name. For example, C:NewfolderiTDC.mdb is shown in in the ... mdb. How can skip the file? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
580
views
1
answer
vb6 - Visual Basic RBG Capture from Screen
I am needing code that will run in visual basic to capture the screen and convert it to a RBG array of pixel ... to be quite fast. Any help? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
480
views
1
answer
vb6 - Block commenting VB/VB.NET code
How to comment multiple lines of code/block of code in VB? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
788
views
1
answer
vb6 - How to check type of object in VB 6 - Is there any method other than 'TypeName'
How to check type of object in VB 6 - Is there any method other than 'TypeName' because its not ... expecting something like QuichWatch window. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
358
views
1
answer
vb6 - Retrieve next AutoNumber for Access table
I have a table in Microsoft Access/JET that has an AutoNumber field that's set incrementally which serves as ... or any other available tools? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
635
views
1
answer
vb6 - Different numbers from 1 to 10
I want to generate 10 different numbers from a range of 0-9. the desired output may look like this, 9 0 8 6 5 ... Str(arraynum(i)) End If Next i See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
468
views
1
answer
vb6 - What does DIM stand for in Visual Basic and BASIC?
What does Dim stand for in Visual Basic? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
351
views
1
answer
vb6 - Where should I store application specific settings?
I've been asked to update a VB6 application that's been running on WinXP for the last 6 years. The client ... a link would be much appreciated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
485
views
1
answer
vb6 - Has anyone had success with Visual Studio 6 on Windows 7?
VS6 popped off a series of errors before bombing out completely during install on Windows 7. I specifically need ... . Anyone having any luck? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
443
views
1
answer
vb6 - Recordset .value property
Please see the DDL below: CREATE TABLE TestDate (bookingdate datetime) INSERT INTO TestDate VALUES ('2013-10-04') ... could not find an answer. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
276
views
1
answer
vb6 - What is the reason for not instantiating an object at the time of declaration?
I had to delve into some VB6 code recently and I saw this pattern all over the place: dim o as obj set ... remember? Is the reason still valid? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
0
votes
826
views
1
answer
vb6 - Escape double quote in VB string
I have used following piece of code to execute schtasks command from VB6. While executing it, ignores folder if ... .exe" Thanks in advance. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vb6
Page:
« prev
1
2
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] c - Passing a non-digit char after an integer to scanf
[2] 有没有实现自定义布局的插件,例如亿信的豌豆BI
[3] js对象,怎么根据两个参数去匹配对应的数据
[4] javascript - Map() a list of menu items in React JS
[5] H5 WEB ,点击 Notification,当窗口不存在时如何指定打开的URL?
[6] java包名命名规则
[7] java 超长字符串存取
[8] powerbi - Power BI App - Accessing a report from a Dashboard leaves the "app interface"
[9] PHP 单进程同步阻塞处理优化
[10] 前端拿到流文件转图片做显示这么做会有什么安全问题吗?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...