Enumerating the Registry
(1 messages)
Date: Thu, 23 Aug 2007 10:39:22 -0400
I'm trying to emulate the look and feel of "RegEdit" under Visual Basic/VB.Net using Visual Studio 2005.
Can anybody give me a pointer in the right direction: for example, what name spaces must I import, and what methods are ...
|
validating a password string
(1 messages)
Date: Thu, 23 Aug 2007 14:06:23 -0000
i am storing a usernames and passwords in a table called Users.
I present a login form to the user when my application starts up
(VB.NET, .NET CF, Windows Mobile 5)
The user chooses a username from a combo box that queries ...
|
creating remote shares using vb.net
(1 messages)
Date: Thu, 23 Aug 2007 06:36:04 -0700
Folks,
I don't think came across this situation before but I cannot get any answers
or direction on what I thought loads of people would have try. A wee bit of
history, I have application in Access using VBA code to ...
|
Help with Deleting a file
(2 messages)
Date: Thu, 23 Aug 2007 05:52:36 -0700
I have the below code that calls a function to delete a file that i
added to a listview node. What happens is that that file doesn;t
delete. Please help me out. I have included the event handler and
function. Thanks
Private ...
|
Correr aplicacion .net en windows 2003
(1 messages)
Date: Thu, 23 Aug 2007 09:03:56 +0200
Buenas grupo, perdon por contactar con tantos grupos a la vez, pero no saba
muy bien donde dejar esta duda, a ver si me pueden echar una mano:
- Tengo una aplicacin windows desarrollada con .Net 1.1. El problema es
que ...
|
ListView prevent deselect
(2 messages)
Date: Wed, 22 Aug 2007 22:52:10 -0700
I'm using a ListView and if the user doesn't click on an item any
previous item is deselected. I cannot allow an empty selection, so
how can I prevent an item from being deselected if no other item is
going to be selected ...
|
Poor humaneyes
(1 messages)
Date: Wed, 22 Aug 2007 22:25:26 -0700
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks.
...
|
Poor humaneyes
(1 messages)
Date: Wed, 22 Aug 2007 21:09:19 -0700
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks.
...
|
Poor humaneyes
(1 messages)
Date: Wed, 22 Aug 2007 21:09:18 -0700
We had the same experiences with bad quality humaneyes. No after sell services, it's really sucks.
...
|
Returning multiple resultsets usind datadreader
(6 messages)
Date: Wed, 22 Aug 2007 19:52:01 -0700
I'm using this coding to get 2 resultsets thru datareader and then load them
into 2 datatables and bind the datatables to datagridviews. But
sdrGrid.NextResult() is returning false for some reason. Is that possible
the ...
|
|
Delaying Program Execution in a Loop
(5 messages)
Date: Thu, 23 Aug 2007 00:16:53 GMT
I have a program that accesses a web service. One of the terms of
use of this web service is that I am not supposed to call it more
than about once per second. My program currently runs much too
fast, so I need to add ...
|
A question about strange code?
(2 messages)
Date: Thu, 23 Aug 2007 01:14:32 +0100
I have signed up to a dotnet hosting account and I have a dotnet app
called CommunityServer, which allows me to setup my own news
forums. The path of one of my forums (the third one) is
http://.../communityserver/forums/3/ShowForum ...
|
Quick splitter ?
(2 messages)
Date: Wed, 22 Aug 2007 16:53:20 -0700
Good Day Group,
I have 3 panels on a form with 2 splitters. The .dock for each as
follows:
Panel1.dock = Left
Splitter1.dock = left
Panel2.dock = Fill
Splitter2.dock = left
Panel3.dock = Right
I can move splitter1 ...
|
Problem creating Release EXE
(5 messages)
Date: Wed, 22 Aug 2007 16:53:31 -0500
I am using VisualStudio 2005 (VB.Net).
A weird thing happens. I used to have a button and a textbox on my form, and
I deleted them. I do a Build on a Release mode. But, the EXE that it creates
is dated 8/23/07 4:20 pm. ...
|
Is this a bug or what am I missing?
(4 messages)
Date: Wed, 22 Aug 2007 14:28:01 -0700
I am having problems with the following code and hope someone can explain
this to me. Here is the routine that is having the problems:
Private Shared Sub LoadSubscriptionFromDataRow(ByVal s As Subscription,
ByVal ...
|
Set Focus to a ToolStripTextBox
(2 messages)
Date: Wed, 22 Aug 2007 13:30:06 -0700
Upon the load of my form, I would like the cursor to be in a textbox within a
toolstrip. Does anyone know if this is possibe? I've tried putting the
following code in both the Form_Activate and Form_Load events:
ToolStripTextBox1 ...
|
Automating Keying of Data
(1 messages)
Date: Wed, 22 Aug 2007 18:45:27 -0000
Hi All,
I am working on an implementation project and project requires keying
in Values from an Excel Sheet to an Windows Based Software.
e.g. I have to enter value in col1+row1 to one of the fields in my
Windows application ...
|
Web service and business logic
(5 messages)
Date: Wed, 22 Aug 2007 14:26:03 -0400
I have an n-tier system as follows:
Business
Data Access
Web Services
Basically the Business layer has all the functionality and I want to
expose that functionality thru web services. As an example, I have ...
|
printing word doc from windows service
(3 messages)
Date: Wed, 22 Aug 2007 11:14:27 -0700
I have been doing alot of looking around for a way to use the
Microsoft.Office.Interop classes to print word documents. It is very
easy to do from a normal windows application but it does not work from
a windows service ...
|
Validating issue with ToolStripDropDown
(2 messages)
Date: Wed, 22 Aug 2007 10:52:01 -0700
I've noticed that controls do not raise a Validating event if they are
contained in a ToolStripDropDown via a ToolStripControlHost item. Please run
the following sample and follow the instructions on the form to reproduce ...
|