| Thread | Last Post | Replies |
|
| Activex Control Application Document | 08 Jun 2008 10:44 GMT | 5 |
I'm looking for a document that describes the ins and outs of vb2005 conversion wizard when it converts "activex control applications". I see that it converts it to a usercontrol. How is that usable as an activex control after conversion.. I see it converted application
|
| MSINET - VB6SP- | 07 Jun 2008 19:35 GMT | 6 |
Dear Gurus, I have just purchased an new desktop PC, Athalon cpu, WinXP SP3. I am trying to move my developement system (WinXP) across to the new PC.
|
| not vbasic related question but close enough | 07 Jun 2008 14:57 GMT | 5 |
I have posted the below message in several (merit related groups like for example microsoft.public.windows.file_system) but to no response. I will try it here: ============================================
|
| Pickle arrays in VB and Python | 07 Jun 2008 06:01 GMT | 3 |
Is there a way to pickle an array in VB and then unpickle it in Python? Thanks, Lee G.
|
| Using Resource Files | 07 Jun 2008 04:14 GMT | 5 |
I have just run into a problem using resource files that I had not thought about before. Is it possible to use more than one resource file in a VB6 App? If so how do you extract a file from the right one. LoadResData does not seem to allow you to specify a resource file name.
|
| Failed with Error 80004003 | 07 Jun 2008 02:08 GMT | 3 |
I have a 3-tiered web application running on 2003 servers.Front end is in ASP. The second tier consists of Visual Basic 6 components (dlls) running in Transaction Server. The components send and receive WebSphere MQ messages, connect to a SQL Server database located on a
|
| Easy Text to Speech? | 07 Jun 2008 01:43 GMT | 25 |
[VB6] I'm looking for suggestions on how to do text-to-speech in the simplest manner possible without visual effects (i.e. no moving lips, no little wizard characters, etc.) and using what's most likely already on most
|
| Drag-Drop to MSFlexGrid Crashes IDE | 07 Jun 2008 01:08 GMT | 13 |
This is a bit long winded.... but still worthy of a review. I've been performing drag-drop actions to a MSFlexgrid on my app for a while with perfect success. All of a sudden, the functionality has stopped working and it crashes the app and also the IDE when run from that ...
|
| Picture Data | 06 Jun 2008 21:21 GMT | 1 |
VB6SP6 I know how to open and manupiulate (stamp, resize, convert, flip) and save in various formats with success. But, what I do not understand is this.
|
| Image Flipper | 06 Jun 2008 20:56 GMT | 14 |
VB6SP6 I am using the following code to flip the image in a picture box. But it does not work. I see the image loaded, it runs through this routine and nothing happens.
|
| move files | 06 Jun 2008 20:44 GMT | 2 |
can anyone explain to me or send link on how to move folder/files from one server to another via a script. I was hoping the script would be used once. Virtualizing a 2003 server and will have to move home folders and users content in them.
|
| Calculate how many chars fit into a label | 06 Jun 2008 20:42 GMT | 3 |
How can I calculate whether a given textstring will fit into a label with a given width? I mean I want to know whether a label(autosize=false) with a fixed width would display all characters of a given string or not.
|
| tab selection VB6 | 06 Jun 2008 19:59 GMT | 2 |
I have tab control with thre tabs 1, 2, 3; and I have combobox with same items. I need when user selects number 2 from the combobox, the tab 2 should be selected, etc.
|
| How can I send emails automatically using VB? | 05 Jun 2008 14:26 GMT | 2 |
Hi all of you, Primary platform is XP SP2 running VBA 2003 and Exchange 2003 I would need to send lots of emails programatically from a Access database (2003).
|
| Environment.UserName | 05 Jun 2008 13:36 GMT | 5 |
I am developing a web application in Visual Studio 2003, .NET 1.1 to run on our intranet. I want to identify users to save them logging in. The line: UserName = Environment.UserName
|