all groups > vb.net > august 2005 > threads for friday august 26
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
Questions About Upcoming "Express" Editions
Posted by Brian at 8/26/2005 9:26:56 PM
Hello,
Can someone tell me a little bit about the upcoming Visual Basic .net 2005
Express and web development programs? Will there also be a "full" version of
VB.NET 2005 that is not part of the visual studio suite? Just a little
confused about all of the options.
Thanks,
Brian
... more >>
Application Icon in taskbar---how?
Posted by Grumpy Aero Guy at 8/26/2005 6:21:48 PM
I've looked far and wide, but can't find any info on this.
I have found the property for a FORM that allows you indicate whether, or
not, the form appears in the TASK BAR...
What about if I want an application icon to appear in the SYSTEM TRAY when
the app is minimized ???
Is this possi... more >>
inserting spaces at beginning of listitem string
Posted by barry at 8/26/2005 3:15:36 PM
Have tried a number of things including space(n) in front of the string but
when the DropDownList is shown the spaces have apparently been trimmed.
Is this something that would have to be done in a custom control?
I would like the spaces to be at the front end of the string " xxxxx".
In vs.ne... more >>
Creating A log File for Web Services?
Posted by gregory_may at 8/26/2005 2:08:54 PM
Below is a routine I use for creating log files. It works great on most VB
Applications. However, for web services, it needs some help. The problem
is I cant reflect properly into a web service to find out where the .DLL is.
As is, this code writes a log file ok, but the log file ends up bu... more >>
vb.net DataGrid Control Width and Height
Posted by thomprl at 8/26/2005 1:57:55 PM
I'm just starting to learn vb.net. I programmed a few years in VB6 but
..NET is totally different and frustrating. I have a very simple
project that I have mostly working.
I have a program that will be set on a timer to every xxx seconds call
a stored procedure to get result. I then want to... more >>
making DLL's
Posted by Rob T at 8/26/2005 11:10:53 AM
I have a standard Windows Application with just a form and a few functions
in a seperate class file. Is there some way when it compiles, that the
class is built into a separate DLL? I would like to use it in other
applications. I'm aware that I could create Class Library project to do
thi... more >>
Logic Problem?
Posted by Marco at 8/26/2005 10:53:44 AM
Below I've included the code snippet that is giving me problems. In this
code I am going through the arraylist operatorLineList and matching it up
with records in the arraylist operatorList. My problem is the line "If
lineDayRec.Day = lineRec.Day Then". Eventough there will be multiple
re... more >>
Resolve a IP Connection Endpoint
Posted by Peter Treier at 8/26/2005 10:13:32 AM
Hi all
i got the folowing problem.
I need to resolve the endpoint (target IP Adresss) of a IP Network
connection.
I got a established connection from 123.123.123.123:6000
What i need to know is the target IP Address and Port
123.123.123.123:6000 ---> ???.???.???.???:?????
has anyon... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Basic Compilation Error related to the OLE DB Session objec
Posted by Harry at 8/26/2005 9:36:02 AM
I have a Visual Basic 6 project that compiles successfully, however, during
the self -registration process, I get a number of error message boxes that
state the following: "Requested operation requires an OLE DB Session object,
which is not supported by the current providor". It was suggested ... more >>
Memory management
Posted by Dagoberto Aceves at 8/26/2005 9:28:13 AM
I have a program that is working as the front end to SQL Server. But I
noticed that as the program runs, the momery use just keeps going up. At
first, I thought it was that I was running it through .NET, but then
that reasoning didn't make much sense.
I tried adding a button to dispose of ever... more >>
How to Delete or overwrite index.dat files
Posted by Learner80 at 8/26/2005 9:15:44 AM
Hello,
I would like to find a way to programmatically delete the index.dat files
from IE, or at least be able to overwrite the index.dat with blanks...
I understand that the OS treats this file as a system file
How can I do that using VB.NET?
Please help
learner80nospams@hotmail.com
Than... more >>
Resource file
Posted by Lou at 8/26/2005 9:13:17 AM
How do I get an icon/bitmap from a resource file(.res)
-Lou
... more >>
How I do create a function that returns two different values?
Posted by Tamer via DotNetMonster.com at 8/26/2005 9:06:43 AM
I'm developing a graphic engine. I got all equations made, I need only to
understand how I can create a function that, once accepted three values (x;
y; z), it returns the two values (X; Y) coming from two distinct mathematical
processes. I don't want to use another global variable, I'm trying to... more >>
RS232 problem (reading)
Posted by Morten Snedker at 8/26/2005 8:34:38 AM
Each employee has a card with a barcode. This is used to check in and
out from work. It is 15-16 characters in length using letters and
numbers 0-9 and A-Z (plus a single dash (-)).
Using hyperterminal the card is read fine every time. Using my vb.net
program it fails on certain characters.
... more >>
Default DataColumn.ColumnName Property?
Posted by bordsby at 8/26/2005 8:18:32 AM
Situation:
I am using an OleDbDataAdapter to fill a DataSet's DataTable with data
from an Access database. The DataSet's DataTable is bound to a
DataGrid. After the OleDbDataAdapter.Fill method is called, the
DataGrid displays the column headings as the column names output from
the Access SQL... more >>
Language Problem
Posted by Ivan V via DotNetMonster.com at 8/26/2005 7:13:39 AM
Hi All:
I am try to put some lable in my program which is in the language of
Protuguese. Once I put in that label, it's seems showing the characters ok,
but once I run the program once or close the application and then open it
again, it will chnage back to the English characters. Anyone kno... more >>
Return Exit code value from winform app
Posted by Wardeaux at 8/26/2005 6:47:01 AM
Hope this is easy... I have a simple winform app that does some work and then
exits... I need to return a value to the calling app/process to indicate
completion status... what's the fastest/easiest way to do that?
MTIA
wardeaux... more >>
total time
Posted by Supra at 8/26/2005 5:49:35 AM
i know how to get filesize (using filelen) but don't how to get total
time. i am using mpegs or songs. i can retreived filename but not total
times in listhbox.
i done in vb6 b4.
300 = 30 sec
71277=1 min 11sec
2941584=49 min 01 sec
if i do in math ....2941584\1000\60=49.01 instead of 49:... more >>
Print a line of text
Posted by GeorgeB at 8/26/2005 2:07:03 AM
How can I print a line of text to a dot matrix printer and just perform a
linefeed
then at another time (by another action) print again another line just below
the line previously printed using VB.NET? Using the printerdocument and print
page a line is printed but then ii advances into a new ... more >>
Using MsgGraph object in VB.NET application
Posted by Doudou at 8/26/2005 1:14:25 AM
Hello,
First I'm french, so my english isn't very good.
I try to find explanation or example to use MsGraph object directly in
VB.NET application (in a windows form for example).
Is it possible ? Or is it necessary to use Office application (like
Excel) to use MsGraph object ?
Thanks for... more >>
Crystal Reports Viewer - simple dynamic database problem
Posted by cantonarv at 8/26/2005 1:12:46 AM
Just trying to do a basic crystal report and viewing it with dynamic
sql server database but dont no what i'm doing wrong? I am using
integrated security.
Dim myRpt As crpt1 = New crpt1 'Where crpt1 is an existing crystal
report
'set databse interaction with crystal
Crystalviewer1.LogOn... more >>
How can I cancel a thread which is displaying a msgbox ?
Posted by at 8/26/2005 12:00:00 AM
I have a thread which is displaying a msgbox. I need to programmatically
cancel the message box if the user does click on OK. I tried to abort
the thread T1.abort() , but am getting an exception. Is there a way to do
this?
... more >>
Problem with email generated from VB.NET using Outlook
Posted by Siv at 8/26/2005 12:00:00 AM
Hi,
A little while ago I asked if anyone could help me with how to create an
email using MS Outlook that contained an embedded picture file.
Thanks to Jay Harlow I was able to get this working using a code example
from http://www.outlookcode.com/d/code/htmlimg.htm that details the
procedure ... more >>
Enter data into other applications
Posted by Usarian Skiff at 8/26/2005 12:00:00 AM
Is it possible to enter data into other applications' textboxes and
datagrids?
I want to automate our production control software (like a macro). It's
written in VB6, and I have access to the form names. I'm programming in
VB.net (1.1).
... more >>
SetSocketOption's KeepAlive timeout?
Posted by Wencheng Magiya at 8/26/2005 12:00:00 AM
By setting
socket.SetSocketOption(SocketOptionLevel.Socket,SocketOptionName.KeepAlive,
1 ) can tell the socket to use keep-alives. But anybody know how to set the
timeout for the keep-alive without changing the registry?
Best Regards,
Wencheng Magiya
... more >>
How-FormLoad and default "caplock"on ?
Posted by Agnes at 8/26/2005 12:00:00 AM
Once form _Load, i want to set the caplocks on .
How can I do that ??
Or I want to set it When the user press "New" button in my program, I want
to Caplocks on .
Thanks a lot.
I try
(1)System.Windows.Forms.SendKeys.Send(System.Windows.Forms.Keys.CapsLock)
(2)sendKeys.Send("{CAPLOCKS}")
BU... more >>
How to Compile Vb.net Project
Posted by wongyl98 NO[at]SPAM yahoo.com at 8/26/2005 12:00:00 AM
Can i know how to compile vb.net project with multiple vb.net file and
support file.
thankyou
michael
... more >>
|