all groups > vb.net > june 2007 > threads for monday june 11
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
Event of Enter Key
Posted by portCo at 6/11/2007 10:52:11 PM
Hello there,
I am using Visual Basic 2005. I want to store a value when I press
enter key on the keyboard.
Could anyone help me out?
Thanks alot.
... more >>
Problem with MSSQL 2005 and my app.
Posted by Robert Johnson at 6/11/2007 5:23:06 PM
Hi all. My datasource is a MSSQL 2005 database with several tables all
visable in my datasources tab. I can preview data in the Designer OK so my
connection is fine. Now, I add a form, drag from my datasouce the table and
let VS2005 create a nav bar and grid. Build and run. I can see the da... more >>
Access a secured website programmatically
Posted by Bill Nguyen at 6/11/2007 5:08:18 PM
I have the URL, loginID, and password.
How do I login the website within my VB app?
Thanks
Bill
... more >>
Windows Service did not start in a timely fashion...
Posted by John S. at 6/11/2007 3:57:00 PM
I developed a Windows Service application written in vb.net and have
successfully installed it on many workstations (over 25 PCs). All
workstations have Windows XP SP2 installed. There are two workstations
located at separate customers that have an issue during installation. I
receive the... more >>
SqlDataAdapter returning empty rowsets that shouldn't be?
Posted by downwitch at 6/11/2007 3:33:49 PM
Hi,
I'm having trouble getting data in ADO.Net recordsets. (VS 2005, SQL
Server 2005). All my rowsets come back empty--whether sourced from
queries or stored procs--despite ODBC connections with the same user
credentials (two different UID/PWDs tried) returning existing data
without a problem... more >>
VB.NET object "bloating" and WCF
Posted by sloan at 6/11/2007 2:36:29 PM
VB.NET object "bloating" and WCF.
//quote from web page
This can result in the following undesirable situations:
a.. You end up serializing objects that you didn't expect, resulting in a
larger stream.
b.. If the object handling the events is not Serializable, then the
serialization ... more >>
VB2005 not deploying properly
Posted by Tym at 6/11/2007 1:41:53 PM
I've googled until I'm blue in the face - nowhere can I find the solution to
this....
Developed my first real app in vb.net 2005. works great on my PC and my
laptop (which also has VB.Net 2005 installed on it)
The app also installs in my friends new Dell laptop
However, on my other PC a... more >>
Web Custom Control: getting a updated value on Load event after a postback
Posted by ronchese at 6/11/2007 12:51:28 PM
Hello.
I wrote a Web Custom Control that have a property named SelectedValue. =
This SelectedValue property is set after the user clicks a LinkButton =
control, by its Click() event.
I did some tests, and I noticed that my handled LinkButton_Click() event =
is fired only after the Page_Load... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
hello. i am sanoj from millena@googlepages.com
Posted by spicy_sanoj at 6/11/2007 12:21:55 PM
hello friend,
i need support of the people who working in IT company.i want
give sugesstions and tips to my friends.
this millena group is that group of engg students join as
friend and ask query about current trend in IT
we are final year engg student fro shri anga... more >>
VB 2005 Click Once Program Version
Posted by John Austin at 6/11/2007 9:24:17 AM
I want to display the program version shown on the "Publish Version" of the
"Publich" tab on the project properties screen.
My.Application.Info.Version.ToString only ever shows 1.0.0.0.
My.Application.Deployment.CurrentVersion.ToString raises an error in the IDE.
How can I get the 1.0.0.52 t... more >>
when to dispose a datatable?
Posted by Smokey Grindle at 6/11/2007 8:39:18 AM
I have a list box on my form, but I need to databind it to a data table that
is a private member of the form's class... so I basically have
Public Class MyForm
priate m_MyTable as new datatable
End Class
now where would I properly dispose of this? In the finalize method? I am
loading... more >>
User verification in windows forms
Posted by John Austin at 6/11/2007 6:41:02 AM
I have an app that prints entry tickets. If the printer driver is not set up
exactly to detect the black mark on the back of the ticket, the tickets do
not print correctly. Because of this, all users are logging on with the same
user name to ensure they get a correctly configured printer drive... more >>
it's posible that Function return byref
Posted by mtczx232 NO[at]SPAM yahoo.com at 6/11/2007 4:59:43 AM
it's posible that Function return byref? what the syntax?
... more >>
Sort descending using IComparable ?
Posted by John Devlon at 6/11/2007 12:00:00 AM
Hi everyone,
With this post I would like to ask you all a small question.
I'm trying to sort an array of objects using IComparable. Adding below
displayed code to a class and triggering the sort function works fine. Thats
not the problem.
The only thing I would like to change is: I woul... more >>
Reset desktop
Posted by Omar Abid at 6/11/2007 12:00:00 AM
Hi,
Every day my desktop become full of documents and I take many time to
archive those document.
The idea is to create a program that deplace automaticlly any file
(only system file and some others) to a special folder
Any idea how to start ?
Omar Abid
... more >>
media player in vb2005 form
Posted by DesCF at 6/11/2007 12:00:00 AM
I'd like to put media player on a form and have it play a video. I am
just looking for a pointer as to where to get started on this project. I
am using vb2005 express.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/... more >>
NNTP Image reader
Posted by nondos at 6/11/2007 12:00:00 AM
Hello
I coded vb.net 2005 application to d.l binary pictures file from news
network server and then decode the file with yEnc and show the pictures.
the code work fine, but the files i d.l from the newsgroups are corrupt most
of the time, it's possible to decode the files with yenc and mos... more >>
|