Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Posts
New Events
Mark Forums Read
Advertiser Disclosure
Advanced Search
Home
Activity Stream
If this is your first visit, be sure to check out the
FAQ
by clicking the link above. You may have to
register
before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
VBForums
Forums
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
Today,
09:05 AM
AAraya
replied to a thread
Is there a way to check for a resource's existence before calling LoadResData?
in
TwinBASIC
I'm not sure of the under-the-hood mechanics of how this works. However, twinBasic knows the RES folders and images it contains since it displays...
see more
2 replies | 44 view(s)
Today,
08:53 AM
Zvoni
replied to a thread
Is there a way to check for a resource's existence before calling LoadResData?
in
TwinBASIC
Huh? Since when does LoadResData access a (RES)-File on Harddisk? I was always under the impression, that a correct RES-File gets compiled INTO the...
see more
2 replies | 44 view(s)
Today,
08:41 AM
jdelano
replied to a thread
Replace the chart in the array and substitute the name in the list.
in
Visual Basic 6 and Earlier
Can you show your code or upload a small test form with just the textbox stuff?
see more
7 replies | 438 view(s)
Today,
08:32 AM
Zvoni
replied to a thread
VB6 Question: Is there a tool that can graphically map a VB6 project program flow?
in
Visual Basic 6 and Earlier
Search for "flowchart generator from code" There are free online tools. you might stumble across something free/open source
see more
4 replies | 203 view(s)
Today,
08:30 AM
AAraya
started a thread
Is there a way to check for a resource's existence before calling LoadResData?
in
TwinBASIC
I've got quite a few resources in my program and they're in several different folders. Sometimes my code doesn't keep up with my housekeeping of the...
see more
2 replies | 44 view(s)
Today,
08:20 AM
Zvoni
replied to a thread
MsOf365
[EXCEL] Scripting Dictionary - Values not quite right
in
Office Development
Nevermind there is missing code 'For-Loop missing 'If-Statement missing If oList.Exists(sCurrService) = True Then ...
see more
2 replies | 678 view(s)
Today,
08:07 AM
AAraya
replied to a thread
[RESOLVED] Should I be able to return an object of IPictureDisp type from a tB function?
in
TwinBASIC
Thanks Jon. I found the issue and it had nothing to do with the return type of the function. My printf function was using an undeclared variable...
see more
7 replies | 516 view(s)
Today,
07:51 AM
jmcilhinney
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
Have you set the AllowDrop property of the target control to True?
see more
7 replies | 387 view(s)
Today,
07:40 AM
yereverluvinuncleber
replied to a thread
VB6 Question: Is there a tool that can graphically map a VB6 project program flow?
in
Visual Basic 6 and Earlier
I am looking for real experience, tried and tested from the sort of people here, not just an AI bot looking to please. Crikey, yes. That looks...
see more
4 replies | 203 view(s)
Today,
07:12 AM
AdorablePlum
replied to a thread
MsOf365
[EXCEL] Scripting Dictionary - Values not quite right
in
Office Development
Are you able to post an example workbook?
see more
2 replies | 678 view(s)
Today,
06:22 AM
DrBobby
replied to a thread
VB6 Question: Is there a tool that can graphically map a VB6 project program flow?
in
Visual Basic 6 and Earlier
I havent used it but this seems like the thing you are looking for. https://www.aivosto.com/visustin.html
see more
4 replies | 203 view(s)
Today,
05:51 AM
TysonLPrice
replied to a thread
VB6 Question: Is there a tool that can graphically map a VB6 project program flow?
in
Visual Basic 6 and Earlier
I'm learning to ask ChatGTP more and more. I have a fellow worker that is using it for project planning and documentation. More businesses are...
see more
4 replies | 203 view(s)
Today,
05:37 AM
sapator
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
You did not specify which outlook? The old good one or the new crapoutlook. For the new you might need an update:...
see more
7 replies | 387 view(s)
Today,
04:56 AM
yereverluvinuncleber
started a thread
VB6 Question: Is there a tool that can graphically map a VB6 project program flow?
in
Visual Basic 6 and Earlier
I have a program that I'd like to document and I already have a couple of tools that summarise each function/sub &c - but I'm looking for more. I...
see more
4 replies | 203 view(s)
Today,
04:24 AM
skyfox64
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
Sorry, I exercised thru every one of your examples. Don't mean to be disrespectful. None of them reacted to a drag and drop from an Outlook...
see more
7 replies | 387 view(s)
Today,
03:44 AM
Zvoni
replied to a thread
VBForums now with Cloudflare-Check?
in
Forum Feedback
Yep. Typo. Corrected Subject-Line
see more
6 replies | 1149 view(s)
Today,
03:09 AM
sapator
replied to a thread
MS is closing Skype and moving to teams that is...
in
World Events
I really got to share this. It was marvelous! Teams. FK worst chat program on the planet Teams? Yes that one. So I have a friend that is not on the...
see more
25 replies | 4488 view(s)
Today,
02:51 AM
VB6 Programming
replied to a thread
twinBASIC programming - Beta releases
in
TwinBASIC
BETA 770 of the twinBASIC programming IDE is now released... Download from here... https://github.com/twinbasic/twinbasic/releases Click on...
see more
523 replies | 218960 view(s)
Today,
01:43 AM
tmighty2
replied to a thread
RC6: How could I conveniently make RC6 widget controls have Windows style?
in
Visual Basic 6 and Earlier
Thank you. I have found a good solution, I think. I am using 10Tec's ImageList 2.5 + Krool's CommandButton. I have set the imagelist to 32bit,...
see more
5 replies | 582 view(s)
Today,
01:43 AM
WaynePhillipsEA
replied to a thread
[RESOLVED] Should I be able to return an object of IPictureDisp type from a tB function?
in
TwinBASIC
You didn't say what the compiler error is. I modified your code to test, and it worked fine: Function GetPicFromResource(ByVal strResName As...
see more
7 replies | 516 view(s)
Today,
01:27 AM
jmcilhinney
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
Did you read the whole thread or just the first post? The fact that you found that other code on the web when my thread describes using...
see more
7 replies | 387 view(s)
Yesterday,
11:11 PM
skyfox64
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
Found this bit of code from the net. If e.Data.GetDataPresent(DataFormats.FileDrop) Or e.Data.GetDataPresent("FileGroupDescriptor") Then ...
see more
7 replies | 387 view(s)
Yesterday,
10:46 PM
skyfox64
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
jmcilhinney, Thank you for the extremely helpful link. That was very informative. I got everything you posted in that thread to work except for...
see more
7 replies | 387 view(s)
Yesterday,
09:57 PM
jmcilhinney
replied to a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
You should read this thread and do as it instructs. That may be all you need but you can ask specific questions about that process if you encounter...
see more
7 replies | 387 view(s)
Yesterday,
09:52 PM
skyfox64
started a thread
Drag and Drop Email attachment to a VBnet app & save dropped attachment to a folder.
in
Visual Basic .NET
I am trying to drag an outlook attachment (.csv file from) from an opened outlook message and drop it in to my VBnet app where it will then put the...
see more
7 replies | 387 view(s)
Yesterday,
09:05 PM
jpbro
replied to a thread
Azure or AWS: What’s Your Go-To for Enterprise-Level Cloud Apps?
in
Microsoft Azure and Cloud Dev
True enough, but I'll dispute the "almost" qualifier! I was just trying to burn some AI spammer resources though by getting it to do some busy...
see more
4 replies | 492 view(s)
Yesterday,
08:57 PM
OptionBase1
replied to a thread
Azure or AWS: What’s Your Go-To for Enterprise-Level Cloud Apps?
in
Microsoft Azure and Cloud Dev
A promise made by marketing teams that almost never comes true in the real world.
see more
4 replies | 492 view(s)
Yesterday,
08:37 PM
jpbro
replied to a thread
[RESOLVED] - uppercase / lower case button letters
in
Visual Basic 6 and Earlier
:thumb:
see more
12 replies | 871 view(s)
Yesterday,
08:35 PM
jpbro
replied to a thread
Azure or AWS: What’s Your Go-To for Enterprise-Level Cloud Apps?
in
Microsoft Azure and Cloud Dev
Define "seamless integration"
see more
4 replies | 492 view(s)
Yesterday,
07:45 PM
grindmore
replied to a thread
Azure or AWS: What’s Your Go-To for Enterprise-Level Cloud Apps?
in
Microsoft Azure and Cloud Dev
One of Azure's biggest advantages is its seamless integration with Microsoft products, which can be a huge plus if you're already using tools like...
see more
4 replies | 492 view(s)
More Activity
No More Results
No Recent Activity
Click Here to Expand Forum to Full Width