| Thread | Last Post | Replies |
|
| Auto Hide Docking | 08 Dec 2004 16:54 GMT | 4 |
Does VB.Net provide any means of mimicking the behaviour of the auto hide/docking controls, such as the solution explorer and toolbox?
|
| VB Windows Service | 08 Dec 2004 16:24 GMT | 4 |
I have a VB app that I'm installing as a Windows Service. I want a subroutine in the app to run every 30 minutes during business hours. How do I do this in VB? I set the startup type as automatic so it's always running. Is there some kind of timer event I can use?
|
| Whats the deal? | 08 Dec 2004 15:49 GMT | 5 |
I have a simple combox on the screen that is bound via a datareader to a stored proc in sql that returns a simple string. The code is 'load stored proc then dReader = tmpSQL.SQLcmd.ExecuteReader()
|
| multiple tables within a dataset | 08 Dec 2004 15:34 GMT | 4 |
i was told that its possible to load more than 1 datatable into a dataset using a stored procedure i need to fill 3 combo's on my form if i had a SQL Stored Proc that had 3 different select statments
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 08 Dec 2004 15:20 GMT | 3 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| Needed: RNGCryptoServiceProvider function to return integer within range | 08 Dec 2004 15:05 GMT | 2 |
I need a little hlep. Can anyone show me how to use RNGCryptoServiceProvider to return an integer value within a specified range using vb.net? The function would look something like this
|
| Inheriting Base Class with Interface | 08 Dec 2004 14:27 GMT | 1 |
There is a base class that implements an interface. If I inherit that base class will I also inherit the interface?
|
| Datagrid - After delete row and upate got unknow error | 08 Dec 2004 13:41 GMT | 4 |
I an addnew and modify all the rows in my Datagrid . However , If i highlight the whole rows , press 'delete' and the process daInv.update(dsInv,"mytable) I got the following error
|
| Talking To An SMTP Server In .NET | 08 Dec 2004 13:32 GMT | 1 |
My General Goal is to add e-mail functionality to my program without using external (smtp) servers. I tried the following: Lookup MX record: example: mx.home.nl (when looking up home.nl) connect to mx.home.nl on port 25
|
| MultiColumn ComboBox | 08 Dec 2004 13:09 GMT | 4 |
I would like to try to make a combo box have multiple columns. Does anyone know of a good way to attempt this? I saw a project on thecodeproject to do this, I just didn't like the way it looked. I want it to look almost like a datagrid with column lines in it to seperate
|
| fetching data from excel 2000 using vb.net | 08 Dec 2004 13:02 GMT | 1 |
Can any one guide me to fetch data from excel 2000 using vb.net(i am using vs 2002) Reagdrs Reny
|
| IDE doesn't show Horizontal scrollbar. | 08 Dec 2004 11:44 GMT | 2 |
I have installed VS .NET 2002 on my machine. I have checked both Vertical scrollbar and Horizontal Scrollbar options, in Tools -> Options->
|
| too many form instances... | 08 Dec 2004 11:38 GMT | 3 |
I have a main form showing personal information (name, address etc.) bound to a dataset. One of the pieces of information is the Group the person belongs to. This is selected from a combo box.
|
| Running dictd from Windows...? | 08 Dec 2004 11:34 GMT | 3 |
Anybody ever come across away to access Linux's dictd servers in a Windows program? ********************************************************************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP ...
|
| Single file assembly with multi modules or dlls | 08 Dec 2004 11:08 GMT | 1 |
I'm stumped. I would like to create a single file executable for a vb project that also calls a c# project (c# is being used for unsafe calls to do specialized image processing)
|