all groups > vb.net > november 2005 > threads for sunday november 13
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
: Receive SMS from a handphone connected to PC using VB.NET
Posted by ransoma22 at 11/13/2005 11:03:14 PM
I developing an application that receive SMS from a connected GSM
handphone, e.g Siemens M55, Nokia 6230,etc through the data cable.
The application(VB.NET) will receive the SMS automatically, process and
output to the screen in my application when a message arrived. But the
problem is how do I ... more >>
recommended books for pos.net
Posted by steve at 11/13/2005 8:21:36 PM
Hi All
Can anybody recommend a good book covering POS.net for vb net 2005
Any websites with info on the above also appreciated
Regards
Steve
... more >>
Separating presentation from data layer
Posted by Michelle at 11/13/2005 6:50:28 PM
Hi all... I could use a little TLC here for understanding and not for
solving a specific problem... sorry if I've got the wrong group, but I'm
using VB so I figured this was the most appropriate one.
I'm an advanced beginner, but in all of the books and class material I have,
I haven't fou... more >>
VB.net 2005 and database
Posted by Maileen at 11/13/2005 6:35:11 PM
Hi,
I've created a small application which should create a DB in different
plaftforms like MS SQL 2000 and PostgreSQL.
First i perform a simple test to see if user enter correct connection
string.
if it works, so i have a simple SQL statement like "create database DBTest;"
so, i create... more >>
Setting Cell/Row/Column Properties in DataGrid
Posted by fripper at 11/13/2005 5:21:57 PM
After a good bit of urging from folks in this newsgroup I have begun to
become familiar with the VB .Net DataGrid control as a replacement for one
my favorite VB6 controls ... the FlexGrid. In any event, I have a DataGrid,
added a GridTableStyle, bound a DataTable to it and everything display... more >>
"Don't Show Again" Feature on Form
Posted by Grumpy Aero Guy at 11/13/2005 4:14:17 PM
I would like to add functionality to a form that contains a check box with
which the end user can check it so that this particular form won't appear
again.
I. e., a "Don't show this form again" box.
What approach is generally recommended to implement such functionality. A
general approa... more >>
web browser in RC
Posted by thomasp NO[at]SPAM msala.net.net at 11/13/2005 12:21:08 PM
I have a windows form that was built in VB2005 Beta2 that contains three web
browser controls. It worked fine in VB Beta2 but in the RC is gives the
following error:
An error occurred creating the form. See Exception.InnerException for
details. The error is: ActiveX control
'8856f961-340a... more >>
how to Create a File System Virtual Folder
Posted by §iD` at 11/13/2005 11:06:57 AM
Hi,
I would like to create a file system virtual directory which should be
accessible by Explorer and by application from the standard path
(ex. c:\virtual_directory).
I would like to be able to mount and un-mount that directory and
populate in some manner.
How can I do this?
Thanks is adva... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
N-Tier Design
Posted by Mr Newbie at 11/13/2005 10:26:48 AM
Does anyone have any recommendations for a really good book, or web site
article on design of N-Tier systems using .NET
--
Best Regards
The Inimitable Mr Newbie º¿º
... more >>
listBox help for a beginner
Posted by Jeff at 11/13/2005 8:02:22 AM
Thanks in advance from an absolute beginner.
I have a listbox with many different items listed. I want the user to
select one item and then sort that selection into several different
labelboxes, i.e. the first three positions in lblBoxOne, positions 4-10
in lblBoxTwo, 11-20 in lblBoxThree and... more >>
Array Element Changed Event - How?
Posted by JonathanG at 11/13/2005 5:48:24 AM
All,
Thanks in advance for any help. I am attempting to write a property
that is an array of strings. I am trying to trap the event when one of
the strings in the array changes.
When I step through the code, I can walk through the Set statement when
the length of the array changes (and th... more >>
Virtual Folder: How to create and populate?
Posted by §iD` at 11/13/2005 12:00:00 AM
Hi!
I would like to create a virtual folder (which I want to mount) and
populate managing his content by a DLL or something like that in VB.NET
(2.0).
How can I acomplish this?
Thanks to all!
sid.... more >>
|