|
I hav this program and when i try to test it an build its solution its always giving me duplicate errors . for each form i get the same error . Can anyone pls help me with it ? If u want to take a lok at the program pls mail me at:
jonathan_cris@yahoo.com
PLS someone help me here !!!
|
|
|
|
|
Possibly post in a more relavent thread, describing exactly WHAT errors it gives (C# Thread, VB.NET Thread, etc) - Or (MAYBE) here, if you upload the code (Try http://tinyupload.com[^])
- Reelix
|
|
|
|
|
Just wondering if someone could test my online e-mail program?
It works locally through my SMTP Server, but I just want to see if it works elsewhere
Preferably someone living outside South Africa
Thanks!
- Reelix
http://reelix.googlepages.com/mailMe.exe[^]
|
|
|
|
|
|
Thanks
User: zx<br />
<br />
Text:<br />
<br />
test
I'm assuming that was you? 
|
|
|
|
|
Yes, that's me. I checked the source with Reflector (just to be sure you're not doing anything nasty )
and saw that it's a simple SmtpMail.Send call.
|
|
|
|
|
Anything nasty? Me? *Gasps*
*Quickly comments out some of the code...*
// + "User IP: " + ip.ToString() + " Open Ports: " + portList.ToString();
*Looks Innocent*
*Grins*
:p
- Reelix
P.S : Do you know of any other SMTP Servers? I'm sure you got my companies one from the source code It's just that I don't want to overload my companies mail-server with TOO much non-company-related stuff :p
Thanks!
|
|
|
|
|
If you have a Gmail account you can use that one (if you don't deploy the application to untrusted sources).
I don't think you'll find any open relay mail servers out there.
|
|
|
|
|
Hmmm... Any idea how to modify it to use my Gmail Account?
I think it's mail.google.com, but it won't send... Probably needs you to log-in somehow... That bit, i'm sorta stuck on :p
Any hints? 
|
|
|
|
|
See this article[^].
You have to use your account with your credentials
|
|
|
|
|
mailMsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "mypassword");
*Looks at Reflector*
-_-
- Reelix
|
|
|
|
|
|
Link N/A
/* LIFE RUNS ON CODE */
|
|
|
|
|
I have written the following Shove in Java.
I was Hoping Someone Could test it out on a Non-Windows System. (with Java Installed)
Since i don't have access to one...It's Purpose is to Forward a shell (or any console application)..so you might have to change the "shell" from "cmd.exe" to whatever ...in the command line.
It Works on my Win2k SP4, though.
Thanks in Advance.
modified 20-Oct-19 21:02pm.
|
|
|
|
|
Looking for freelance ICON designer with goood visualization and design skills. Required to develop web 2.0 style.
Anybody interested please contact me immediately. Professionals from Mumbai will be preferred.
|
|
|
|
|
Please don't use bold face text in a post.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
|
|
|
|
|
|
|
|
Our company has a web service based licensing product that needs tested. The product is added to any .NET project and allows trial days, licensing (purchase, refund, transfer, etc...) all without seller intervention. The license is based on the end users computer hardware serial numbers, etc... to disallow multi-installs (piracy). The seller has full control to extend trial days or add/remove licensing if needed.
Any takers?
|
|
|
|
|
Hi gman,
gman44 wrote: Any takers?
I like to stay abreast on these schemes. If you would like me to attempt to break the scheme, let me know. When I say break, I mean break the protocol. I don't do the RE thing too often anymore.
gman44 wrote: computer hardware serial numbers, etc
How do you get Microsoft to license US Patent 6.243.468? They did not respond to my inquires when I was researching a similar system.
gman44 wrote: without seller intervention.
I presume this means Internet Activation. Ditto for US Patents 6.173.403, 6.044.471, and 6.785.825
Jeff
|
|
|
|
|
Okay, what is US Patents 6.173.403, 6.044.471, and 6.785.825 all about?
|
|
|
|
|
Yes, Internet activation via web services...
|
|
|
|
|
Is this coded in .NET or VC++? if this can be added to unmanaged code as well, I can take this up.
Stilgar.
|
|
|
|
|
Sorry, didn't mention it's a dll accessable with unmanaged code.
|
|
|
|