can anyone give me the procedure for building a blogslib library containing code in vc++ 2008 edition? the official documentation gives it for vc++ 2006...
thanks...
i'm trying to find table sorting and paginating script, and i've found a good one, but there is some problem i can't understand anyway.
look at demo please
the pagination must be in the center, but in IE it on the left side.
i've download the script and try to correct it, but i can't.
maybe you can understand what is the problem, or maybe can give the link on another such script, which works on all browsers.
thanks
Hi
I am new to windows mobile development.
Here is my question:
How to make a program/function to add/change picture image of a contact in Windows Mobile 6.5 environment?
Could you give some suggestions which class to use and how to use?
Thanks a million
I am trying to read .doc/.docx file with stream reader, but it give me output as unspecified character ie.
??[ ?L?f???C???.
I'm writing the file using a text editor. Here's a snippet of my code:
string filePath = baseUrl+ "Sample.docx";
using (StreamReader reader = new StreamReader(filePath, Encoding.UTF8))
{
txtBody.Text = reader.ReadToEnd();
}
I'm using VS 2010. Thank you.
i want to add audio to the application. i habe added audio but the problem is that the audio does not stop till the audio clip is over.
How do i make it stop. Please give axample.
I'm running a command line programme as administrator,
but I found that PATH in System variable has higher precedence than in Administrator variable .
Is that true,can someone give some documents on this?
Hi Could anyone give me a sample program to "Create an ApplyRemoveConst template that
constructs a new typelist with remove_const applied to each element"
For example:
typedef TYPELIST_3(A, const B, B) TL;
typedef ApplyRemoveConst::Result TL2;
// TL2 is the same as TYPELIST_3(A, B, B)
Hello,
I need to have resizable menu and content background images for my site, so both of them get stretched whenever the menu entries are too many, or the contents go outside the borders of the content background. I need vertical stretching.
Could you, please, give me a hint (an actual answer would work as well) or a link to a good example?
Thank you very much in advance!
echo date( "F jS, Y" , strtotime("now +3 weeks") );
It gives the result as July 2nd, 2010 .
Fine.Now I want to pass the argument like this.
The original print_r($originalamount)
give the result like this
Array ( [0] = 4 Months [1] = 3500 )
My code
$text=trim($originalamount[0]);
$text1="now +".$text;
echo date( "F jS, Y" , strtotime($text1)) ;
The out put come like this
December 31st, 1969
I dont know why?
i have maintained two datas into my table
1 column 2 column
PaidDate validitydate
in padidate ill give insert todaydate. but in validity date i may either insert validity for 1 week/1 month.
I have used validity=DATEADD(Day,7,@paiddate) to insert validity for 1 week. but how to gtet the validity for 1 month from todays date
Are there any best practices when it comes to styling Flex applications ? I would like to give the html page designer as much flexibility as possible.
Any tips, pointers?
I would like to use gtalk or any other messenger in my application but i don't know how to do this.can u please give me idea about how to solve this one.if u can provide me some web link to know more about this.
The following code does not give a warning with g++ 4.1.1 and -Wall.
int octalStrToInt(const std::string& s)
{
return strtol(s.c_str(), 0, 8);
}
I was expecting a warning because strtol returns a long int but my function is only returning a plain int. Might other compilers emit a warning here? Should I cast the return value to int in this case as a good practice?
Hi,
I'm using lightbox to include articles in my pages (iframes), and I'm wondering how can I assign the correct height to my lightbox (wrapping the content).
I don't have access to the height of the iFrame from css or javascript for some reason.
Could you give me some help ?
thanks
sub items of dropdown can be increased and decreased. angle only needed at last item's right bottom corner.
Edit:
I Know how to make dropdown menu and how to give cross browser transparency , my question is about to make transparent dropdown with right bottom angle.
I would like to create a C# program that creates an MSI based on a number of parameters. For example, based on user settings, certain files would be included, or runtime parameters set.
Can anyone point me towards any documentation that might help, or give me an idea where I might start with something like this?
How to manage more than one printer from single C# windows application? Requirement is there should be only one print button and it will give print command to printer as per configuration in application.
Hi,
I am developing an iPhone application which needs to show some font in language other than English like Malayalam or Arabic. Is it possible to do that? Please give me appropriate direction to do this.
Thanks in advance.
Hi All,
I m trying to leave a gap from left in select list, but its getting problem in firefox and safari please give me source code or any reference link from where i can work...
code which i use :
<select style="padding:10px">
<option>Male</option>
<option>female</option>
<option>other</option>
</select>
Thanks
I have a drop down box which is used to fetch the data from db and dosplays it.Now,i need to put them in form and when i click update button,it should get in to db.
How do ,i do this? Give me a snippet?
Thanks in advance.
This is a maths problem i am not exactly sure how to do? The vector is not aligned to an axes so just rotating 90 degrees around x, y or z wont necessarily give me the other axises?
I'm trying to make a simple animation with Flash CS4 and Action Script 3.0 to make a number of Symbols fly by from right to left constantly. What I want is that once a symbol has reached the end of the screen it is destroyed and another one is placed at the start position.
I intend to give each symbol a random speed and create a random symbol each time one is 'destroyed'. Any clues where I can start?