VB6
How to smoothly animate this character in VB6
Okay, so I have this character, and I want it to smoothly move. I have it\'s walking animation powered with 6 sprites, and this is how the animation is functioning right now:[详细]
2023-04-05 23:09 分类:问答vbscript Compatibility Issues with windows 8
My company is currently hosting a legacy application that contains a great deal of vbscript (client side browser and task automation ), classic asp and some vb 6. (I know pretty old) While we are in[详细]
2023-04-05 10:38 分类:问答C# Com Enum and VB6
Hi I created C# Exe Com Server and refer it from VB6 application. The problem is that all the enums are exposed with \"strange name\" in the vb app: EnumName_EnumeItem, while reffered from then VB6 co[详细]
2023-04-05 07:26 分类:问答Can I have two classes implement the same interface in COM?
My classes are as follows [ComVisible(True)][GUID(...)] public interface IMyComInterface { void DoThis(string[] params);[详细]
2023-04-05 07:17 分类:问答Order ADODB Recordset
H there, I need to merge and order3 recordset. I amable to merge the 3 开发者_如何学Gorecordset but I cannot use the sort method on the result recordset.[详细]
2023-04-05 06:49 分类:问答Do something if one number is close to another number in VB6?
Say I have 2 numbers, 5550, and 5650, and I want to know if these two numbers are close, within 200 of each other开发者_如何学JAVA. How could I do this with VB6? I am clueless.Simply subtract the larg[详细]
2023-04-05 06:25 分类:问答If one object is touched by another object, do something? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-05 06:20 分类:问答Does the 'bang' operator (!) in VB6 mean anything if it is merely on the end of a variable/number? If so, what does it mean?
I am working on some VB6 code at work and frequently come acr开发者_开发技巧oss variables, and sometimes numerical values ending with \'!\'. For example (note the \'!\' at the end of myVar! and the se[详细]
2023-04-05 03:36 分类:问答How to check a subfolder existence VB6
开发者_StackOverflow中文版Ive been searching for this for like decades with no success. I need to find out if a subdfolder that i ve given the name is exist..[详细]
2023-04-04 21:56 分类:问答VB6 winsock wait for response
I am using the winsock control in vb6 to check the availability of a web service. I do a post request, get the response and parse the response header to check the response code.[详细]
2023-04-04 21:26 分类:问答