I am gonna build a new app, does anyone have any ideas? What sort of thing could you really benefit from? What would improve your computing experience? Thanx for the help
Printable View
I am gonna build a new app, does anyone have any ideas? What sort of thing could you really benefit from? What would improve your computing experience? Thanx for the help
You could write a new windows shell. It is totally fesible in vb.
Yeah... Aolt of ppl are already doing that though...
Sorry dude, but it sounds new to me. Could you guys give some more details regarding this Windows Shell thing? Thanks!
Make a program to read quotes from FreeRealTime.com for me so I don't have to see their ugly-ass pages... just dump a selected list of quotes into a ListView :)
Id make it but I am too lazy...
Make a graphing program that calculates different things like the slope.
a shell i was trying to write a while back would put each app in a seperate window (maybe it's own tab.) If anyone want's to collaborate on this idea, i can be reached at [email protected]
agent
btw, i need a way to enumerate all of the loaded exe (by module handle) and a way to enumerat all of the toplevel windows a module has.
btw2, never try the following:
I tried that when trying to set each toplevel window as a child of my form.Code:call setparent(getdesktopwindow, me.hwnd)