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 > . > . > Programming Languages > Basic [17 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
VBForums Capture Barcode Text  
03:45 20-Nov-08   [Replies: 5, Views: 18]    By: ashly
Hi, I would like to ask something about barcode. I have a USB barcode scanner, scanned text will show at my VB app text box. Beside showing on the text box, any other way to capture th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Block If Without End If  
02:48 20-Nov-08   [Replies: 1, Views: 17]    By: GDOG34
Why do I get this error then it highlights End Sub? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums VB6 code for RFID  
02:26 20-Nov-08   [Replies: 0, Views: 4]    By: Lendu
Hello plz help me i want know any VB code to connect computer with RFID reader ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Drive space graphic  
01:49 20-Nov-08   [Replies: 3, Views: 27]    By: Texn
Hello everyone I am working on a project and while I can get the free space on a disk, what I would really like to do is to have a graphic from left to right (or bottom to top depending on ore...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Best method to append filename  
01:47 20-Nov-08   [Replies: 4, Views: 38]    By: isnoend07
I have a program that produces custom rtf files. These files are emailed and a copy is sent to a folder called "Emailed Documents" The fileName is in this format: Customer Lastname C...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums How to add a background image to a textbox ?  
01:13 20-Nov-08   [Replies: 1, Views: 13]    By: kresha7
HI all my first post starts with a quetion does anyone know how i can add background image to a textbox im using vb6 if somone can help me in this issue thx a lot ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Need Help writinig to a OLE inserted Excel Spreadsheet  
00:49 20-Nov-08   [Replies: 0, Views: 5]    By: jazlady
I inserted an pre-formated spreadsheet into my VB 6 form, but I want to be able to write data to the spreadsheet for display and saving. How can I write data to my OLE inserted spreadsheet I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Producing a random number from a range  
20:42 19-Nov-08   [Replies: 5, Views: 28]    By: MountainDew7
I'm trying to make a random number from -100 to 100 in VB6, but all that's coming out is negative numbers. This is what I have: Code: Randomize x = int(rnd * 100) - 100 Any ideas? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums window.open in webbrowser NewWindow2  
19:08 19-Nov-08   [Replies: 2, Views: 20]    By: Unnamed
hello world, in webbrowser there are pages in opened whithe javascripts wendow.open if it exceeded a an number of windows in NewWindow2 it references an error message what to do p...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Sorting two arrays simultaneously  
18:55 19-Nov-08   [Replies: 9, Views: 89]    By: MrDudemeister
Okay, so I'm trying to sort two arrays simultaneously. One that keeps track of the score, and one for the name. I have the complete code to sort the score by descending size. MyArray is for s...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums search through text box  
18:52 19-Nov-08   [Replies: 5, Views: 46]    By: adam786
i need to be able to remover certain lines from a text box e.g. before line 1 line 2 line 1 line 4 line 2 line 5 line 6 line 2 line 1 so when i type e.g. line 1 in a tex...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Changing background color  
18:35 19-Nov-08   [Replies: 5, Views: 29]    By: hobobobo
hi all, this is my first post, im quite a noob let it be said! i have a frame, in the frame i have a dropdown box with 3 options... Open, Pending and Closed, and as you can see im trying t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Not for sure about this?  
18:30 19-Nov-08   [Replies: 2, Views: 23]    By: artstar
Hello: I have an application that runs minimized most of the time. It logs events that happens from a Digital I/O Device. Is there a way that when one of the events fire I can make the fo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Find out a time between two times  
16:52 19-Nov-08   [Replies: 11, Views: 65]    By: nasreen
Hi I want to find out a time between two times. For an example my program must be closed automatically at a time between 1 am and 6 am I use a timer to check the time My code is Co...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Checkbox on a Toolbar  
16:34 19-Nov-08   [Replies: 4, Views: 35]    By: Chris001
Hi, recently I created a small application and I put a Checkbox on the Toolbar to shut down the computer after the application is finished. Everything looks fine on my computer (XP) and heard ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Compute hours in Work  
16:33 19-Nov-08   [Replies: 3, Views: 25]    By: jp26198926
hello guys.. how to compute time Login-In and Log-Out? for example: Code: my Login Time = 8:00:00 AM my Logout time = 4:15:10 PM i used DateDiff ( "h", Log-In, Log-O...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Where is the 'compile' tab?  
15:51 19-Nov-08   [Replies: 5, Views: 33]    By: John1in2
My VBA program works (thanks to you all for answering my questions.) Now time to compile! the help file says- ************* Microsoft Visual Basic allows you to compile your applicati...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Media Player Controls  
15:31 19-Nov-08   [Replies: 3, Views: 31]    By: Wingnuttzz
As part of my Advance Higher computing course at school, we are required to do a project, and for mine i have chosen to do a media player. i have managed to successfully get the program to sea...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums flash file  
15:16 19-Nov-08   [Replies: 0, Views: 16]    By: yosef_mreh
hi all. how can i know when the shockwaveflash commander know when the file play is done/finesh. using vb6? thanks all ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums help with property get ,let  
15:11 19-Nov-08   [Replies: 3, Views: 28]    By: sw9mba
please,show me an example how we use property get ,let .Also in this example http://www.developer.com/net/vb/article.php/1539541 [http://www.developer.com/net/vb/article.php/1539541]> how we can c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Disallowing a null value in text box  
14:57 19-Nov-08   [Replies: 7, Views: 51]    By: Bountyhuntr
Hi, I'm currently toying with a chat client, like msn, but the user can currently spam the send button with nothing typed into box and get the result "example said: " continously, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Populating data in MSFlexgrid..(need help)  
14:09 19-Nov-08   [Replies: 10, Views: 46]    By: joebhoy
how to load data in MSflexgrid? the data is not from database:.. like for example, i want to populate first name, last name and address.. how to code this at runtime together with its column name?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Problem formatting an array  
13:47 19-Nov-08   [Replies: 16, Views: 87]    By: MrDudemeister
I need to format every number in MyArray with a thousand separator. I want it to add ",". Since the numbers in the array will be <= maximum value of a Long, which is 2,147,483,64...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] TextBox questions  
13:34 19-Nov-08   [Replies: 4, Views: 46]    By: smertniki
hello guys I have two questions about textbox component... 1 - which is the maximum length and (if possible) how we can expand it? 2 - how to disable the vertical scrollbar of a mul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Please help me build a year picker user control  
12:57 19-Nov-08   [Replies: 1, Views: 21]    By: Nitesh
Hi Guys, I want to build a user control that lists only years, for example from 1901 to somewhere in the future. Maybe it can be a combobox with all the years. If someone has a more elegant so...
[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