#"Anti Virus" (C++)
17 messages ยท Page 1 of 1 (latest)
Hello. I think this channel is for showing what you have already made and not for asking for help. I'd be glad to help you though. Do you have an idea how to start?
#โ๏ธฑhow-to-get-help
Sounds like McAfee
Sorry I mistook the channel
Yes I do have an idea
I created new winforms C# project in visual studio 2022
I used "[DllInject]" or something like this to try using the C++ dll functions and then I just did extern void scan();
for some reason Im getting an error messagebox
I also tried using C++ Winforms but
something is wrong it is weird
but I think thats the best idea
Why not just C++ entirely at that point if its only couple of buttons
That sounds like the way to go. Unfortunately though, I don't have access to winforms so I can't help you with that. If you know specifically whats glitchy about it maybe you can show us your code so we can help make it less glitchy.
Good UI like other programs
Well, maybe not glitchy although I have one problem, I dont know how to make the window dragable with c++ code after changing the window from sizable(normal windows window) to none so I could add my custom buttons for minimizing and app closing on a top panel, I'd like to make the top panel drag the whole window
C# amd C++ both use winapi, no?