User Profile
Collapse
-
No, C# does not offer any language features to define or access data storage smaller than 1 byte. You will have to mask and shift to isolate bit subranges within the data. -
-
-
Did you try the SaveFile method located on the RichTextBox itself? http://msdn.microsoft.com/en-us/libr...le(VS.71).aspxLeave a comment:
-
The error of secure connection is because your browser can not find the trusted source that you request from your local server. If you want to connect localhost from browser you should use a Self-Signed SSL Certificate for running a page though localhost, Its allow you to run your page on different browsers but limited to local server where you are testing your pages now. You have to install required SSL Certificate from trusted Certificate Authorities...Leave a comment:
-
Leave a comment:
-
Aurangzeb replied to Sending message to email address like yahoomail/google mail? (Email notification-php)in PHPyou can do more than it.. just follow the link..
http://www.phpjabbers.com/make-conta...php-php21.html...Leave a comment:
-
Aurangzeb replied to Sending message to email address like yahoomail/google mail? (Email notification-php)in PHPThe last variation that we will consider is email with attachments. To send an email with attachment we need to use the multipart/mixed MIME type that specifies that mixed types will be included in the email. Moreover, we want to use multipart/alternative MIME type to send both plain-text and HTML version of the email. Have a look at the example:
Code:<?php //define the receiver of the email $to = 'youraddress@example.com';
Leave a comment:
-
The URL Rewrite module seams to my a little buggy when the configuration changes becouse the loaded configuration doesn't refreshed until the IIS isn't restarted.Leave a comment:
-
Aurangzeb started a topic Getting a structural type with an anonymous class's methods from a macro ?in CareerGetting a structural type with an anonymous class's methods from a macro ?
Suppose we want to write a macro that defines an anonymous class with some type members or methods, and then creates an instance of that class that's statically typed as a structural type with those methods, etc. This is possible with the macro system in 2.10.0, and the type member part is extremely easy:
Code:object MacroExample extends ReflectionUtils { import scala.language.experimental.macros import scala.reflect.macros.Context
No activity results to display
Show More
Leave a comment: