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   
AutoHotkey Changing the "order" of the swedish + key  
14:04 16-May-08   [Replies: 1, Views: 30]    By: Guest::qleblat
Hi all, sorry for the cryptic title. I'm trying to accomplish a sort of reorder of the swedish + key. Currently it types a ? when holding shift and \ when holding altgr. As I use \ very much I woul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums X11 won't start  
14:03 16-May-08   [Replies: 2, Views: 55]    By: vohad
X11 won't start anymore. it shows the menu for a second and then disappears the log shows: 16/5/08 4:55:32 PM org.x.X11[352] TransformProcessType: Success 16/5/08 4:55:32 PM org.x...
[Tags: No tags defined yet] -
Be the first to Tag this thread
GamesRadar Forum Problema urgente con la tastiera  
14:02 16-May-08   [Replies: 4, Views: 36]    By: JX90
Da qualche tempo la mia tastiera fa quel che gli pare! Stavo giocando a rFactor, quando la macchina ha cominciato a sbandare da sola, non frenava, cambiava le marce come voleva lei, ecc... Dopo ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] LINQ to SQL class, IBindingListView properties and AutoFilterin..  
14:02 16-May-08   [Replies: 0, Views: 18]    By: linq_n_park
I have a DataGridView and a LINQ to SQL class called linqFillItemSearch. On the SQL Server 2005 there is an sp called fillItemSearchDGV which simply creates a View containing the columns that are ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Getting & setting file properties  
13:58 16-May-08   [Replies: 1, Views: 29]    By: nbrege
In Windows Explorer if you right-click on a file & pick Properties, you get the Properties dialog. On the Summary tab there are properties for Title, Author, Subject, Category, etc., as shown...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] DateTimePicker Valuechanged event firing twice??  
13:55 16-May-08   [Replies: 1, Views: 22]    By: Ginolard
This seems pretty straighforward. I have two DateTimePickers. One for a start date and the other for an end date. I want to check when each one has changed to ensure that the dates are consi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums mail cannot download emails sent to self  
13:55 16-May-08   [Replies: 0, Views: 28]    By: ohneddyboy
Dear MacRumors Help, I have mail sent to my university email account, forwarded to my gmail account (and deleted from my university account), then downloaded to Mail with a POP accoun...
[Tags: No tags defined yet] -
Be the first to Tag this thread
WinAmp Disable/enable sections in component page  
13:54 16-May-08   [Replies: 2, Views: 39]    By: tmxk
Hi all, I have a custom page on which there are 2 Radiobuttons, after the selection of the 2 Radiobuttons, a component page shows up, some of the sections will be disabled or enabled based on the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
GamesRadar Forum problema con avast  
13:52 16-May-08   [Replies: 5, Views: 41]    By: desa'84
Da quando si è installato l'ultimo aggiornamento del programma (mi pare ieri o l'altro ieri) non riesco più a fare una scansione, si ferma al messaggio che sta per iniziare il test della memoria e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Detect if FullScreen Window is Active  
13:52 16-May-08   [Replies: 0, Views: 24]    By: Vinthian
As of late, I've been developing a DotA help tool for Warcraft III. Code: ;Settings #SingleInstance force #HotkeyInterval 0 #InstallKeybdHook #UseHook On #MaxThreads 20 SetBatchLine...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Product Activation  
13:51 16-May-08   [Replies: 6, Views: 50]    By: 01hanstu
Hi, hope you can help. I want to majke a program that will last for 30 days from the install date. Then the program will not function until the user registers or puts in an activation code I.e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Excel-Importing data from one workbook to another?  
13:47 16-May-08   [Replies: 0, Views: 11]    By: pingwin77
I have a report I am working on for my company (AIS_Cert_43.xls). Within this report, I have a tab that list all of our equipment on it along with info for each piece of equipment. Our machines ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Using winhttp behind a proxy  
13:41 16-May-08   [Replies: 0, Views: 23]    By: som4
Hi, i'm not gonna lie, i'm not that good with C programming. Took me several hours before i realised the differences between char* and string etc, and got to grips with it. What im having tro...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Modulus Operator!  
13:40 16-May-08   [Replies: 7, Views: 96]    By: Unnamed
I'm trying to Down size a 5 digit number on an array of [26] values each value has well 5 digits i want to just use the last two digits for the value how would i be able to do that with the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [2005] Showing Forms Dynamically  
13:37 16-May-08   [Replies: 19, Views: 114]    By: Unnamed
I have a listbox that contains a bunch of form names (all forms exist within my project) When I user clicks on a form name, I need to load it. This is a rewrite of one of my VB6 projects. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Rookie Needs Help Gosub & Loop  
13:28 16-May-08   [Replies: 1, Views: 32]    By: Guest::SGR
Hello, here is the issue: I need to work between two files,(a datatel and an Excel) and have a simple if "yes" go to a routine "yes", execute and return to loop from the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums Unsanity Shapeshifter  
13:26 16-May-08   [Replies: 0, Views: 29]    By: Mondays
Wasn't sure where to put this, but. . . It's has been a while since 10.5 came out and still no update on Unsanity Shapeshifter, does anyone know any more about this? Maybe when it mig...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Lock database file without password protection  
13:17 16-May-08   [Replies: 1, Views: 27]    By: ctullar
Is there a way to lock an .mdb file (all the time, not just runtime) so only my vb app can access it without making it password protected? I don't want the user to think he has the option to get ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Get Winamp's Highlighted track index/position  
13:16 16-May-08   [Replies: 0, Views: 20]    By: Visioneer
Hi, I need to get the Winamp Playlist position/index number of the HIGHLIGHTED track. (as oppsosed to the Playing track) The Winamp SDK shows no function for this, but this post on the Winam...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Help about....Update version online option......  
13:04 16-May-08   [Replies: 1, Views: 23]    By: ishrar
Hello friends, I have application ready but i wnt to put a feature "Update version online", I have FTP availabe. What can I do for it? Any guidance. I wnt to update only one tx...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming error: expected unqualified-id before '=' token  
13:01 16-May-08   [Replies: 1, Views: 70]    By: Unnamed
Quote: Originally Posted by gcc error: expected unqualified-id before '=' token at line: Q_DECLARE_METATYPE(QSet<QAccessible::Met...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Rounding down a decimal value [vs 2005]  
12:50 16-May-08   [Replies: 14, Views: 65]    By: Devdude
Hi, Does anyone know how to round down a decimal value? example: decValue1 = 1.22 I would like to have this rounded to 1 THanks, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Passing Variables in url includes.  
12:43 16-May-08   [Replies: 3, Views: 90]    By: Pyromanci
Ok, I know this has to be some sort of ini settings, but here is the problem. I want to include a like this PHP Code: require_once("http://example.com/samplephpfileastex...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille Recherche utilisateur de FCP + Colors sur MacPro  
12:41 16-May-08   [Replies: 0, Views: 6]    By: Unnamed
Bonjour Est-ce que le logiciel Colors en version 1.2 fonctionne sur MacPro ? Merci pour les réponses...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Highlight a file in explorer  
12:37 16-May-08   [Replies: 4, Views: 41]    By: chris128
Hi Guys, Does anyone know how I could locate a particular file in windows explorer by highlighting it? Example: in my app I have a list of files, when a user right clicks one of these files...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006