all groups > vb.net > december 2006 > threads for sunday december 10
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
Keeping Code Snippets?
Posted by Paul Bromley at 12/10/2006 9:55:10 PM
Does anyone use any application to easily keep and retrieve code snippets? I
would like something that would readily store snippets, classes and
functions etc that I am likely to re-use, or may use in the future.
Paul Bromley
... more >>
Computer Name - Best way to obtain this VB.Net
Posted by Paul Bromley at 12/10/2006 9:17:33 PM
Thanks for your tolerance on this list. I asked the question regarding
Commercial Copy Protection along with Unique PC Idnetifier and obtaining the
active IP address. This was all to identify and tie down software to each PC
on a network. I have just realised that the unique identity that I ne... more >>
how can I tell if it is a folder or a non-folder file
Posted by Franky at 12/10/2006 8:38:10 PM
Given the path to a file how can I tell if it is a folder or a non-folder
file?
Thanks
... more >>
Another fanny behaviour of VB.NET 2005
Posted by ZikO at 12/10/2006 6:35:56 PM
Hi.
I appologise for noob problems but I don't know what Im doing wrong.
Yesterday I descibed a strange behavoiur of VB, as transparency doesn't work
for all the time the program work. It work only when I run prog.
Today I found another thing. I have music in background and use
WindwosMe... more >>
Settings in VB.NET/WinForms
Posted by Andy at 12/10/2006 6:22:50 PM
I need to write a VB.NET WinForms app. For this purpose I need to keep some
settings of the application, like many other Windows applications do.
The most obvious solution is to store settings in the XML file or registry.
If it's an XML file, then I need the following:
1. Create XSD schema, ... more >>
What Does This Mean?
Posted by Herman Jones at 12/10/2006 6:01:01 PM
I found this statement in some sample code. It seems to be syntactically
correct. What do the brackets around "String" mean?
Dim sWork As [String] = "Some number of characters"
... more >>
A Simple SQL Result displayed into a TextBox
Posted by Asergea NO[at]SPAM Cableone.net at 12/10/2006 2:27:55 PM
Hey all,
Please help I'm very new and want to learn,
I have a SQL Database with three columns, "ID" (Primary Key), "FName"
and "LName"
All I want to do to learn, is to type the ID Number in Textbox1, Click
"Submit" and the FName apprears in
Textbox2 and Lname Appears in Textbox3.
I'm ... more >>
DataGridView visible columns
Posted by rmgalante NO[at]SPAM galaware.com at 12/10/2006 1:42:50 PM
I've had troubles with my DataGridView objects in that it is often
difficult
to make columns such as key columns invisible. These DataGridViews use
a BindingList as a datasource, which is loaded from an external SQL
database. Setting the columns Visible property to False does not
always work.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CreateObject("Excel.Application") problem
Posted by Ultima at 12/10/2006 12:29:24 PM
I'm trying to create an Excel file using a VB program. I have added the
reference to Excel Object Library yet when I try to compile it, I get
an error at the line exc_app = CreateObject("Excel.Application")
System.Exception was unhandled
Message="The remote server machine does not exist or i... more >>
WebBrowser BeforeNavigate2 - What is pDisp?
Posted by Spam Catcher at 12/10/2006 7:15:29 AM
Hi all,
I'm using SHDocVw to hook directly into IE. Anyone know what pDisp stands
for?
BeforeNavigate2(ByVal pDisp As Object, ByRef URL As Object, ByRef Flags As
Object, ByRef TargetFrameName As Object, ByRef PostData As Object, ByRef
Headers As Object, ByRef Cancel As Boolean)
Is the... more >>
Exit Button
Posted by john piper at 12/10/2006 1:44:04 AM
I want to place a button on a form.
what I want is to have it as an exit button, however when a user clicks on
the button I want to play a video file (full Screen) then when the video is
complete, I want the player to close, then the form to close.
I am new and learning little by little,
th... more >>
Shell( ) inconsistency with actual windows interfac
Posted by David Kanter at 12/10/2006 1:41:00 AM
Hi,
I have some VB scripts which start by opening an application, in this case
it is a game called FEAR (some of you may be familiar). I am using Visual
Studio 2005 Professional Edition running on Windows XP x64. I am using the
script on the same system.
I can open FEAR manually on the... more >>
How to Add *AND* Process Checkbox Column in a DataGridView?
Posted by Hexman at 12/10/2006 12:26:52 AM
Hello All,
I'd like to find out the best way to add a cb column to a dgv and process efficiently. I see at least two ways of doing it.
-------------------------------
1) Add a cb to the dgv, iterate thru the dgv and update the bound fields if the cb has been checked. Then do the update and a... more >>
|