Search:
Type: Posts; User: VictorN
Search:
Search took 0.09 seconds; generated 50 minute(s) ago.
-
You didn't.
You only posted the #includes with #pragmas and meaningless description.
So no code, no exact error message. :cool:
-
August 3rd, 2022, 05:03 AM
I guess the OP's problem is OP cannot (or doesn't want to) use the code, So he/she just would like to get some complete tool that could be started in command prompt and would make the required job! ...
-
August 3rd, 2022, 01:49 AM
Well, it is a Visual C++ Programming forum.
which aspects of Visual C++ Programming are you interested in or what is your problem in Visual C++ Programming?
-
August 3rd, 2022, 01:46 AM
Again, this is a Programming Forum!!!
In context of programming that place is correct to ask such a question.
However if you don't need/want any help in programming then you need to google for...
-
August 2nd, 2022, 03:22 PM
You have gotten a lot of answers to your question...
-
August 2nd, 2022, 01:45 PM
You asked it in a Programming Forum! it means you are going to answer about programming, not about the complete solution! Doesn't it?
-
August 2nd, 2022, 12:22 PM
If you "do not know any Coding at All" then why do you ask it in the Programming Forum? :confused:
Please, note:
-
August 2nd, 2022, 10:14 AM
VB.NET:
FileSystem Class
and its methods:
GetDirectories
GetFiles
MoveFile
File size: https://stackoverflow.com/questions/10175630/determining-file-size-in-vb-net
-
August 1st, 2022, 03:59 PM
Are going to implement this "search for jpg files bigger than 10k on drive c: then move/copy them to a new folder on another hard drive" in VB6 or in VBA or in VB.Net?
-
August 1st, 2022, 01:04 PM
It is easy enough using Windows API functions like FindFirstFile/FindNextFile/FindClose/GetFileSize to enumerate the files and check their sizes, then MoveFile/CopyFile to move/copy the files.
...
-
July 22nd, 2022, 07:18 AM
I never worked with VB projects using the DB connections, so I cannot help you in that problem.
And, BTW, this is a Visual C++ Programming forum, not a Visual Basic one. :rolleyes:
-
July 20th, 2022, 03:38 PM
Glad to see you being back Brad! :thumb::)
-
July 20th, 2022, 09:06 AM
Define "it begins throwing trash values".
And, BTW, I have texted your code and didn't see any "throwing"
-
July 18th, 2022, 01:31 AM
Please, provide the exact error message together with the error code, as well as some info about your system, like Windows OS, VS OS
-
July 12th, 2022, 04:16 AM
Is your post just a copy/paste from https://stackoverflow.com/questions/26233569/gwan-servlet-life-cycle ?
-
Try to add ADODB:: prefix like
ADODB::adCmdText, ADODB::adLockOptimistic and so on.
it is the fastest way to overcome this issue. (I used it with a success)
-
Perhaps, it is the problem with the DLL registering in win32/64bit systems?
Like discussed here: https://stackoverflow.com/questions/17985653/class-not-registered-error
-
-
You could write him a private message.
-
Your question has nothing to do with the Visual C++, therefore I moved it to this Forum.
-
Well, the user Mick was banned by Sid on November 6th, 2006.
Do you know the reason of the ban?
-
Brad is not working here anymore. :cry:
Although sometimes (once a year or two) he comes.
-
Exactly! About 17 years too late... :eek:
-
June 30th, 2022, 02:33 PM
If you guess that it is still actual for the OP after six years ... then why just to show the fix?
-
June 23rd, 2022, 12:20 PM
1. What type (class) of the "child window" are you using? For instance, if it is a STATIC control then it is impossible to select/highlight a text in it.
2. Yes, the window is erased and redrawn by...
|
Click Here to Expand Forum to Full Width
|