| Thread | Last Post | Replies |
|
| COM and threading in VBA | 30 Jun 2005 18:47 GMT | 5 |
-- Crossposted on : microsoft.public.office.developer.vba microsoft.public.office.developer.clipboard.dde microsoft.public.vb.ole
|
| COM+ Identify User calling Method | 30 Jun 2005 08:29 GMT | 5 |
I have a DLL running as a COM+ application. The application is configured to run under a specific identity and roles are used to allow access to the component. I need to determine the user ID that made the call to the method. I haven't
|
| VB6 MSHFlexGrid ShowCaret... | 29 Jun 2005 21:23 GMT | 1 |
I would like to have the caret displayed while I am editing a MSHFlexGrid. I have tried the API call ShowCaret(MSHFlexGrid1.hWnd) with no visible affects. Any ideas? Thanks, Tim **********************************************************************
|
| How can I add new column? | 29 Jun 2005 08:08 GMT | 1 |
I'm using Delphi 7, and connecting to an Excel workbook. At the beginning Excel worksheet has 256 columns. I need more. How can I add new columns? Thank you,
|
| Window Form | 24 Jun 2005 09:22 GMT | 1 |
I am having a few problems with windowforms. 1. In a combo box when you type 1 character it treats the SelectedIndexChanged as changed. 2. In a combo box how do I allow for nulls. 3. In a DataGrid how do i allow a column to be a comboBox. 4. In a DataGrid how do I change the ...
|
| help please --- how to unload activex exe when client crashes | 24 Jun 2005 09:11 GMT | 2 |
I have a singleton ActiveX EXE server made in VB. When the out of process VB clients release the object, the ActiveX exe gets unloaded properly. My problem is only when any of the clients abruptly crash. It does not release the reference and the ActiveX exe, is never unloaded.
|
| Starting a Progress application with ShellExecute | 23 Jun 2005 22:44 GMT | 1 |
I have a problem starting a Progress application with the ShellExecute function I have defined the ShellExecute function and this is my sourcecode to execute it: retval = ShellExecute(Me.hwnd, "open", strApplication, "", "", 3)
|
| Send SMS from vb.net? | 22 Jun 2005 18:51 GMT | 1 |
Not sure if this is the right board. If not can you direct me to the correct one please. Can it be done? Is it difficult
|
| VB addin for dealing with extremely large number? | 22 Jun 2005 18:33 GMT | 3 |
I am modifying a program I built in VB6 over 5 years ago. I now need the program to deal with extremely large numbers. I deal with a lot of extremely large variances. Is there any program out there that can be added to VB that allows the multiplying of numbers larger than long data
|
| Generate a chart using VB6.0 | 19 Jun 2005 22:11 GMT | 1 |
I want to developing a VB application of version 6.0. my problem is to generate a chart(XY scatter) in a excel chart from a XML data using VB6.0. is it possible. if it is possible please help me. please give a sample code for this.
|
| Printer Error 482 | 19 Jun 2005 15:46 GMT | 3 |
I have done 2 things to my computer and I am not able to print the following code without a 482 error. The first thing is I upgraded from Win 98 to Win XP. The 2nd thing is I installed a new Epson printer and driver (C66). All other print programs work (Notes, Word, etc. so it is
|
| 2003 Server DCOM authentication problem! | 17 Jun 2005 14:50 GMT | 4 |
We have a COM+ application written in Vb6 that we have installed at many sites. Now three of these sites are all having the same problem; namely, that on the client they have to be logged in with domain admin rights in order to not receive a "Permission Denied" error when ...
|
| Resizing text on the label while resizing that label | 16 Jun 2005 12:23 GMT | 4 |
I am developing an application in vb . I am able to resize label or textbox on the vb form at runtime but text on the label or textbox is not automatically adjusting to the new label or textbox size . I need some suggestions or vb code to solve this problem.
|
| How to build a console application using VB6.0 | 15 Jun 2005 20:27 GMT | 2 |
I would like to build a console application using vb6.0 can u help me. i want a sample source code. Thanks in advance Regards
|
| Take cmd line parammeter as xml file name and display the data in a excel chart as a graph | 15 Jun 2005 17:48 GMT | 1 |
I have a doubt i have posted many times the same question but i wouldn't get the response till now. please solve my problem. i am explaining my problem again. i am doing a project in VB.
|