Search found 7 matches

by LordSkitch
Sun Dec 14, 2008 2:54 pm
Forum: General
Topic: I am still out of power
Replies: 4
Views: 18294

Re: I am still out of power

Good lord man, that's like some crazy post-apocalyptic arctic wasteland. Rather beautiful though.
by LordSkitch
Mon Oct 20, 2008 9:42 am
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Re: Interfaces, audible tones, and forced updates

Sorry for the late reply.

The way it works in netstumbler, any active AP makes a tone when the list is updated. Which, can get a little discordant at times, but mostly it's pretty helpful.

I guess the way you could do it is, if an AP is selected, only make the tone for that, else, find all active ...
by LordSkitch
Thu Oct 16, 2008 10:18 am
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Re: Interfaces, audible tones, and forced updates

Yeah I'm using the US version of Vista Business 32. Off hand I don't know anyone who's using a non-English version of Vista...

The code looks good for searching though. I mean I don't have any real experience with AutoIT but all programming shares the same basic design.

I swear...I was working ...
by LordSkitch
Wed Oct 15, 2008 12:07 pm
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Re: Interfaces, audible tones, and forced updates

Look at this guy, being awesome and implementing code already.
by LordSkitch
Wed Oct 15, 2008 6:22 am
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Re: Interfaces, audible tones, and forced updates

http://msdn.microsoft.com/en-us/library/ms706783(VS.85).aspx

This is some random Windows class, which I don't even know if you can use in AutoIT, but it's using wlanapi.h and wlanapi.dll.

But, if it's possible, you'd need that, and this

http://msdn.microsoft.com/en-us/library/ms706771(VS.85).aspx ...
by LordSkitch
Wed Oct 15, 2008 5:55 am
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Re: Interfaces, audible tones, and forced updates

I've never used AutoIT before, but I'll see what I can come up with for the midi thing, and I didn't even see the whole huge thread about how you were working on a direct method for refreshing, now I kinda feel like a douche. I'll keep looking into that as well to see if I can figure out a way to do ...
by LordSkitch
Tue Oct 14, 2008 2:17 pm
Forum: Request Features
Topic: Interfaces, audible tones, and forced updates
Replies: 15
Views: 22575

Interfaces, audible tones, and forced updates

Three quick requests, the first one should be very easy, the second would depend on what interface to the midi architecture is available, and the third I don't even know is possible.

First, could you incorporate either a drop down that checks
netsh wlan show interfaces
and pull the "name" field ...