| Thread | Last Post | Replies |
|
| Building of the COM object in VB.NET | 28 May 2008 14:39 GMT | 3 |
Hello, everybody Does anybody can help me to find some tutorial or example code the creation of COM object using VB.net. The example I’ve found so far: http://www.codeproject.com/KB/vb/MusaExposingCOM.aspx
|
| VB code to print pdf file | 28 May 2008 12:20 GMT | 1 |
I tried using your code but kept getting an error on the last line. So, I put the process.start()on the next line. that fixed the compiler error, but I keep getting the message "error opening this document. file cannot be found." This is weird because I have other code that ...
|
| Retrieve timestamp of remote file | 28 May 2008 11:11 GMT | 2 |
Heya, googling\liveing around, but I found no results - any ideas how to retrieve timestamp of remote file (http\ftp)??? Idea is to build auto update utility that could (based on timestamps)
|
| MonthCalendar | 28 May 2008 07:50 GMT | 1 |
I think I asked this before but don't remember seeing an answer. I am using the month calendar and when I select muliple dates, the number disappear. Is there a refresh or something to casue this to redraw without losing the selected dates?
|
| BuysyBox control? | 28 May 2008 00:20 GMT | 1 |
Anyone using Simone Busoli's BusyBox control? I am having a devil of a time getting it to work. I placed the busybox on the page (web page) and then added a BusyBoxButton as the trigger. I placed this onto my login page to display when the user logs in
|
| Saving Location and Size to Text Fiels into Database | 27 May 2008 23:55 GMT | 6 |
I have a simple problem but I don't know which is the best way to solve it. I need to savo into a table into access DB the location and the size of a form.
|
| Group checkbox | 27 May 2008 22:23 GMT | 4 |
Hi group, How can I group a couple of check boxes on my form so that only ONE can be checked an anytime? I've tried placing them onto a panel but I can still check them both.
|
| Multithreading question | 27 May 2008 22:18 GMT | 6 |
I am using VB.NET 2005 and thread. In each thread I open a database connection and before it exits the thread I close the database connection. Is there any way for me to count how many threads are still working so that
|
| where are the samples of complete vs web site solutions? | 27 May 2008 21:54 GMT | 1 |
One time I was looking into web development and found some samples of complete vs solutions for web sites. I thought at the time that a good way to learn web development would be to take one of those solutions and modify it.
|
| Textbox with Single Line Border in vb.net 2003 or 2005 | 27 May 2008 20:17 GMT | 2 |
How do I create a textbox with a single line border so when I type text in the box it will look like underlined?
|
| Coding WSH in VB.NET to get intellisense? | 27 May 2008 18:07 GMT | 1 |
I was hoping to get some help from VS2008 intellisense. I have this little script and I would like to see what methods I can call from the oSite object: Set oWebAdmin = GetObject("winmgmts:root\WebAdministration")
|
| Resources | 27 May 2008 17:26 GMT | 1 |
I want to insert an image in a resource that i have in my project. My resource is: my.Resources.ResCeph but i'm not beeing able to insert the image in that resource.
|
| End function if it Takes too long | 27 May 2008 16:16 GMT | 10 |
I have an application the makes a call to a webservice to retrieve some additional info for my app. The information I get back is non-essential, so I do NOT want my entire app hanging to wait for this repsonse if it takes more than, say, 2 seconds to a response from the
|
| Equivalent of obsolete function | 27 May 2008 15:52 GMT | 2 |
I am getting a 'function is obsolete' warning on the following two statements; ConfigurationSettings.AppSettings.Get(Key) and
|
| Interacting with running processes | 27 May 2008 15:20 GMT | 1 |
I'm running an app that has been designed in VB.Net. Also running is an Internet Explorer window. At a certain point in my app I want to maximize the Internet Explorer window, give it the focus and display it on top. After a certain length of
|