| Thread | Last Post | Replies |
|
| Sendkeys to Excel | 28 Sep 2005 15:30 GMT | 1 |
Dim MyExcel as , MyWkBk as Set MyExcel = CreateObject("Excel.Application") Set MyWkBk = MyExcel.Workbooks.Open(ExcelDirectory)
|
| Point method for getting RGB values for a colour | 27 Sep 2005 20:05 GMT | 2 |
I'm using VB 6.0. I am using the POINT method to get the colour of a specific point in one of my pictureboxes. How can I change the data that POINT returns to the 3 RGB values of that colour? Thanks in advance,
|
| OutLook | 26 Sep 2005 02:54 GMT | 1 |
I am making a appliation which will close a outlook window . But problem comes if a contact or jornal window was opened.I can know which window is that using spy ...Sending the key strokes even to terminate that window...but fails What wrong i did...any idea Thanks in advance
|
| Loading Excel Ref Library | 24 Sep 2005 04:48 GMT | 1 |
I'm attempting to teach myself automation of Excel 2003 using Visual Studio.Net 2003. I did Project--->Add Reference and loaded both Excel 11.0 Object Library and Excel 5.0 Library. When I attempt to dim objExcel as New
|
| Strange permissions problem | 23 Sep 2005 23:20 GMT | 6 |
I'm a sys admin and I'm having a strange problem with permissions. It was necessary to set up one of our development computers so that some developers that we're contracting with can access it remotely. They are just normal users on the network, but they've been give full ...
|
| Reading millisecnds from Current datatime | 23 Sep 2005 18:01 GMT | 4 |
How should I extract milliseconds from Current DataeTime (Now function). Please help me in doing this. Thanks, Su Man
|
| How to comment a block codes | 23 Sep 2005 16:29 GMT | 3 |
I get a small question. How can I comment a block of codes without do it line by line in VB? Thanks in advance to anyone can help me
|
| VB6 sharing variables between instances of a control | 23 Sep 2005 05:37 GMT | 7 |
Ran into something strange and couldn't find anything in the documentation to confirm this as expected behavior. I created an ActiveX control in VB6. In a program I include two instances of the control. The control has Let/Get properties to access a global variable
|
| Backup VSS | 22 Sep 2005 16:28 GMT | 1 |
I need to know the correct process to backup VSS data. Thanks Regards, John Mendonca
|
| FileSystemObject - Method '~' of object '~' failed | 21 Sep 2005 15:44 GMT | 2 |
I'm getting having a strange problem trying to move a file from one server to another. Here is my code: strFrom = "d:\testfile.txt" strTo = "\\server\share\testfile.txt"
|
| Finding the line number at runtime | 21 Sep 2005 14:59 GMT | 3 |
I need to print the line number in VB in runtime. Is there any function/API available to do this? e.g. Private Sub TestMethod()
|
| VB COM+ hangs | 20 Sep 2005 09:34 GMT | 7 |
I have an application running in production on Windows 2003 Server and SQL Server 2000 (clustered). The app server is hosting my COM+ dll which is being called by ASP 3 pages. Its an Intranet application. What happens is: suddenly users get themselves out of the system and
|
| How can I convert HTML page to an image(gif, jpg) | 20 Sep 2005 05:31 GMT | 1 |
Does anyone know how to retrieve a web page as an image (not get an image from a web page)? I need to convert HTML page to an image(gif, jpg) and can't seem to find any code or hints on how to do this.
|
| DLL .NET, wont register | 19 Sep 2005 17:47 GMT | 2 |
I have decided cause I am fed up of re-creating code that does the same thing over and over again for various websites, I thought i'd try to write a DLL and have done so in Visual Studio 2005 and tested it very well in VB.NET exe debug test program and everything worked.
|
| How can i get a word only with moving mouse on it... | 17 Sep 2005 08:06 GMT | 2 |
I want to write a dictionary that will be able to get a word only when mouse moving on that word. which technology i should use? thanks all
|