Search:
Type: Posts; User: sapator
Search:
Search took 1.39 seconds.
-
-
Hi.
Thanks but that is Win32_Service class that is used for services.
The process namespace as mentioned in OP is Win32_Process class.
-
This is a generic question.
HDD or SSD?
System or backup?
Internal or external?
Broken or Data loss?
NTFS or ANY BS Apple use?
etc..
First you never ever use the drive with you operating...
-
So, yeah, not working.
The remote passed Intptr complains about remote and does not proceed.
So another attempt is to call OpenProcess API first, pass all the process, and then pass the...
-
OK.
I haven't found anything on WMI or Process.
I am not very optimistic about this but the only other way is Windows API.
I have made a sample here if anyone interested that I HAVEN'T tested on a...
-
Hi.
This is nuts.
So Anyhow I'm trying to get the process description as show in task manager.
From what I read you might need to do this:
Dim info As FileVersionInfo =...
-
-
I haven't ever tried to revert, so Just look at the example I linked to , just do not try to revert anything, put your code inside the using and when the using ends, see if it reverted to he previous...
-
I haven't tested but theoretically if you put USING in the impersonate then when the code steps out of using it will revert back.
You can do a test, here is a sample of using (look post no #7)
...
-
It really depends on what you want to do.
Building an company structure project can go a lot of ways. It can also depend on the size of the company, the databases you have available, the servers the...
-
OK.
I now show the office code and that is why I wrote the IF by memory reaction .
This is if the issue is NOT on how the web service is handling the SQL transactions.
So from what I can see on...
-
I'm guessing he uses WMI for HD id.
But you don't need the HD id if you just combine the username as suggested.
And of course if you make this a web app the HD id goes completely useless.
-
This?
select * from T1 inner Join T3 on T1.id = T3.sid where T1.id not in (select T2.pid from T2)
-
I have written something similar at the work PC because I remember having issues but our server is currently down so I cannot see something.
As a quick test.
How about and IF on @result = 1 if...
-
I haven't tried but you might be able to include it in your resource as "others" -- add resource but is it practical to do so?
Suppose you have one 200mb media file and you include it. Your exe...
-
I' not against getting a Laptop, I just said that you can get a better brand.
Also yereve ratted me out in cold blood.. Niiice. :p
-
Since you are rich, can you spare the win i7 PC? :bigyello:
I want to put a Ryzen in there to make it a proper one.
What MAC stuff are you doing that your i7 cannot I'm wondering...
-
If you can live without a Laptop then DO NOT , DO NOT buy a laptop.
In the end desktops can upgrade for a LOT longer than laptops (OK unless you strip the MB and the Graphic card out) , they are...
-
Here:
https://www.vbforums.com/showthread.php?862611-CopyDirectory-(User-folders)
Post #7.
Change the ("username", "domain", "password", 3, 0, tokenHandle) to 9 instead of 3 if it does not work.
-
Hi,
You would not do what you do now.
There is no point creating a WMI scope and not using it anywhere.
What you need to be doing, and it works 100% IF you set the correct permissions and...
-
Snowed today in Athens.
It hasn't snowed for 12 years!
So everybody ignored the covid and went up to Likabetous hill.
180233
-
That's what I also suggested at post #4 but if he wants to do it with API then that's fine by me.
-
That is why I suggested the other way to do so.
Anyhow, this will work fine:
<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Private Shared Function...
-
I don't like swearing let alone see the word written but also thought it was censored as it's a swearing word in Greek.
Also since we are at the topic, idiot comes from the Greek word Idiotis, a...
-
Nop.
As we say here "kairos gar engys" , the time will come that they will pay for what they are doing.
Goodnight from Athens also :wave:
-
There is nothing to apologize for.
I just wanted to clear it up for the OP that I think he still thinks that I provide the media player control rather than my solution.I probably did not explain it...
-
I don't think bitcoins worth getting into now. Maybe a couple of years ago when some people became really rich but now it does not worth individual effort and resources.
About clean energy. Here is...
-
What? People sleep? :)
In my example(again, NOT media player Microsoft control), if you play a song and click the left arrow button, it will rewind you back to 5 seconds, if you click the right...
-
Nope, you're wrong.
My example is not a media player, it's a full example of an implementation of a self created media player using mcisend that does what the OP asks. You can first take a look...
-
No disrespect to passel's answer but, I've provided a full example of a media player that include seek, play , position changing and other functions in VB.NET , the link passel provided is VB6 but...
-
Hi.
Although there might be newer approaches on playing media, like adding the media player control, I don't anything that will work with just coding and not adding the pre made MP control.
So I...
-
I believe he tries to use an implementation of the FindWindow user32.dll to open a form on the same app.
Something like:
Dim nWnd As IntPtr
Dim zeroIntPtr As New IntPtr(0)
Dim...
-
A little tired right now but, as solution that I can think of is create another tabled called p.e. "Groups" so, when user send the first email to John and Jane it will get be summed the second to...
-
It not one dimensional so it will fail.
Possible if you try with something like Array.Sort(of) but not sure.
-
Yes, again, brain f#rt :bigyello:
-
Brain F#rt
arr = arr.OrderBy(Function(x) x.ServiceName).ToArray()
-
Yes it's only the PC services so it may be 200-300 the most.
OK another question.
I remember Shaggy provided a sorting option of the same array some years ago but I can't find the example and I...
-
Hi, I have an array of ServiceController()
For some reason some services are not sorted at first, so I need to sort it back order by servicename.
I don't want to Do as loop
So I do:
...
-
I've only use node.js a year or so before just for testing and that was on Visual Studio but as I've read it can be done on cpanel and of course PHP.
So:...
-
Pharmaceutical companies have actually taken their cash very seriously.
We were down for 25mil doses in Greece till the end of March and we have around 200.000 .
That is fine, no one is doing the...
|
Click Here to Expand Forum to Full Width
|