| Thread | Last Post | Replies |
|
| Command1_Click | 22 Apr 2004 04:17 GMT | 2 |
I have a Combo Box how do i get it to Auto loop thru each row by a Command1_Click then loop
|
| TOM / ITextDocument from out-of-process RichEdit? | 21 Apr 2004 21:18 GMT | 4 |
I cannot get the sample code from microsoft's example here of looking up in the running object table by window handle for a RichEdit's ITextDocument http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/richedit/texto bjectmodel/abouttextobjectmodel.asp (scroll midway ...
|
| Permission Denied wehen compiling | 21 Apr 2004 11:07 GMT | 2 |
I went through all this years ago, but I grown rusty with my VB6 so I'm back to square one! I have a project group which consists of a Standard EXE project and an ActiveX DLL project. I'm debugging the COM component, which involves plenty
|
| DCOM and ADODB.RecordSet | 19 Apr 2004 16:24 GMT | 1 |
Sorry in advance if this gets posted twice... I hit the wrong key and closed out my message. Problem is I don't know if it posted or not. I'm hoping to get a few questions on DCOM and ADODB Recordsets answered. I have a client EXE on a user's PC connecting to a variety
|
| creating an excel file | 16 Apr 2004 10:40 GMT | 1 |
I'm working in a project that requires creating a new Excel file *.xls or *.csv in a certain location , I'm using ms excel 10 object library as a refrence to my project...
|
| Size limit on data passed through COM+? | 15 Apr 2004 17:05 GMT | 2 |
Is there a limit to the amount of data that I can push through COM+ from the client to the server? A user on our system has, naturally, decided to attach a 1.6GB video file to an application that was meant to store JPGs on the server. We
|
| i want to get the handle of current browser by web,and i used a self defined activex contained in the web.but i don't know what method will be programmed in the activex,what can i do? | 15 Apr 2004 06:54 GMT | 1 |
i want to get the handle of current browser by web,and i used a self defined activex contained in the web.but i don't know what method will be programmed in the activex,what can i do?
|
| setting com object permissions | 15 Apr 2004 06:50 GMT | 3 |
How do I get a com object to run under a different users context on IIS? I call the com object using asp but want the object to run under admin privileges Thanks,
|
| How to debug a form that has been compiled into a DLL | 15 Apr 2004 02:54 GMT | 1 |
How can you debug a DLL that has forms in it ? Do i create a project group or set the DLL runing in memory, then attempt to step into it from the project that calls the DLL code
|
| blocking print screen | 14 Apr 2004 20:55 GMT | 1 |
How can I block the print screen key, so nobody can make a screendump while my program is running? Thanks, John
|
| Newbie DCOM Questions | 14 Apr 2004 16:08 GMT | 4 |
I have a few newbie DCOM questions that I was hoping someone could answer. I am working on a VB EXE that uses DCOM to access a DLL on a server. Within this DLL I am going to be doing work on the filesystem. As part of this, I wondered:
|
| VB + MS Office | 14 Apr 2004 15:23 GMT | 3 |
Is VB a part of MS Office ? Or does it come seperately ? Anil
|
| Destroying a COM object necessary? | 14 Apr 2004 11:51 GMT | 1 |
VB6. I create a global scope COM+ object in my main form declared as: Dim WithEvents myObject As MyCOMObjectType I use the object throughout the program. works great.
|
| MSCOMM control blues | 14 Apr 2004 00:55 GMT | 3 |
I have just created an app which receives measurement report data from a diagnostic ultrasound machine. It works with one system model but not the one for which I really want to provide a solution. The required settings are:
|
| debugging - cant step into VB6 COM+ project code | 13 Apr 2004 19:31 GMT | 1 |
cant remember if this post went to the COM+ newsgroup or not, if so please excuse the dbl pos Im working on a project that uses some pre-existing COM+ components and Ive been asked to add some features. Normally when debugging components locally, I will have 2 projects open (the ...
|