Search:
Type: Posts; User: VictorN
Search:
Search took 0.09 seconds.
-
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...
-
June 12th, 2022, 02:43 AM
1. What task are you trying to solve with this code?
2. Define "with some glitch".
-
June 10th, 2022, 11:49 AM
Sorry, I can't.
You should use the debugger to test whether "it is a good solution to just change the operand order". First with some predefined (by you!) values, then with the real values that the...
-
June 10th, 2022, 09:21 AM
The Microsoft recommendation from https://docs.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timegettime is:
-
-
Are you banned by Google?...
-
See
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs0246
https://www.codeproject.com/Questions/255498/The-type-or-namespace-name-XXX-could-not-be-found
-
I have to say you again: no one will ever try to convert your "code" either to Java or to something other!
Just because what you already (three times!) posted is absolutely...
-
-
I use the Undo/Redo buttons on the Quick Access toolbar:
36053
-
Just open the "old" Paint application, paste the image to it and edit it! Very easy! ;)
-
John, I usually use Win + Shift + S (I don't know how it is called! :D )
-
You didn't look at your post after you have posted it. Did you?
Well, just try it now! Can you understand something from this unformatted text that does not look like any programming code? I guess...
-
No one will ever try it until you will post a properly indented and formatted code. Note that you have to use CODE tags while posting your code snippets!
-
I agree, it's not so easy to find out where exactly the problem is.
You have to find such a grey dashed underline:
36052
and see its tooltip.
-
-
Yes, there are some "low level important" warnings like not initialized arrays, suggestions to to use constexpr instead of #define and so on...
-
However this solution has nothing to do with the native VC++ and this Forum.
Your code is C++/CLI, ie the managed code. :cool:
-
Did you try the "similar" solutions as suggested in the post#2 and post#6?
-
Glad you've solved this problem! :thumb:;)
-
Additional info: https://developercommunity.visualstudio.com/t/intellisense-broken-10000-shows-errors-but-compile/341025
-
They show you the places (the lines) where intellisense has found the errors.
Note that sometimes it sucks! ;)
You can switch to show only the build errors though.
-
It's now a very good reason to learn how to debug yor code, debug it and found out what goes wrong and why.
-
I guess you have to implement it yourself. Just see the examples and documentation and repeat output for each attribute you want to.
-
2kaud is correct.
For permissions see:
https://docs.microsoft.com/en-us/dotnet/api/system.security.permissions.fileiopermission?view=dotnet-plat-ext-6.0...
|
Click Here to Expand Forum to Full Width
|