Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software [1253 Forums][Track this Category]
   Browse sub-categories   
» Accessories [7]» Articles & Tutorials [8]» BBS» Business [13]
» Databases [80]» Development [486]» Entertainment» Games [7]
» General [42]» Graphics & Design [41]» Internet [69]» Mac [12]
» Marketplace [8]» Multimedia [262]» Networking [26]» Open Source [9]
» Reviews [4]» Scripts [2]» Security [81]» Servers [29]
» Technologies [10]

   Latest threads in category   
cProgramming reading gif image pixel Information-help  
17:15 16-May-08   [Replies: 0, Views: 33]    By: Unnamed
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 thread
PCPerspective ASP, How can we programmatically verify whether the UserName and Passw..  
17:10 16-May-08   [Replies: 0, Views: 2]    By: Unnamed
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 thread
VBForums [2008] Value of type 'string' cannot be converted to 'System.Data.Data..  
17:08 16-May-08   [Replies: 1, Views: 16]    By: pagey
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 thread
VBForums How to implement an insert update delete query  
17:07 16-May-08   [Replies: 1, Views: 23]    By: tgore555
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 thread
Forums MacBidouille Livre Virtuel ou e-book gratuit  
17:01 16-May-08   [Replies: 1, Views: 37]    By: MacMarcio
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 thread
WinAmp Adding existing Podcasts to Winamp  
16:59 16-May-08   [Replies: 0, Views: 8]    By: Bilbo9955
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 thread
cProgramming Templates question  
16:57 16-May-08   [Replies: 8, Views: 82]    By: Unnamed
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 thread
Forums MacBidouille BootCamp et la RAM des nouveaux iMac 3.06  
16:53 16-May-08   [Replies: 0, Views: 20]    By: efraid
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 thread
PHPBuilder Form validation  
16:48 16-May-08   [Replies: 3, Views: 35]    By: tua1
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 thread
WinAmp Remote Audio/Video Redirect Issue  
16:37 16-May-08   [Replies: 0, Views: 11]    By: msu.falcon
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 thread
Mac Forums Address Book Syncing Across Macs (not using .Mac)  
16:31 16-May-08   [Replies: 2, Views: 42]    By: Mhaddy
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 thread
AutoHotkey Is this supposed to happen with FileCopy?  
16:31 16-May-08   [Replies: 1, Views: 25]    By: m0h4n
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 thread
AutoHotkey How to measure the security of encryption?  
16:27 16-May-08   [Replies: 1, Views: 43]    By: heresy
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 thread
PHPBuilder security : limit url inputs to words  
16:27 16-May-08   [Replies: 3, Views: 36]    By: auday1982
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 thread
VBForums Application LostFocus  
16:27 16-May-08   [Replies: 2, Views: 41]    By: Jay1b
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 thread
VBForums Listbox .ListCount/.List Issue  
16:26 16-May-08   [Replies: 3, Views: 33]    By: emyztik
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 thread
CodeGuru GDI+ Polygons  
16:24 16-May-08   [Replies: 0, Views: 5]    By: robben
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 thread
cProgramming C problem with legacy code  
16:23 16-May-08   [Replies: 1, Views: 28]    By: Unnamed
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 thread
CodeGuru printing POS receipts in vb.net  
16:20 16-May-08   [Replies: 0, Views: 4]    By: stewalt2004
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 thread
AutoHotkey PrintScreen saver  
16:19 16-May-08   [Replies: 0, Views: 48]    By: Razlin
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 thread
cProgramming no default constractor ....  
16:15 16-May-08   [Replies: 5, Views: 74]    By: Unnamed
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 thread
VBForums Excel VBA - Delete Sheet Disabled  
16:13 16-May-08   [Replies: 0, Views: 8]    By: Unnamed
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 thread
Mac Forums Format iMac  
16:08 16-May-08   [Replies: 6, Views: 68]    By: Plusbits
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 thread
CodeGuru save video buffer to JPEG  
16:03 16-May-08   [Replies: 0, Views: 5]    By: vdmz
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 thread
WinAmp F'N NOISE AND POPPING  
15:58 16-May-08   [Replies: 0, Views: 11]    By: Machman
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 thread

<<First  <Previous  1  2  [3]  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006