Na I got my copy this morning it's all great, they just make sure ur "human" with that email thingy, everybody's doing it
Hadi Fakhreddine
Posts
-
The greatest companion -
The greatest companion, made with .NETyeah that's another great, two separate concepts though. Tiny Pad is much lighter on the system. I really like the archiving feature. The highlighting and the firefox-like search are real key features. What's a real bummer is that there's no tagging like OrangeNote. I heard the next version will work on Unix/Mac. Thanks for sharing!
-
The greatest companion, made with .NETGuys, we are all developers here --most at least-- I found out about this great little companion for developers and non-developers: http://tinypad.info/[^] It's really slick and very light. I got so used to it, I can't turn it off. Another great yet simple idea! Made with .NET 3.5 Just thought I might share this with you all!
-
The greatest companionGuys, we are all developers here --most at least-- I found out about this great little companion for developers and non-developers: http://tinypad.info/[^] It's really slick and very light. I got so used to it, I can't turn it off. Another great yet simple idea! Just thought I might share this with you all!
-
Numbers in letters?Thx mate I got the solution from here:http://www.codeguru.com/vb/vb\_internet/webservices/article.php/c4807/ I appreciate the thought!:rolleyes:
-
Numbers in letters?Thx that's exactly what I needed! Cheers :cool:
-
How can I find out which key was pressedYou'll simply need to handle the "KeyDown" event of the TextBox like so: Just put a similar code in the KeyDown event of the TextBox:
If e.KeyCode = Keys.Enter Then 'Whatever you wanna do End If
The keys F1, F2, etc... are also present in the Keys enumeration (Keys.F1, Keys.Tab, Keys.a, etc...) PEACE! -
Numbers in letters?What happened to sharing? I know it is straight-forward and I know it is given as homework to university students, but also know it will waste my time since it only deals with the basic programming operations...I'm trying to avoid going deep into things that are easy and take up a lot of time and was wondering if somebody could help...Right now i'm swammed in datagrid lousy events and too much SQL problems, I'd rather stick my nose into something else...that's all...
-
Numbers in letters?Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
-
Numbers in letters?Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
-
Numbers in letters?Does anybody know a quick routine to convert from numbers like "1000$" to "One thousand dollars"? I need this to print invoices Thanks in advance
-
Socks Tunneling?Yeah you could say we're stuck in the same field. Although, I wasn't even able to filter the stream (this is my first proxy project). Can u mail me ur work so far? I need to know how to exchange messages with the stream. I found a very nice class that wraps all the proxying u need (HTTP, SOCKS and even FTP transfers). Just instantiate and call methods! I'm still in the early stages of testing it and it looks promising, however I need to go a little deeper in asynchronous programming (I still suck big time at that). If you're interested let me know.
-
Socks Tunneling?Yeah...is it possible? If not a regular page, maybe a .NET Web Service...I believe it should be possible: the Web Service should retrieve the given page (in the case of HTTP) and send them back to the client's Windows Form application... I need to know how to make it work and if I could use it in tunneling SOCKS
-
Socks Tunneling?Is it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice? Then use a windows application to perform the tunneling, etc...just like http-tunnel and hopster.
-
Socks Tunneling?Is it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice? Then use a windows application to perform the tunneling, etc...just like http-tunnel and hopster.
-
Socks Tunneling?Is it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice? Then use a windows application to perform the tunneling, etc...just like http-tunnel and hopster.
-
Socks Tunneling?Is it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice? Then use a windows application to perform the tunneling, etc...just like http-tunnel and hopster.
-
Socks TunnelingIs it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice? Then use a windows application to perform the tunneling, etc...just like http-tunnel and hopster.
-
Socks TunnelingIs it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice?
-
HTTP Tunneling?IS it possible to create any kind of script page that would serve as a tunneling application on a server? ASP/PHP or a .NET Webservice?