all groups > vb.net > august 2007 > threads for thursday august 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
Inherit and control properties.
Posted by at 8/16/2007 9:54:42 PM
I've written a control and Inherited a button but I only want to show
only the custom properties that I made. Is there a way to hide the
rest?
... more >>
project structure
Posted by nondos at 8/16/2007 8:17:38 PM
Hello,
I need to build a project that have menu and two sub programs I thought
doing it by creating two controls and one main form which will be the menu
and will link to the controls.
Is this the best way of doing it or there's another way? Maybe create each
sub program as project a... more >>
Is it possible to create a typed dataset from the generic DataSet?
Posted by Peter at 8/16/2007 6:32:03 PM
I'm using Visual Basic in VS2005. It seems to me that in order to create a
typed dataset, I must use Dataset Designer or Data Source Configuration
Wizard to create a typed dataset class first and then create a typed dataset
using the dataset class.... more >>
Is weakly type dataset same as untype dataset?
Posted by Peter at 8/16/2007 6:00:34 PM
Are the terms weakly type dataset and untype dataset mean the same thing?... more >>
Dim statement for reference type variable
Posted by Peter at 8/16/2007 5:54:24 PM
Is there any difference between the following Dim statements? I think they
are the same but which way is the correct (standard) way to declare and
initialize the object variable.
Dim DS as New DSTest
Dim DS as DSTest = New DSTest
... more >>
Vista Sidebar gadget controls disappear
Posted by NickP at 8/16/2007 4:04:14 PM
Hi there,
I'm not sure if there is a newsgroup dedicated to Vista Sidebar
development, but unfortunately I couldn't find one and as my code is VB.NET,
I thought I best start here.
I'm using the .NET Sidebar Gadget Creator to embed a control into a side
bar. I have had a few issu... more >>
System.Net.Mail >> Best way to send embedded HTML images?
Posted by mark NO[at]SPAM alliedtechnical.net at 8/16/2007 3:49:23 PM
I'm using System.Net.Mail to send HTML email. I have a few images
embedded within the HTML body. What's the most efficient way of
including these images with the message or getting the images to
display on recipient's client? Obviously, I want to avoid spam filters
and don't want to hog bandwidt... more >>
Copying tables in SQLEXPRESS
Posted by Michel Vanderbeke at 8/16/2007 3:12:28 PM
Hello,
I have a program, running in several places, using SQLEXPRESS as database.
The different places are stand-alone, and not connected to a network.
Regulary, I have to apply changes on certain tables of the database.
In a previous program, written in VB6 with an Access database, I used ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
My.Settings files
Posted by Bob Altman at 8/16/2007 2:16:25 PM
I've spent I-don't-know-how-long digging throught the documentation trying
to find an answer to what should be a pretty common question: If I persist
user settings via My.Settings, the settings get saved in a file in a folder
with a funky name. I can't find any documentation that tells me ho... more >>
date/time field in access shows nonexistant time in databound textbox.
Posted by Kyote at 8/16/2007 1:04:15 PM
I have a textbox that is databound to a table in an access database.
The field only contains month/day/year but my databound textbox is
also showing a time. Is there any way to prevent it from doing this?
---
Kyote... more >>
How to mark sealed?
Posted by Smokey Grindel at 8/16/2007 11:32:20 AM
How do you mark a class as sealed in VB.NET? Thanks!
... more >>
File.Create - ArgumentException was unhandled - illegal characters in path
Posted by Vlad at 8/16/2007 9:25:56 AM
I am having problems using the file.create method within a function
that is called when looping through an array of filepaths.
If I call my function with a hardcoded file path --> C:\Temp.txt the
function creates the file as expected.
When I loop through my array I get the error - "ArgumentE... more >>
Clear data in DataGridView
Posted by Huy Nguyen at 8/16/2007 8:40:32 AM
Hello all
I've been trying to do a little project here and i am stuck at the
point where I can not clear the data out of datagridview table. I've done
lots of reading from different sources on internet. Most of the suggestion
is put this line of code in > DataGridView1.Rows.Clear() < ... more >>
How to code for text moving across the screen on website...
Posted by jonny at 8/16/2007 3:26:01 AM
I am using Visual Web Developer with ASP and VB.NET to build website.
I would like to have Text moving across my screen that says "Example
text moving across screen for viewers to read.".
I am new to web and VB.NET programming so please help me with step by
step. (Just when I got used to V... more >>
Read AD security groups for the logged on user.
Posted by vb4me at 8/16/2007 2:30:17 AM
Does anyone have any working example code to read the AD security
groups a particular user might belong to?
Preferably using the user returned from the following snippet, and not
a 'username' 'password' type of call.
Here's the snippet to return current logged-on user
Dim myDomain As AppDom... more >>
I'm missing sub main - Adequate coding style
Posted by Thilo Kerner at 8/16/2007 1:47:11 AM
Hello!
In VB6 I used to do all preparation in my Sub Main which Microsoft wants
me to abandon. I guess they have a good reason (but which?), so I would
like to go with it.
Can you please tell me when you do your preparation, e. g. checking for
corrupt database, establish database conne... more >>
mdiClient and a Button
Posted by Thorsten Schollmeyer at 8/16/2007 12:00:00 AM
Hi Everybody,
i need some Buttons Placed on the mdiClient Form. Because when i put
some Buttons on the MDI Parent Form they are in front of all forms.
Has anyone an Idea how i should make this?
Regards
Thorsten... more >>
|