all groups > vb.net > january 2007 > threads for wednesday january 3
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
changing a form to a circle in VB.NET 2003
Posted by Thorgal at 1/3/2007 11:23:08 PM
Hello,
I want to change a form in VB.NET 2003 from a square to a circle or
elipse, is this possible, so that i'm working with a circle instead of
a normal form?
thanks
... more >>
VB 2005 and Content Security Question
Posted by ilr at 1/3/2007 11:19:00 PM
Hi All
Bit of a newbie at this stuff but was wonering if anyone could offer me some
advice on a vb application and securing data.
I have a fairly basic vb 2005 application that connects to a sql 2005
database (Think of it as a journal). Some of the entries in this application
contain ... more >>
Custom control is naming it's components differently
Posted by Nathan Sokalski at 1/3/2007 7:00:05 PM
I have written a custom control that uses AJAX (it implements
IPostBackDataHandler and ICallbackEventHandler). I have tested it, and it
seems to work the way I want. However, when I used it in another application
of mine it named the components as ControlID$ComponentID instead of
ControlID:C... more >>
Picturebox Array (VB Express)
Posted by toby NO[at]SPAM mkkbb.f9.co.uk at 1/3/2007 4:52:59 PM
Hi there,
Is it possible to create an array of picturebox controls during
run-time. I wish to create a new image/picturebox everytime a user
clicks the button on a form, and they need to be objects so that the
user can move/drag them around.
The only examples I can find dont work as I am ... more >>
Help Needed with Treeview control
Posted by Saabster at 1/3/2007 4:31:46 PM
Hi all,
I'm fairly new to VB.NET but have more experience with VB6 and earlier.
I'm trying to create an application that will move files from one
folder to another. Here is the scenario.
I have a folder on my local hard drive that has about 1400 .XLS files.
These files are all named with th... more >>
Win sock
Posted by Tom Eaton at 1/3/2007 3:45:58 PM
Hello, I am wondering how to set up a server which shows msgbox messages
which are controlled by a client program.
Tom
... more >>
Demande de partenaria et d'aide, je suis déséspérement seul ...
Posted by Sebastien at 1/3/2007 2:10:49 PM
Bonjour,
Je tient d'abort a m'excuser de poster cette demande ici, mais je ne vois
pas tres bien ou fair cette demande,
Je développe un logiciel de génération de code (Génération de Code VB et
PHP), il est depuis longtemps très aboutie (utiliser en production sur de
nombreux developpemen... more >>
How to create and reference an Arraylist at run-time
Posted by vbnewbie at 1/3/2007 1:47:20 PM
I need to create a number of arraylists at run time.
The number of arraylists to be created is unknown at design time.
The name of the first newly created arraylist is the first element of
an array, NameArray (a Publicly declared array with an unknown number
of elements at design time).
The nam... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Proper OOP Use
Posted by Ivan Weiss at 1/3/2007 1:40:51 PM
I am using VB.net and have a question on how to handle one aspect of OOP
programming.
I have a class for Customers, Vendors, and Employees each of which
inherits a master class, Contacts
Now on my customer center screen I want to fill a list box with all of
my customers in my database on th... more >>
Toolbar Easy Question
Posted by Ivan Weiss at 1/3/2007 1:27:43 PM
I am having a mental block. I placed a toolbar on an MDI form and added
a few buttons. How do I open up another form when one of the buttons is
clicked? I thought I just double click on the button and create a
function to handle it, but that function is if the entire toolbar is
clicked...
... more >>
Convert plain text string to HTML
Posted by Dennis at 1/3/2007 11:19:00 AM
Is there anything built in to vb.net that will take a plain text string
and reformat it as HTML? What I mean is:
o replace newlines with <BR>
o replace " with "
o etc.
I am using vb.net 2003.
Thanks,
--
Dennis... more >>
Problem with typed dataset
Posted by Harry Strybos at 1/3/2007 10:22:50 AM
Visual Studio 2005 - SP1 - VB.Net on WinXP SP2
I add a typed dataset to my solution and get the following errors :
Error 1 sub 'ReadXmlSerializable' cannot be declared 'Overrides' because it
does not override a sub in a base class.
C:\AAProjects.Net\TRM8\TRM8.UI\Reports\BillingReport.Desig... more >>
CreateObject
Posted by Anna at 1/3/2007 9:34:54 AM
Hi: Can any one please tell me where and what is the use of this method
Set oNet = CreateObject("WScript.NetWork")
Thanks.
... more >>
Looking for the correct form
Posted by Samuel Shulman at 1/3/2007 9:26:52 AM
Although I develop the POS in VB.NET I am looking for a dedicated News Group
which relatively developer focusing on developers issues preferably one
which is not sponsored by a POS company
Thank you,
For your advice,
Samuel
... more >>
Delegates and Classes
Posted by Dave at 1/3/2007 9:22:52 AM
Good morning,
I have a class that must trigger an event in a module, which will in
turn update a Label on a form. Due to being in a seperate thread,I
must use a delegate.
Now here is my question. I have managed to create a delegate on a
Form using the Invoke method. In this case though, ... more >>
caption at run time
Posted by Mihai at 1/3/2007 7:26:26 AM
I want to change the controls caption at run time. I will take this captions
from a SQL Server table. I want the form to have this new captions when is
showed. Where I have to put the code ? In the forms load event ?
I saw when the form is loaded in the form load event the control collection
is ... more >>
control redraw
Posted by Mihai at 1/3/2007 7:03:37 AM
I changed the caption of some controls at run time and they are not showed
on the form. Any ideas why ?
Thank you
... more >>
Problem using API function GetExtendedTcpTable
Posted by Michael M. at 1/3/2007 5:55:40 AM
Hi All I am trying to use the function GetExtendedTcpTable, I looked on the
MSDN found the C++ definition and tried to convert it but it does not seem
to be working, it returns 87 which is = ERROR_INVALID_PARAMETER
I have checked the parameters it looks correct to me.
Any IDEAS?
Import... more >>
How can I read E-mails from exchange server from dot net application
Posted by Swarup Raj at 1/3/2007 2:57:33 AM
Hi all,
I have a dot net application devoleped in Dot Net-2003 and used to get
over 300 mails every day. Need to automate the mail reading process by
creating a service that runs for every 15 minutes , checks for any
incoming mails and reads the subject line, mail body.
I dont have the opt... more >>
general function to insert a DATE correctly
Posted by pamelafluente NO[at]SPAM libero.it at 1/3/2007 12:17:26 AM
Hi I have to insert dates into some Access and SQL Databases.
I need to be general as the target computer might be in any country.
--------
- For access I wrote the follow:
Function Date_ACCESS(ByVal Data As Date) As String
Return "#" & Data.Year & "-" & Data.Month & "-" & D... more >>
|