Search:
Type: Posts; User: Arnoutdv
Search:
Search took 0.04 seconds.
-
I assume it's something like this
Public Function GetbSize(btArray() As Byte) As Long
GetbSize= UBound(btArray) - LBound(btArray) + 1
End Function
-
Option Explicit
Private Sub Form_Load()
Dim sDevices(2) As String, sInstances(2) As String
Dim lDevice As Long, lInstance As Long
sInstances(0) =...
-
Use the Instr method to find the location of the second & and then for the _
-
Search the codebank for JSON parsers/readers
-
CodeJock has a tabbed MDI control
https://codejock.com/products/controls/tour_34.asp?2yn6s14z=zsp
-
Are these brain farts or questions??
-
-
Maybe you should be more patient
-
Read this:
https://www.vbforums.com/showthread.php?896123-imma-changing-myself&p=5565376&viewfull=1#post5565376
-
How is that an answer to my questions?? :confused:
-
It would help if you explained what you do with your website.
Is your website a game itself??
I also watched the Youtube clips, but I don't have clue what you want to achieve or what you explain.
-
I store all image in a single file archive.
That way I can update the images without recompiling the executable.
-
I assumed that, but it would help the new gaouser if he used more words to explain what he wants to do.
All his posts are as cryptic as possible can be
-
-
https://www.systemrequirementslab.com/cyri/requirements/godot-engine/19806
-
Your PC isn't dead, otherwise Windows would not start.
Maybe you should contact the creator of the tool?
https://ephemeralen.itch.io/ephemeral-isotileset
-
Has nothing to do with registry settings.
Sometimes happens when you open multiple projects or open the same project twice in one go.
I believe it has something to do with a locked clipboard.
-
Day will return the day of the month only.
So if you compare the 14th of September with the 27th of January then you get not the desired result.
Date variables are just doubles, with in the...
-
This thread is 19 years old, I don’t think padreepkrao is an active member anymore
-
-
And is it a specific file format from some 3D creator application? Or did you create the file format yourself?
-
One way or the other you will need a engine to parse "the obj with mtl", with the 2800 polygons.
You can use an existing library (engine) or you can write one your self.
Better use more words to...
-
Check this AddIn in the Codebank by ColinE
https://www.vbforums.com/showthread.php?890617-Add-In-Large-Project-Organiser-(alternative-Project-Explorer)-No-sub-classing!&highlight=
-
https://www.google.com/search?q=open+source+icons+library
-
https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names
-
A set of data defining the 3D representation of an object
https://www.techtarget.com/whatis/definition/3D-model
-
3D objects are not already rendered
-
So you are not looking for a tool to create 3D models, but you want access to a library with already created 3D models?
https://sketchfab.com/tags/open-source
https://free3d.com/
-
It seems SearchingDataOnly scanned to quickly, because they are all on the first page :-)
-
Pow is the ^ operator in VB6
Public Function Ceiling(ByVal dValue As Double) As Long
Ceiling = -(Int(-dValue))
End Function
Function ArcTan2(X As Double, Y As Double) As Double
...
-
Blender is already free and open source, so I don't understand what you want instead
-
You want an application for creating 3D models?
-
Check this
http://www.vb-helper.com/howto_ado_create_table.html
You first need to add a reference to Microsoft ActiveX Objects 2.x
-
And again hardly accessible
-
Isn’t Workspace not something from MSAccess?
Or DAO?
Where did you get your code sample from?
-
-
-
Why do you need to split? That's fine for small files, but splitting a 142MB string to a string array..
Just use a file reader class, I believe there's at least one in the codebank by Dilettante
It...
-
Is there a special reason for using a string instead of a byte array?
If it's a text file, is there a special need for loading the file in one go instead of reading it line by line (or indeed chunks...
-
I've got this often today: 504 Gateway Time-out
|
Click Here to Expand Forum to Full Width
|