| Thread | Last Post | Replies |
|
| FileSystemWatcher and Windows 2003 | 05 Jun 2005 22:53 GMT | 1 |
I have a program I created that watches a folder on a Windows 2000 Powered Server. I've since replaced the server with a Windows 2003 Server, running Services for UNIX 3.5. My program uses FileSystemWatcher to watch for files created from our UNIX server. It no longer fires ...
|
| Parallel Port Programming | 05 Jun 2005 22:17 GMT | 2 |
I want to measure the battery voltage through PC in my college project. How can I do so. I mean the interface and programming. Everything welcome.
|
| App design recommendation | 05 Jun 2005 20:57 GMT | 4 |
I need to write a vb.net app that posts information to a website. This information is passed to it from access apps running on the lan. The vb.net app itself will run on an sbs2003 server (with isa 200 server). My question is; what type of app does it need to be so it can be passed ...
|
| Authentication mail in VB | 05 Jun 2005 16:40 GMT | 1 |
Hello!!! How can I send Authentication message in Visual Besic .NET. I use namespace Imports System.Web.Mail. thank you....
|
| How to log into a domain programmatically | 05 Jun 2005 14:51 GMT | 3 |
I have a client application outside of a domain developed in VB.NET. If I want to see a shared folder from that domain into a browser I am just typing something like: \\10.1.1.1\FolderSharedName
|
| Advanced MessageBox form | 05 Jun 2005 12:02 GMT | 3 |
Anyone know of a source project for inheriting from the current MessageBox or a new form that performs most or many of these design requirements: '1. handle 2-4 buttons as needed, including default button '2. provide image as specified
|
| How to execute sql command just like "Drop DATABASE " and "Restore DATABASE "? | 05 Jun 2005 11:37 GMT | 7 |
Hi,all, I want to execute SQL command " DROP DATABASE mydb" and "Restore DATABASE ...." in vb.net 2003. But it always shows error. If any body can tell me how to execute sql command as above? Thanks a lot.
|
| Hiding a column in a datagrid? | 05 Jun 2005 10:59 GMT | 5 |
I have a datagrid that uses a dataview object for its datasource. The dataview contains a unique row identifier column. I don't want to display this column in the datagrid. I need the unique row Identifier column so that I can run updates on the SqlAdapter object. Is there a ...
|
| Accessing the MSHTML object in IE | 05 Jun 2005 09:55 GMT | 4 |
How can I access the MSHTML object in Internet Explorer, from my app? I don't want to use the IE Control and put it in my app. I want to be able to do things with the opened document in the allready started IE.
|
| Question about VB.Net connecting to a webserver | 05 Jun 2005 08:08 GMT | 5 |
Hi there guys! I have one question... I'm doing a simple program in VB.Net 2003 that can store my personal notes, my IE favourites, some pictures, etc. I will also make an ASP.Net site (also in VB) that holds this information,
|
| listbox_selectedIndexChanged event | 05 Jun 2005 08:03 GMT | 2 |
when does the listbox_selectedIndexChanged event fire? I can only get something to happen when I clear the listbox. I want to get the value of the item currently selected in the listbox but the dotnet version of listbox does not seem to work like the old version of it.
|
| crystal report | 05 Jun 2005 05:03 GMT | 1 |
anyone know how to create report from a text file using crystal report? I tried several time and it's always pop-up a dialog windows to ask me user id an password? Any suggestions or sample code? Thanks in advance.
|
| Listbox SelectedItem & Dragging | 05 Jun 2005 01:52 GMT | 3 |
I have a Windows app (.net v1.1) and I am dragging from a list box. The first drag works fine, but all subsequent drags continue to pull the first item that was dragged. It appears that MouseDown does not cause the SelectedItem to change (even though the highlighted item changes) ...
|
| Software Registration/Protection | 04 Jun 2005 21:15 GMT | 7 |
Hi -- does anyone know of any good VB.NET software registration, protection and activation components. I guess I'm looking for something similar to http://www.ionworx.com/solutions.html
|
| Arrow Keys | 04 Jun 2005 17:39 GMT | 11 |
How can you detect when an arrow key gets pressed? Doesn't seem to trigger a KeyPress or KeyDown event. Thanks. Jerry
|