Can anybody suggest me or code me to decompress the gif code I mean i want to read the pixel information in
Code:
int pixelinfo[][][3];//for RGB
I can read the header and other image infor...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi...
I really need answer for this...
someone here knows work with asp.net....
On asp.net, How can we programmatically verify whether the UserName and Password is Correct?
and when i ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
I have a function which is accessing a database . This function is being hosted by WCF.
Once the database is accessed, I have used a select statement to retrieve some data, and t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hey,
i have just made an insert query
INSERT INTO Customer
(Firstname, Lastname, Address, Postalcode, Phone, City, CheckedID, NormalAccount, StandardAccount)
VA...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Bonsoir tout le monde.
Je cherche partout un soft gratuit ou pas trop cher pour créer et éditer des livres consultables sur internet... Tournant sur OsX biensûr.
Comme j'aime bien les choses gratu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am try to get all of my podcasts to show up in Winamp (5.53). Some were added by another program and some Winamp seems to have just lost although the files are their.
1/ Is there a way to update...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
template<class T>
string to_string(const T& t)
{
ostringstream ss;
ss << t;
return ss.str();
}
I saw this code in the book I'm reading, but I'm confused becaus...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Bonjour à tous.
J'ai reçu en début de semaine mon nouvel iMac 3.06. Malgré les efforts de certains pour nnous expliquer que cette machine ne valait pas le coup, que sa carte graphique était en toc...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello
I am a newbie in PHP and sorry about my english.
I have a problem with form validation, I wrote a script to check length of password,
but no matter what I input the function return...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
After updating Winamp and Winamp Remote (using the remote update from the Winamp window) to their latest versions today, Winamp now redirects to a blank window while trying to load Winamp Remote throu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I recently discovered BusySync, which is a small app that runs in the background and keeps iCals synced across multiple computers. It is unobtrusive and pushes the updates out to register...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
If there is an error executing a line in a script the errorlevel will be set to 1 or ERROR i believe.
but how does this happen??
Code:
filecopy, somefile.exe, c:\somefile.exe
msgbox, ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello community.
i recently made a simple password generator [http://www.autohotkey.com/forum/viewtopic.php?t=31879]>
it's really simplistic method.
but how can i measure the security of encryption...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello
i am learning and now confused , which function to use beside the regular expressions and how to use it the best way and most secure
for example dom.dom/file.php?display=
"...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I'm creating a small utility which will run out of the notify bar. If the user clicks the notify icon it displays a form in the bottom right hand corner - this works perfectly. However I ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
Private Sub Form_Load()
With List1
.AddItem "test1"
.AddItem "test2"
.AddItem "test3"
.AddItem "test4&qu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm currently developing a circular gauge in C# using GDI+ (VS 2005). The scale is the same as a clock so I have 12 at the top, 6 at the bottom although these will not be displayed on the gauge.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I am working on updating some old DOS C code and am getting the following errors:
Undefined symbol _O_RDONLY
Undefined symbol _O_BINARY
Call to function '_filelength' with no proto...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
I actually need help with printing reciepts using thermal printer
the situation is i have a touch screen machine that generates Tokens
now when the user clicks on the button his toke...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Requires irfnaview installed.
its free
www.irfanview.com [http://www.irfanview.com]>
!Printscreen= active window
Printscreen= entire desktop
Saves the file with a unique name picture #.jpg
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
#include "stdafx.h"
#include<string>
using namespace std;
struct student1{
const string name;
const double salary;
const string student1::getName();
const double student...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can someone explain why Edit/Delete Sheet is disabled in a workbook that is not protected in any way?
I need to delete a sheet, and delete is disabled both in the right click popup menu and th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey all
After a lot of trouble caused by running OnyX I've decided the best thing to do is to format my iMac and start from scratch again
Just a few questions first though:
1) I'm ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi. I have troubles with saving video buffer to JPG file. There is code, which make desctop snapshot to JPG. Also there are code which
make BMP picture captured from video VMR9 renderer. May be ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Anyone know why my Winamp gives off tons of noise during playback, even with the volume low, or the 'Pre-Amp' turned down, the noise stays consistant and constant. And there's a lot of popping now to...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine