all groups > vb.net > january 2007 > threads for monday january 8
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
GAC install problem
Posted by Dean Slindee at 1/8/2007 9:59:09 PM
Getting the following message when doing a ClickOnce install at a deployment
PC: "Unable to install or run the application. The application requires
that assembly Microsoft.Office.Interop.Access Version 11.0.0.0 be installed
in the Global Assembly Cache (GAC) first. Please contact your system... more >>
Query a DataSet Table in Visual Studio 2005
Posted by forforumsid NO[at]SPAM yahoo.com at 1/8/2007 7:35:24 PM
Hi all
I have a Dataset name: dsMain
I popullate with all the data from the database on form load event
I have a requirement to filter data as per users requirement on a button click event
What I want is that when the user clicks the button the program should query the Dataset table and ... more >>
Opening a specific form with a string
Posted by Paul Craig at 1/8/2007 4:23:03 PM
Hi,
I am currently able to open forms given a string variable using the
following code:
Dim strForm As String = "Form1"
Dim theForm As Form
theForm = AppDomain.CurrentDomain.CreateInstanceAndUnwrap _
(Me.GetType.Assembly.GetName.Name, System.String.Concat
_
(M... more >>
My.User.Name returning empty on XP Pro SP2
Posted by NickP at 1/8/2007 4:11:26 PM
Hi there,
Referring to the following URL in order to obtain the current users
login name,
http://msdn2.microsoft.com/en-us/library/ts4s4536(VS.80).aspx
It is currently return String.Empty for me. Any ideas why this would
happen?
I have also tried using the executing ... more >>
run out of space to put controls on form
Posted by vbDavidC at 1/8/2007 3:42:07 PM
I have a form that has like 20 text boxes that are comments.
When I create the textbox I add it below the previous one; eventually I
run out of space on the form. I am able to resize the form but
eventually I cannot continue to add more text boxes. The form height
size maxes out at 812.
I ... more >>
VB .net Service cannot connect to sql 2000
Posted by blurryimage NO[at]SPAM gmail.com at 1/8/2007 3:01:29 PM
Ok guys I have racked my brain on this one.
I have a vb .net service installed on a win2k server. I am trying to
get it to connect to sql 2000 box but I get this error:
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may b... more >>
Getting the control that called a Context Menu
Posted by Louis-Pierre Dauphinais at 1/8/2007 1:37:01 PM
To get the control that called a context menu item (ToolStripMenuItem), I
normally do:
itm.Owner.SoucreControl
but what if the menu item is actually in a second level of the context menu?
I can get the ContextMenuStrip using "itm.OwnerItem.Owner"
but for some reason "itm.OwnerItem.Owner.... more >>
VB.NET Property 'Font' is 'ReadOnly' - Please Help!!
Posted by Patti at 1/8/2007 1:23:40 PM
I am building an application using VB.NET 1.1 and I have an issue with
Font properties in my Radio Button Lists and Check Box Lists. My issue
is that the Font Names and Font Size for these controls have become
"Read Only" and I have no idea how they became read only. I didn't set
anything ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
net fw 3.0
Posted by John at 1/8/2007 12:41:24 PM
Hi
What is the significance of net framework 3.0 for vs 2005 users?
Thanks
Regards
... more >>
BackgroundWorker and closing an OleDbConnection
Posted by eforden at 1/8/2007 12:06:05 PM
Hi,
I am new at using the BackgroundWorker so please forgive me if this topic
has already been covered.
I'm using BackgroundWorker to import data into an Access 2000 database using
OleDbConnection. After the thread is complete, I'm noticing that the Access
..ldb lock file still remains,... more >>
vb.net service issue
Posted by igor at 1/8/2007 9:28:35 AM
I have a vb.net windows service that ran great for 2 years on a Windows
2K server. Since upgrading to Windows 2003 server I've noticed the
service continually builds up memory usage as indicated by task
manager.
In trying to solve the problem, I eliminated a couple of references to
VB6 objec... more >>
references
Posted by Mihai at 1/8/2007 6:58:16 AM
Hi
In VB.Net
I have a class control library(BaseControls) and in this class I have a
refence to a class library(DataObjCls)
When I try to compile BaseControls I have this errors:
Warning 1 Unable to delete file "bin\Debug\DataObjCls.xml". Access to the
path 'E:\Progs\Vb.Net\BaseControls\bi... more >>
Listview
Posted by Vmrincon at 1/8/2007 5:57:14 AM
Hi!
I am working with a TabControl that has several TabPages and each of
them has a listview where I show my data.
My problem is that the listviews have IndianRed as backcolor, and
anytime that I delete a listviewItems from any of the listviews a
strange effect appears, in the position of... more >>
Easy way to upadte vb6 print code?
Posted by will_456 at 1/8/2007 5:38:57 AM
I promised myself this year I would forget vb6 and once again try to sit
down and learn vb.net.
I have written many applications in vb6 that need migration to the .net
platform but it's just so hard to forget everything and start afresh. I
really feel that knowing vb6 would have to be the bi... more >>
setup project bootstrapper question
Posted by Matt Fielder at 1/8/2007 5:34:32 AM
I'm writing a new install as a setup and deployment project. I have 3
pre-requisites set in the bootstrapper - Framework V2, SQL Express, Windows
Installer 3.1. When the setup is launched, it immediately recognizes which
items aren't installed and prompts with the appropriate license agreeme... more >>
HELP: Developing an Excel Add-in using VB.NET
Posted by fjlaga at 1/8/2007 4:00:51 AM
I'm developing an add-in for Excel using VB.NET. My current specific
problem is how to load images in my command bar buttons. The
CommandBarButton has a .Picture property of type IPictureDisp. How do
I create one of these in VB.NET?
In general, does anyone have recommendations of books for ... more >>
USing shadow in vb.net and its equivalent in c#.
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 1/8/2007 3:30:53 AM
Hi all,
can any one tell me use of shadow keyword in vb.net and its equivalent
in c# with e.g.
Please help me.
thanks in advance.
... more >>
Deploying global.asax.vb in .NET 2.0 VS 2005
Posted by marcwentink NO[at]SPAM hotmail.com at 1/8/2007 2:39:37 AM
Hello,
When I deploy my project I get an error which states that the
Global.Asax file cannot find the information, and types I have put in
global.asax.vb. In which file normally is code of global.asax.vb
situated? What am I missing. Which file am I forgetting to deploy to my
test environment.... more >>
Database connection
Posted by HDI at 1/8/2007 2:32:02 AM
Hi,
Can anyone tell me when to use oleDB, ODBC, SqlConnection and Database
explorer to connect a sql server where users have windows security.
Thx
... more >>
Windows Control Library
Posted by WH at 1/8/2007 12:31:54 AM
Hi,
I want to make a custom control, but I can't find the Windows Control
Library template in the New Project dialog box. I am rather new to VB2005,
so can anyone tell me how to install it or where I can find it? The Web
project template is'nt there either. I use VB2005 Express edition.
Tha... more >>
|