| Thread | Last Post | Replies |
|
| An error handler problem ... | 15 Jan 2006 21:57 GMT | 17 |
My fancy error handler, which has functioned well in several large production programs, is having a problem in a real time application. The application is a conversational voice interface that interfaces existing voice input and output systems to another program via the
|
| Getting the user profile folder | 15 Jan 2006 05:12 GMT | 4 |
I need to get the signature folder for the current folder such as; "F:\Documents and Settings\Dave\Application Data\Microsoft\Signatures\" except that instead of Dave I need the correct name for the current user, s that my code works generically regardless of who is logged in. Is ...
|
| Can I generate random numbers from among a list of specific numbers? | 13 Jan 2006 05:49 GMT | 2 |
Instead of a range of numbers to randomly select a number (like 1 to 100), I'd like to supply the numbers from which to choose from an array of numbers. Can I select a random number from an array of specific numbers, excluding
|
| LRC Calculation Algorithm | 11 Jan 2006 16:22 GMT | 21 |
Does anyone know how to calculate Longitudinal Redundancy Check(LRC) in VB.NET? I am trying to send Visa-II formatted even parity message to a credit card processor and am not sure how to calculate the LRC which needs to
|
| SMS Management Point API | 11 Jan 2006 11:27 GMT | 4 |
Can the Management Point API (SmsMsgApi.dll) be called from a VB/VBScript or VB.NET application? Are there any examples anywhere for this API? There seems to be NO information outside of the SMS 2003 SDK V3, which has nothing for VB programmers.
|
| UTF-8 read and write back to Oracle DB from VB application corrupts the data[if-non-english char] to unreadable format | 11 Jan 2006 11:02 GMT | 2 |
I have Oracle DB Table with one of its column (VARCHAR). I read and write to this data .[non-english or English] using VC application then everything works fine. But if I use a VB application to read the data.[non-english] and write it back to the same palce the content is corrupted ...
|
| VB^ DLL Out of Memory Error trying to debug | 10 Jan 2006 16:26 GMT | 5 |
I am unable to debug my COM+ VB Dlls anymore. This used to work fine all the time, but, now gives me a "Out of Memory" error everytime I try to debug a DLL. The only thing that changed was that I ran a Windows update on my Windows XP PC.
|
| How can I pass the file to sql server | 09 Jan 2006 00:14 GMT | 3 |
I have created a component which parses some flat files and stores in Sql database. Now I want to move that COM object to database server. Now the scenario will be like this :
|
| Performance Tips | 08 Jan 2006 22:18 GMT | 3 |
Please advise some performance Tips for developing Enterprise level applications in VB ?
|
| to ensure user enters only a number | 07 Jan 2006 04:42 GMT | 6 |
I'm a little rusty in VB6. Is there a built-in function in VB6 that does something like the following? If Not isNum(MyTextBox) Then MsgBox "You idiot!"
|
| vb9 | 06 Jan 2006 15:33 GMT | 1 |
I have seen some videos on channel 9 about the upcoming vb9. Would that be vb9.net, a follow up on vb6 or both?
|
| Making a form "modal" ? | 05 Jan 2006 10:29 GMT | 2 |
I'm currently working in VB6, but my most recent experience has been in VBA for MS-Access (Office XP) where I could make a form "modal" meaning it would be the only form I could work with as long as it was open, forcing a user to work on only that form or else close it. I like ...
|
| convert COM dll to DCOM | 02 Jan 2006 07:47 GMT | 5 |
How to convert COM dll to DCOM and what is the syntax to call that DCOM. I have done this with Visual FoxPro but not with VB 6. Please advise ?
|