| Thread | Last Post | Replies |
|
| important !!! out of memory | 11 May 2005 15:23 GMT | 3 |
i have a problem with fm20.dll object's in vb i devlope a project with fm20.dll object's in vb in win me now i wnat to execute it in win xp but in some station i have an error on this objects
|
| Saving the layout of a Toolbar manually | 11 May 2005 14:58 GMT | 2 |
I am using a couple of toolbar objects on my MDI form. I want to give the user the ability to customize the layout of the toolbars and have it persist between loads. Unfortunately, the users of this app have no write permissions to the registry, so I cannot use the built-in ...
|
| Extract "internet header" for Outlook message | 11 May 2005 14:30 GMT | 1 |
For each email message, the 'internet header' can be displayed. I'm doing a program using MAPI to read messages in a folder, and need to extract the "internet header" info. However, under the MAPI, I find no properties or method that to access this
|
| Can an exit(0) be sent to a VC++ Win32 Console Application process | 11 May 2005 14:26 GMT | 1 |
Can an exit(0) be sent to a VC++ Win32 Console Application process from another process using the SendMessage Win API function. WM_CLOSE doesn't do a clean exit for this application. WM_QUIT although it didn't error in the sending application did nothing to
|
| Lines in a text file | 11 May 2005 14:19 GMT | 23 |
What is the quickest way of determining how many total lines I have in a standard text file? Lets assume that the text file is very large and that I need the fastes way of getting the number of lines. Currently I am using the following but as the number of lines increases it gets ...
|
| Combo Box Auto Click | 11 May 2005 13:05 GMT | 10 |
Hello -- I'm populating a combo box from a database with a list of servername. If the a servername that is within a combo box matches the current machine name, I want to select the servername from the combo and have it
|
| Resource file | 11 May 2005 11:33 GMT | 7 |
Okay gurus, here is my problem. First off, I am aware that VB can only hold one resource file at a time and that I have the alternative to compile the resource into a DLL and use the LoadLibrary to get the handle of the file and get my resources that way.
|
| webbrowser object | 11 May 2005 11:02 GMT | 1 |
I use "WebBrowser" object to browse html and want to save it (ref following code). But I want the system to write file automatically without "Prompt for Save" dialog. How to do it? Thx. With WebBrowser
|
| Close Msgbox | 11 May 2005 08:57 GMT | 2 |
I have many functions in my VB project and they all have a stereotypical errorhandler routine (far from the best but stops the program from crashing on errors) Function Blah
|
| Query involves CASE - how display results of query in a datagrid? SQL2000 | 11 May 2005 06:27 GMT | 7 |
Hello -- This is a "theory" question, I think the specific data structure does not matter ... A query includes a CASE expression to make the calculations I need, so I
|
| Check if cursor is on the command or not | 11 May 2005 06:18 GMT | 2 |
Is there a way to check if the cursor is on the command button or not? I know how to check if it's on by using MouseMove method but don't know how to check if it's off the buton. Thanks.
|
| Image Conversion | 11 May 2005 05:11 GMT | 3 |
I'm Googled out guys... :( Does anyone have a decent resource on converting images to different formats? I'm more interested in going from PNG to GIF, but any image to image would be better.
|
| Null (?)... vbNull (?)... "" | 11 May 2005 03:48 GMT | 6 |
I'm lost and don't know what to "think" next. My confusion starts with "empty" recordset fields and "empty" MaskedEdits that are necessary to add new records to a table, even if the table has no content to begin with... I just don't understand the functional differences between ...
|
| How do I make file types associated with my app? | 11 May 2005 02:37 GMT | 1 |
Just a quickie. If I want certain bespoke file types (ie accompanying files) to show my app's icon or a derivative of it, do I do this in the VB app or is this done through my installer? I was going to use the Inno Setup one. Do you if this can do this?
|
| HTML Help still will not work. | 11 May 2005 00:39 GMT | 2 |
If I understand the instructions for HTML Help correctly, I am supposed to include the registered files "itircl.dll" and "itss.dll" with my Visual Basic distribution files, both dlls to go into the Windows\System folder. However, when I try to build an installation disk with ...
|