| Thread | Last Post | Replies |
|
| Changing all controls on form to accomidate Chinese characters as well as English ... Microsoft Forms 2 controls.. How? | 23 Jun 2005 17:55 GMT | 1 |
I have a VB 6.0 application that can dynamically change from English, to French or German by a selection on the menu. What really happens is I go through every control and change the font and message to correctly show the new language. Pretty cool I thought.
|
| Remove all Char from a String | 23 Jun 2005 17:38 GMT | 4 |
I have a bunch of strings that contain text and then numbers. I only want the numbers. What is the fastest way to do this. I though about testing each character in each string and then replacing it if it's not with the give CHR$ range???
|
| Handling a missing reference for a variable with a scope of the class | 23 Jun 2005 15:43 GMT | 1 |
I expect that this question could be generalized to apply to any software referenced by a DLL, but I'll refer to PowerPoint. Given that I have: 1. A setup program that checks whether certain software is installed, e.g.,
|
| VB.NET LostFocus and GotFocus | 23 Jun 2005 15:33 GMT | 3 |
1. When a control gains focus, is there a way to tell how it got the focus? Tab key, Mouse Click, <enter> etc..... 2. When a control is losing focus, is there a way to tell how it lost the focus? Tab key, Mouse Click, <enter> etc.....
|
| MDI Focus Problems with Windows SP2 and Citrix | 23 Jun 2005 15:33 GMT | 1 |
I am posting this here because Citrix has been absolutely no help whatsoever in resolving this issue. We have a VB6 application that makes a Cominterop call to .Net v1.1 assemblies showing forms. We pass the window handle of the MDI parent window
|
| VB Project question | 23 Jun 2005 14:58 GMT | 8 |
I have a co-worker that is still on Win2K (I'm on WinXP). We have always compiled DLLs for our apps into C:\<Windir>\System32 (I'd rather not debate the pros and cons of that decision now). I have been working on the VB projects for a while on my new WinXP machine on which the ...
|
| Passing variable to and from a Class Module? | 23 Jun 2005 14:13 GMT | 8 |
I have created a class module that I want to use to convert my Latitude and Longitude, what is the proper way to declare the variable in the class module and what is the proper way to reference them to return the new value. I've been reading and there seems to be several ways to ...
|
| FileCopy Without locking the file | 23 Jun 2005 09:20 GMT | 6 |
I have a scanning system in our warehouse that every few seconds is dumping scanned information in to a text file... We have a second application that copies that file every couple of minutes to a new file and dumps the contents into a DB... My problem is that when the first text ...
|
| Existance of .manifest files in app directory causes flicking | 23 Jun 2005 03:43 GMT | 7 |
I have a line in subMain that checks for the existance on a .manifest file in the .app directory. If Dir$(App.path & "\program.exe.manifest") <> "" Then InitCommonControlsVB This calls the function for Windows XP style theming.
|
| Tool Tips on Menu Items? | 23 Jun 2005 03:42 GMT | 2 |
Is it possible to attach a tool-tip to a menu item? If so, how?
|
| MKDir not working | 23 Jun 2005 03:34 GMT | 27 |
Can anyone tell me why this is not working, the directory does not get created. GetHomedir and ACK_ARCDIR are pre defined strings An example of DirPath would be C:\ACK\ACKTARC\210605\100 PathDate = Format(Date, "DDMMYY")
|
| Stumped??? | 23 Jun 2005 01:07 GMT | 13 |
I am sure someone can help me with this one. I have a table that after my query will have somewhere between 150 to 200 rows. Last valid row gives me max length of product... The user will enter a value for which something was done... and they always go from the end of
|
| Creating a dll | 23 Jun 2005 00:51 GMT | 9 |
I am new to Visual Studio and VB. Is it possible to create an dll or activeX control with Visual Studio using VB .NET? My end goal is to create a dll that I can register with regsvr32. I want to be able to use the dll with Visual Basic apps and VB Script that is used in ASP
|
| Best way to modify a .txt file | 22 Jun 2005 22:19 GMT | 3 |
I have a .txt file with a page break character somewhere in it. It might be the last or second to the last character in the file. What would be the best way to locate and remove this page break? I was thinking about making a second file and then deleting the first. There must ...
|
| Extracting frames from a video | 22 Jun 2005 21:41 GMT | 1 |
Is there a way to extract any numbers of frames from a video??? Because I used third-party componets, but they're to slow. Does anyone knows how to do it????
|