| Thread | Last Post | Replies |
|
| comparing a dir with files on a web page | 21 Sep 2005 15:18 GMT | 4 |
Help out a new user here I want to compare a directory on my drive with files on a web page. So my problem realy has two parts first the comparison. I'm thinking of loading the files in two listboxes and looping through to
|
| Referencing Microsoft Access Forms in a .dll | 21 Sep 2005 15:18 GMT | 2 |
I have a Microsoft Access front end, SQL server backend and I am using .dll files to complete the n-tier application. How do I reference an unbound textbox (from Microsoft Access) in the .dll? In the code below it does not recognize
|
| Listview column headers | 21 Sep 2005 14:59 GMT | 3 |
Is it possible and if so, how, to change the color (and/or font) of a listveiw's column headers at runtime and individually? TIA, John
|
| IHtmlDocument TroubleShooting | 21 Sep 2005 14:22 GMT | 2 |
I am trying to debug my application which is a web scrapping application. I randomly get error will my code is processing web pages. For example I get this error: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in WebClient.exe
|
| Logging to open file | 21 Sep 2005 13:54 GMT | 7 |
I have a small VB.NET application that captures left clicks, right clicks and key presses and automatically logs them to a csv file every 1 minute. The issue is that if I want to look at the log file, I get an error because the app is trying to write to the log file and it is ...
|
| Windows Service | 21 Sep 2005 13:45 GMT | 1 |
I am on the way to program a Windows Service. Now I like to make my service perform a check each 5 minutes. Is there something special I can do? Should I use a timer with event handler or is there something available from the service itself to perform the check
|
| How to raise an event from my windows application to my windows service? | 21 Sep 2005 12:45 GMT | 2 |
I'm an experienced vb .net developer in windows forma. Now I'm trying to develop a windows service and I would like to know if it's possible to raise an event from a windows application developed by me to a windows service developed by me. I would like to do something like,
|
| Problem with Shortcut Generated by Deployment Project | 21 Sep 2005 12:24 GMT | 3 |
I've written an application using VB.NET 2003 and packaged it with a deployment project. When I use the setup program to install the application, however, it doesn't work. More specifically, the shortcut placed in the Start Menu doesn't work.
|
| Form Instances | 21 Sep 2005 11:43 GMT | 3 |
I'm using VS.NET 2003. I've a small problem using the OOP concepts. I want to know before creating an instance of a class, to check whether any instances earlier created exists. Now for example. I'm calling a method to create a Instance of Form, and
|
| color problem | 21 Sep 2005 11:38 GMT | 3 |
I am new to VB and I am creating a simple calculator for practice. I am using VB .Net I want button's background color to change when mouse hover over it but VB keep tell me that Name 'color' is not declared.
|
| Running something from setup (deployment project) | 21 Sep 2005 11:12 GMT | 2 |
Im creating an install package for my application. After all, i need to register library in system and add new system variable. Can someone give me a link to information about it?
|
| regasm.exe | 21 Sep 2005 10:25 GMT | 2 |
I have written a class and tried to register it using regasm.exe using regasm myTest.dll /tlb:myTest.tlb tlb file got generated and i got dll registered successfully msg. but when i go and see the reistry i am not able to see the clsid and
|
| Date from Number of Days | 21 Sep 2005 09:51 GMT | 29 |
I have a problem that at first glance seems not that hard to figure out. But, so far, the answer has escaped me. I have an old database file that has the date(s) stored in it as number of days. An example is: 36,525 represents 01/01/1900. The starting point date is considered ...
|
| Application.Run forcing visibility | 21 Sep 2005 09:50 GMT | 5 |
I'm having slight troubles using Application.Run and keeping a form invisible. The method appears to force the visibility of the form even if I override the createparams function with the following, ---------------
|
| File Copy Without Closing | 21 Sep 2005 09:42 GMT | 1 |
During the course of a procedure a want to make a copy of an Access database hopefully without closing it. I have noted that Windows Explorer has no trouble copying an open file. I am using VB6 with all the service packs. I have included the following code in the procedure ...
|