all groups > vb.net > march 2006 > threads for saturday march 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Data Logger
Posted by Shawnmb at 3/18/2006 11:00:37 PM
Hi everybody,
I'm still relatively new to VB.NET, so please excuse me in my
noobishness :)
So far I have started working off of a client/server socket tutorial
(http://www.eggheadcafe.com/articles/20020323.asp), essentially I'm
writing a console application that listens on a specific port and
... more >>
Trouble Retrieving Excel Data using VB.NET 2003
Posted by AndyJ at 3/18/2006 10:49:26 PM
Hi and thanks in advance for any assistance recieved,
There is most likely a simple solution to this as usual...
I am trying to access data from an Excell worksheet using ADO.
The problem is that the OleDbCommand does not seem to recognise the Date
parameter in the command string.
Code... more >>
Usercontrol ControlContainer
Posted by Meelis at 3/18/2006 9:54:12 PM
Hi
When i create UserControl in VB.NET 2005, how i can enable ControlContainer?
In vb6 was a property named ControContainer, how can i enable it in VB.NET?
Best regards;
Meelis
... more >>
Modify a CSV file
Posted by Jchick at 3/18/2006 1:59:54 PM
Firstly, I am a noobie with some exposure to VB.net
Secondly, I am tasked with trying to do the following:
I have a CSV file that I'd like to have a vb.net program make a change
to:
Here is a line from the CSV file:
"3/16/2006
2:45:24PM","c:\check21\$_314002__231387576_8888880013__0000... more >>
Connection pooling problem
Posted by PH at 3/18/2006 11:54:00 AM
Hi;
I got an application written in ASP.NET (VB.NET and C#) that uses
connection pooling.
The Max connections defined in the connection command are 50, and there
are no more than 3 or 4 user using the application (intranet).
I very carefully open the connections in the LOAD event and close th... more >>
In vs2005, is OleDb a good way to go?
Posted by Allen at 3/18/2006 9:27:27 AM
I want to learn a little about database software.
I have a nice example that uses System.Data.OleDb.
I'd like to study it and extend it into something I can use.
It's a vs2003 solution.
My question is: I'm now running vs2005, is OleDb a good way to go or is
there a newer and better way... more >>
Encrypted Data Storage ? HowTo ?
Posted by Microsoft at 3/18/2006 2:28:57 AM
Im trying to do a new app where i can store most of my passwords, basically
another "Password Keeper" style tool....
Question about this is what is the best way to store the data, as a plain
XML or MDB is totally insecure im wondering what other choices i do have and
how do i can implement th... more >>
XML Generating a Dataset
Posted by Steven Nagy at 3/18/2006 12:20:45 AM
Hey All,
I have written a tool that generates XML for a dataset.
You know when you add a dataset file to a project, you write the XML
and the code gets generated automatically? Well I want this sitting in
a seperate DLL project.
However, the code generated by VS specifies a constructor that i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Password protecting a folder.
Posted by Tull Clancey at 3/18/2006 12:00:00 AM
Hi all.
I have an app that needs to create a folder off the installation folder,
this is not a problem. But, I need to password protect this folder so only
the application can get access to the data stored there.
Of course a user can add a password to a foler, but how can I do this from
... more >>
Object deconnected
Posted by Bernard_Bourée at 3/18/2006 12:00:00 AM
Hello
I'm using an external object declared with
Dim Ob as Object
Ob = CreateObject("XX.Application")
Dim As as Object
AS = Ob.Stocks
Dim A as Object
Then I use a loop to have access to each member of AS
with A = AS(i)
When I run the loop , A=AS(0) returns one object but A=AS(1)... more >>
|