all groups > vb.net > january 2005 > threads for sunday january 16
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
Problem with Listener
Posted by LDV-ME at 1/16/2005 11:49:56 PM
Hi,
I am having problem with a communication program.
Following are the steps I do:
- Start the receive program
- Start the send program
- Type on the send program the target IP of the PC running the receive
- Click on Receive (receive program)
- Click on Send (send pr... more >>
About datagird and dataset
Posted by About datagird and dataset at 1/16/2005 10:33:07 PM
Hi:
I have two problems when using dataset and datagrid. One is how to
set different color for each cell in Datagrid.If this is not supported in
VB.Net 2003,
the next version VB.NET 2005 wil support this property??? Or there are
any suggestions???
Another is how to format or change the ... more >>
how get filenames of certain folder?
Posted by poldoj at 1/16/2005 9:20:18 PM
Hi all, Just wondering if is possible to get all filenames of files presents
in a certain folder then put them in a array.
Thanks
... more >>
getting fresh data on the screen
Posted by Hyphessobricon at 1/16/2005 8:08:26 PM
Hallo,
after inserting some new data , I don't succeed in seeing these immediately
on the srceen . Although the data are in the database, I don't get them on
the next form without closing the application first. What do I forget?
Dim dc As New OleDb.OleDbCommand("insert into tblAankoop va... more >>
Restart Computer (Windows XP) from VB.Net Program
Posted by Sarah at 1/16/2005 7:26:27 PM
What is the best way to close my program gracefully and have the computer
restart on a Windows XP system?
... more >>
ASP.net multithreading?
Posted by jty202 at 1/16/2005 7:24:26 PM
Am I able to use ASP.net to multithread retrieve webpages?
Are there examples of using multithread in ASP.net?
... more >>
multiple-Form Application.
Posted by whoopding NO[at]SPAM hotmail.com at 1/16/2005 6:34:08 PM
I need to synchronize the contents of 2 textboxes that are on
different forms.
When I change the contents of the textbox on Form1, the contents of
the textbox on Form2 should be changed to show the same contents as
that of the textbox on Form1, and vice-versa.
Form1 is the startup form for th... more >>
Baffling problem with DirectoryInfo.GetFiles
Posted by Dominic Marks at 1/16/2005 5:42:17 PM
Hello Group,
I'm bemused as to why this code isn't working. It's a
very simple loop over the array of FileInfo objects
returned from DirectoryInfo.GetFiles. It works fine until
the eigth iteration at which point it blows up, everytime.
Sample Code:
...
Imports System.IO
...
Dim fInfo, f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Making and Managing a DB
Posted by kevin at 1/16/2005 5:13:41 PM
Hi I'm new to .net and am looking for basic tutorials and sample code of
how to create a data base in VB.net and how to edit the tables and
fields in it. Anyone help?
thanks
kevin... more >>
OT: New tutorials site being developed
Posted by Nak at 1/16/2005 5:03:40 PM
Hi there,
I have a new web site available with VB.NET tutorials. I'm currently
trying to build up a nice collection so there isn't *much* available at the
moment, but I have other free things available for download too.
http://www.npsoftware.co.uk/
Nick.
... more >>
Timer to sleep 1/10th of a second
Posted by moti at 1/16/2005 3:59:20 PM
I need to check for the existence of a file (the filename and folder
are known). The file may be created at any time, before or after the
start of the file check. As I do not want to burden the CPU, I figured
I would create a timer and sleep for 1/10th of a second interval. When
it finds this te... more >>
For loops and enumeration
Posted by fred at 1/16/2005 2:27:57 PM
If I have an enumeration where the values are not necessarily consecutive
can I do some sort of For each loop for each defined value. For example:
Public Enum CarType
Sedan = 2
Utility = 5
Van = 8
End Enum
For Each myCarType as CarType in CarType.Values
Obviously, this for lo... more >>
Instance Of An Object
Posted by scorpion53061 at 1/16/2005 1:39:07 PM
I want to write to the command line window at program startup all
instances of objects that currently exist.
Is there a way to do this?
... more >>
Help Understanding CheckedListBox
Posted by Capt_Ron at 1/16/2005 1:13:03 PM
Hello and thank you for taking the time to look.
I Have a form that asks for options. I need the user to click any of the
options listed. I'd like to use the CheckedListBox for this but I need to
know how it works.
I have the options in a table in a database. I would like to have the
... more >>
Docking
Posted by Geoff Jones at 1/16/2005 11:33:20 AM
Hi
Can anybody tell me how to have two datagrids, both the same size and one on
top of the other, docked against the left hand side of a form?
I can get on grid docked to the left, but not the two grids on top of each
other.
Thanks in advance
Geoff
... more >>
Cor, Herfried, Ken Tucker - no answer to these questions?
Posted by Bernie Yaeger at 1/16/2005 10:52:52 AM
I asked two fairly simple questions, or so I thought, but have received no
ideas at all.
1. What is the control that MS uses in Outlook Express that contains
attachments? It appears to be a multicolumn listbox but the # of columns is
somehow fixed and it contains icons as well as text.
... more >>
Virus
Posted by Jim Burns at 1/16/2005 9:51:18 AM
After joining this news group I started getting a virus sent to me Its
probable no on in the group but maybe some one could help me find the
sender.
I have anti-Virus software and its not allowing the virus trough I get this
message File 'atvu.exe' was infected with virus 'W32.Swen.A@mm' (ID
... more >>
Web page control
Posted by mike w. at 1/16/2005 9:45:03 AM
I need a control that can display a web page in a win form, i.e. if if ahve a
text box where someone types in "www.cnn.com"
, clicks a button the contents of cnn should appear in the control just like
they would in IE.
thanks,
mike w.... more >>
Noobie Question on Forms
Posted by Capt_Ron at 1/16/2005 9:23:02 AM
Sorry to have to ask this but...
I have a form that asks for SQL connection information. I want to close the
form when I click Save and then open the login form.
I can Hide the form but it keeps the form open. If i try and use
form.close() then it ends the program even though I've used n... more >>
The lost ENTER key...
Posted by Zorpiedoman at 1/16/2005 7:21:55 AM
I have put up a previous post about this issue, but since I can't seem to
re-product the problem in any kind of simple example, no one has been able to
help. The basic problem is this: I have a user control, it handles the
KeyPress event, looks for the Enter Key, and does something. It works f... more >>
creating a simple crosshair in VB.Net
Posted by nick haddad via DotNetMonster.com at 1/16/2005 3:49:14 AM
Am trying to locate a simple crosshair for a map on one of my forms.
But am having no luck.
Any ideas? Thanks!
--
Message posted via http://www.dotnetmonster.com... more >>
VB not recognising standard functions
Posted by James Vickers at 1/16/2005 3:43:03 AM
Hi all,
This is the most bizarre thing I have ever seen.
I am developing applications in VB6, and have been for some time, but for
some reason this computer will not recognise any of the standard functions
such as:
MID
LEFT
INStr
etc
But it will recognise:
DateDiff
DatePart
... more >>
Attaching a text-file to a datagrid
Posted by Q at 1/16/2005 12:42:20 AM
Is there a possibility to directly show data from a textfile (comma
seperated or tab seperated) in a datagrid?
A simple question for a simple solution????
Regards,
Q
... more >>
Threading problem, marshalled callback flakey
Posted by Tim Ryter at 1/16/2005 12:22:52 AM
Greetings,
Please excuse my newbieness up front, I am very new to developing complex
applications, and am finding myself banging my head against the desk
regularly. :)
What I am basically trying to do is spinup a thread off the main UI thread.
This thread uses a delegate to communicate wit... more >>
|