| Thread | Last Post | Replies |
|
| Unicode Dll and Vb6 | 27 Apr 2007 14:56 GMT | 1 |
I have a C++ dll that exposes some methods taking strings in their argument list. The strings are passed as type char*. The dll is compiled using Unicode strings. Can I use this Dll with a VB6 client ?
|
| collection and classes | 25 Apr 2007 13:08 GMT | 2 |
I am seeing a problem in my code. And I think I know the answer. But want to confirm. I have a very complicated set of classes. Classes within classes. Classes that hold other classes.
|
| What do I develop first? | 21 Apr 2007 00:46 GMT | 5 |
I am studying the N-tier architecture and will participate on my first VB project using this concept. Beyond the three common layers (Presentation, Business and Data) we have defined other logical layers as an exception layer and a security layer. How can I decide which
|
| Character Set and LCID's | 20 Apr 2007 15:14 GMT | 1 |
Given some internal VB Unicode string values can I extract the LCID and Character set? -Lou
|
| if-then-else | 18 Apr 2007 23:29 GMT | 18 |
With your opinion, do you perfer 1) or 2)? I like 2) becasue it has one less "branching" but it may assign "c" twice. 1) have 2 branchings but it will only assign "c" once. 1)
|
| VB6 and character encoding | 16 Apr 2007 21:45 GMT | 2 |
I am using VB6 as the front end for an application I am writing, and I have several (approx 20+) sattelite Dlls that the front end calls into. Most of the DLLs are built with MCBS encoding, but two are built with Unicode char encoding.
|
| searching | 12 Apr 2007 00:48 GMT | 13 |
I need to display a list of items in a particular un-sorted order: If I need to look for the description for id "259" for example, there is nothing much I can do but to use linear search... looking for the word "259" one by one in the array. Correct?
|