| Thread | Last Post | Replies |
|
| VBA Excel | 24 Apr 2008 18:51 GMT | 2 |
I have a small problem in my excel VBA application. In above expresion: Dim A as Double A = A + 1
|
| I hate bottom posting!!!!!!!!!!! | 24 Apr 2008 16:30 GMT | 27 |
|
| How to omit blank spaces in the text? | 24 Apr 2008 16:23 GMT | 17 |
Please assist in solving the following problem. In text1 field (max length is e.g. 20) User entered some password with the length e.g. 12. AT the same time I have the list of all passwords in SQL database.
|
| Display SQL XML Column | 24 Apr 2008 15:12 GMT | 1 |
How do I display an SQL XML data type (column) within classic ASP? Thank you in advance for your assistance.
|
| Word is waiting for another application to complete an OLE action | 24 Apr 2008 13:48 GMT | 1 |
Help!! End users is running XP Pro/Office 2007. The end user has a small Excel doc within the Word doc. When he double clicks on the Excel portion to enter data the application hangs for several minutes the returns with "Word is waiting for another application to complete
|
| Help with calculating print area | 24 Apr 2008 11:56 GMT | 18 |
I am putting together a test generator. One of the categories is Fill-In-The-Blank that could have a picture associated with the question. I can print the questions (from an Access database) with no problems. For the questions that have a picture, I am holding the location in ...
|
| Run-Time error '2004' Out of memory | 24 Apr 2008 07:39 GMT | 4 |
I have vb 4 application ( i dont have source code ) , i have installed it on a new machine , it connects to Access database. every time i click on exe i recieve ( Run-Time error '2004' Out of memory ) so what can i do ? Please Advise
|
| about windows media player full screen problem | 24 Apr 2008 07:24 GMT | 1 |
i have coded a full set of code to run my windows media player i have set when the movie play it will go full screen it will play 2 different file A and B. at first it will play the first file(A)it go full screen but after file
|
| Help with OCX | 24 Apr 2008 06:34 GMT | 11 |
Hello im making a little ocx for a program that interacts with AOL 9 but when im running the program i get the run-time error "5" invalid procedure call or argument the code for the UserControl is this:
|
| Writing a Boolean Statement Parser/Engine - Need help | 24 Apr 2008 00:58 GMT | 5 |
I need to write a boolean search string parser/engine for a scripting project. In a perfect world: - A user could enter a properly formatted boolean search string that I could pass to the parser. For example, they could enter "((wallace OR walters) AND
|
| Putting together wav fles | 23 Apr 2008 21:49 GMT | 5 |
I would like to write a program that takes 4 or 5 wav files and puts them together (possibly mixing (or crossfading by1 or 2 seconds) Kinda like a jukebox and write the files out to one single wav (or mp3/wma). Just wanted to check with the braintrust to see if I am getting into ...
|
| how to consolidate excel files into one file with each old file be | 23 Apr 2008 21:32 GMT | 3 |
Is there a way to take excel files and consolidate them into several sheets in one file through some sort of programming?
|
| Can't put events in Interface? | 23 Apr 2008 19:32 GMT | 2 |
'Iprogress interface '--------------------- in IProgress.cls Option Explicit
|
| VB6 MonthView and DateTimePicker controls question | 23 Apr 2008 18:50 GMT | 13 |
Is there any way to traverse year to year in either of these controls ... I see buttons to traverse month to month but cannot see anywhere to set it so that traversing year to year is possible. Thanks.
|
| increment | 23 Apr 2008 16:46 GMT | 3 |
I have a invoice feeding entry screen in VB.For each invoice i want to give a autogenerated unique transaction number,for ex:IN10001,IN10002(prefix 'IN' i will set in my code).and at a time nearly 10 users will use this module and transaction numbers in the order as specified ...
|