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   
VBForums Population in VB  
09:21 16-May-08   [Replies: 5, Views: 56]    By: 01hanstu
Hi, Hope you can help. I am trying to populate a dropdownlist with a list of the usernames that are stored in my Access database so that the users dont have to keep running upto me and ask for the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille  application/x-oleobject   
09:20 16-May-08   [Replies: 0, Views: 30]    By: olibea
Bonjour a tous Voila le message que je lis sur cette page? Je ne suis pas sur d'etre au bon endroit pour le forum mais je ne sais pas interpreter ce message. J'ai flip4mac d'installé mais ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Combo Box data / refreshing depending on another combo box selection  
09:16 16-May-08   [Replies: 1, Views: 19]    By: hully333
Any help would be great. I have 20+ tables in a database all linked in some way or another. What i would like some help and advice on concerns just 3. Asset Table Customer Table Contact tabl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Getting handle to a dialog box.  
09:16 16-May-08   [Replies: 4, Views: 50]    By: hemajc
Hi.. How can I get the handle to a dialog box? On MSDN, GetDlgItem is defined as: Code: HWND GetDlgItem( HWND hDlg, int nIDDlgItem) hDlg [in] Handle to the di...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] [2005] Problem using dynamic integer array  
09:12 16-May-08   [Replies: 4, Views: 37]    By: Ginolard
I am using a 3rd-party class to create Scheduled Tasks. One of the methods of this class expected an Integer array to represent the days of the month. For example [VBCODE] Dim trig As New...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Find the number that appears the most times from a given list  
09:09 16-May-08   [Replies: 2, Views: 12]    By: ChrisAccessDB01
i have a list of numbers and for my analisis i need to find out which one appears the most often in my table i have tried to figure it out. your help is appreciated chris ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
WinAmp prob  
09:02 16-May-08   [Replies: 1, Views: 34]    By: andu<
I have enqueue prob, after i install winamp 5.3(1) (the newest version), "q" button wont queue any song at all, there isnt even that "enqueue" menu button, when I make left-click on song that is in m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Auto-replace - get rid of new line beginning?  
08:58 16-May-08   [Replies: 3, Views: 55]    By: mikolajek
I know it's probably stupidly simple but I cannot find it in the help... Whenever I use auto-replace feature like ::ty::thank you the cursor automatically moves to the new line... Can you ple...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2005] automail in ms outlook 2003  
08:54 16-May-08   [Replies: 6, Views: 30]    By: vijy
Is any way to send reply from oulook 2003 professinal in the absence of user? Nor coding or how to set in outlook itself??? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Why can't get the right address for char type  
08:52 16-May-08   [Replies: 8, Views: 112]    By: Unnamed
Hi friends,please help to see the following codes: Code: #include <iostream> using namespace std; int main(void) { int a=4.5; char b='c'; cout<<"The data "<...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Web Developer Help me :(  
08:50 16-May-08   [Replies: 0, Views: 26]    By: rashmi_k28
Hi, Here I am able to find differnence of only two rows. Status is 0 or 1 for the row and timestamp there is difference of every 10 minutes. I have to calcutate differnce of timestamp...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] Resize image - out of memory exception  
08:48 16-May-08   [Replies: 1, Views: 29]    By: MondeoST24
I have this code Code: Imports System.Data.SqlClient Imports System.Drawing Imports System.Drawing.Imaging Partial Class image2 Inherits System.Web.UI.Page Protected Sub ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
PHPBuilder Help me:(  
08:47 16-May-08   [Replies: 0, Views: 29]    By: sandy1028
Hi, Here I am able to find differnence of only two rows. Status is 0 or 1 for the row and timestamp there is difference of every 10 minutes. I have to calcutate differnce of timestamp...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Insert Outlook signature?  
08:46 16-May-08   [Replies: 3, Views: 39]    By: mikolajek
Does anyone have the idea how to automatically insert predefined signature into Outlook messages? I mean - I know how to insert plain text signature, but I'd like to insert the formatted one - like...
[Tags: No tags defined yet] -
Be the first to Tag this thread
cProgramming Search text in file  
08:38 16-May-08   [Replies: 10, Views: 75]    By: Unnamed
Ok, i started a new project. Basically its like the find function in Word. I want to open a text file and search for an occurence of a word. any tips? should the file first be read into a vector a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [2008] BackgroundWorker Problem  
08:28 16-May-08   [Replies: 1, Views: 34]    By: boku
I am trying to check URLs for naughty words by using the following Quote: Imports System Imports System.Collections Imports System.ComponentModel Imports System....
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Force OnMeasureItem call (CListbox)  
08:25 16-May-08   [Replies: 9, Views: 62]    By: Ralf Schneider
Hello, I know that OnMeasureItem is called when a listbox is created. Is it possible to force the call without deleting and refilling all the contents of the listbox. The reason: I want to...
[Tags: No tags defined yet] -
Be the first to Tag this thread
HardwareZone FREE Laplink PCMover for today only  
08:13 16-May-08   [Replies: 1, Views: 54]    By: Unnamed
http://www.laplink.com/25thanniversary/pcmover.html [http://www.laplink.com/25thanniversary/pcmover.html]> Downside: u need to create an account b4 u can download. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Forums MacBidouille Citation et réponse dans mail  
08:10 16-May-08   [Replies: 0, Views: 25]    By: cadfael
Bonjour à tous, Dans le temps, comprendre dans des versions plus anciennes de Mail, j'avais le choix pour positionner le texte du message du correspondant auquel je voulais répondre, au-dessus ou ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Hide row in datagrid  
08:06 16-May-08   [Replies: 6, Views: 34]    By: amrita
How to hide a row in a data grid in VB.NET 2003 ? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Auto Complete TextBox  
08:05 16-May-08   [Replies: 3, Views: 29]    By: amrita
I need a autocomplete text box in .net Windows form.I want it to handle multiple words search separated by comma. Just like tyoing email address.. plz help. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums vb with PLC  
08:02 16-May-08   [Replies: 1, Views: 12]    By: jeson_raw08
good day, GUYZ, I have a big problem on how i can activate a one single data memory of omron plc.Can anyone here can solve my problem,please give a sample program on how to turn on or off ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru insert user and password in window of Windows Autenticate Box (dialog ..  
08:01 16-May-08   [Replies: 3, Views: 52]    By: sal21
After i click on "Area Clienti" on web site page (http://www.cerved.com/ [http://www.cerved.com/]> ) appear the tipical autenticatin box (see image) How to insert in user box the val...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Mendhak and his puns  
07:53 16-May-08   [Replies: 3, Views: 49]    By: Unnamed
will be like this [http://news.bbc.co.uk/2/hi/uk_news/scotland/tayside_and_central/7402920.stm]> in the next 100 years or so of vbf history. pun person baiting anyone? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Relative Path  
07:53 16-May-08   [Replies: 2, Views: 22]    By: mariyana
I have a flower.gif file in the given folder "C:\documents and settings\abc\Visual studio\Proj\namecontrol" Now that on the client side, button click of an event calls this image. Ho...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  4  5  6  7  8  [9]  10  11  12  13  14  Next>      
 




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

© Pidgin Technologies Ltd. 2006