Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score UI Design question
Martin - 11 Feb 2006 11:35 PM - 14 messages
Hi all! I made a MdiTabs control, which displays a tab for every open MDI child. All MDI Children are loaded with window state Maximized, the MDI container form as parent and witout their control box. This in itself works perfect, but... There is always a gap between the tab ...
Score 2003 0r 2005
Coach - 11 Feb 2006 11:29 PM - 12 messages
simple obviously sounding question - is 2005 the way to go? know a little about vb6 looking to move on. also express is free - can you get this on disk, should i format and the free download become chargeable cheers ...
Score Using GetOleDbSchemaTable and Visual Basic .NET for MS-Access and SQL Server Express
Marcus - 11 Feb 2006 11:19 PM - 8 messages
I need to write a VB.Net application that will take an mdb file (Access 2000) and create  corresponding copy of it in SQL Express, creating all the tables and relationships, and transferring over the data (using an existing application like DTS in SQL Server or something else is NOT an ...
Score Status Bar
S Shulman - 11 Feb 2006 10:45 PM - 3 messages
Hi Is there any limit (or a way to set a limit) on the number of characters in a panel of a status bar, I am unable to see the entire text that I entered Thank you, Shmuel Shulman SBS Technologies Ltd ...
Score Machine events?
James A Taber - 11 Feb 2006 10:37 PM - 2 messages
How can I catch operating system events like when an another application is starting. (Like an antivirus program) Can someone please point me to the correct direction? ...
Score VB6 uses VB2005 debugger. Help!
Galen Somerville - 11 Feb 2006 9:30 PM - 3 messages
I uninstalled and reinstalled VB6. When I have an unhandled exception in VB6, it uses the VB2005 Pro debugger. There is no way to leave the VB2005 debugger without ending up at the desktop. How can I make VB6 do it's own debugging so it shows me the statement that ...
Score Assign Property Values via String Variables?
Joe Cool - 11 Feb 2006 8:55 PM - 2 messages
Using VB.NET 2005. I will not go into detail on a problem I can't figure out, but I will describe it simple terms that should convey the underlying issue. I have a class called ClassA. It has two properties, Property1 and ...
Score Several TexBox in a form of an array
Marcel Saucier - 11 Feb 2006 7:35 PM - 10 messages
Hello, I want to create several texboxes on a form and I would like to refer to them (properties, etc) in a form of an array. Is that possible ? Example: Instead of TexBox1.text=Mytab(1):TextBox2.text=Mytab(2):TexBox3.text=Mytab(3)... ...
Score vb 2005 email
Tony Mastracchio - 11 Feb 2006 5:18 PM - 3 messages
Trying to send email via vb 2005 win form. I'm able to send email out via Outlook express from this account and I verified everything 100 times, I don't think it's my host email server. I can't figure out what I'm doing wrong. ...
Score ProgressBar Question
al jones - 11 Feb 2006 4:54 PM - 4 messages
I have the following, extracted from my code (sorry, the files 'line' of code wraps across the first five lines of the copy) and pbFiles is (obviously?) the progressbar.         Dim foundFiles As System.Collections.ObjectModel.ReadOnlyCollection(Of String) = ...
Score Help with DateAdd Function
rob - 11 Feb 2006 4:11 PM - 3 messages
Hello all, I have a report that is always due 14 weekdays (Monday thru Friday) from the day it is suspensed. I would like to use the DateAdd function using the weekday interval ( DateInterval.Weekday), but I've tried it and it returns the same value as ...
Score try catch stuff
ari - 11 Feb 2006 4:07 PM - 4 messages
hey all, i know i need a try catch in my method but do i put all the contents of my method withing the try catch or should I just put some of the code? thanks, ari ...
Score DATATYPE PROBLEM(cross)
Savas Ates - 11 Feb 2006 12:54 PM - 2 messages
I have a column in my table BizdekiFiyat . The datatype = float length =8 (to save money values).. It is impossible to change these attributes for some reasons. It has records like This BizdekiFiyat 110 24 29.5 31.35 I use Vb.Net . I use  ExecuteReader To select values from my db.. ...
Score Convert a String to a VB statement ?
Cerebrus99 - 11 Feb 2006 11:16 AM - 3 messages
Hi all, Is it possible to convert a user-entered string to a VB.NET statement, that can then be executed ? I want to build a small utility that will allow me to enter a VB statement in a textbox, and the result can be output in a Msgbox. ...
Score Q: Relationships and exceptions
Geoff - 11 Feb 2006 10:25 AM - 3 messages
Hi Can anybody explain to me what I'm doing wrong or misunderstood in the following: I have two tables, for example, customers and orders. I have loaded these into a dataset. I have also created a relation between these two tables ...
Score .net 2005 cannot show menu !
Agnes - 11 Feb 2006 9:21 AM - 4 messages
I got a login form . When user input the correct password, the Main menu will be shown.Everything works under .net 2003. however, after complie under 2005, Same program runs, the main menu didn't show. I use debugger to check , the process is hold during  "frmMain.showdialog() ...
Score Time conversion and vb.net
Paulers - 11 Feb 2006 7:36 AM - 6 messages
Hello, I'm working on an app that requires the functionality to convert the time in Austrailia to the time in New York (EST). I am wondering, what is the bestway to approach this in vb.net?  Is there anything in VB.net ...
Score Find specific pattern in a string
ksrajalakshmi - 11 Feb 2006 7:18 AM - 7 messages
Hai , in a textbox am having text as "(20/100)+pay1*pay2" .it's a formula. and stored in a particular variable. string strformula="(20/100)+pay1*pay2" ; i've to substitute the value of  the variable 'pay1' & 'pay2' and ...
Score DateDiff function returning incorrect results in asp.net 2.0 vb
reney - 11 Feb 2006 4:57 AM - 8 messages
I am trying to return the difference in minutes from a starttime and stoptime using the datediff function in a Web Project with VB.Net With: StartTime = 2/10/2006 8:46:03 PM EndTime =  2/10/2006 8:48:10 PM ...
Score SImple ADO.Net problem
Grumpy Aero Guy - 11 Feb 2006 3:04 AM - 4 messages
Set up a simple ADO.Net Windows app. Set everything up... fill data via ******************************************************************* Dim bmb As BindingManagerBase Private Sub MemberDetail_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.daTrain.Fill(dsTrain.tblMaster) bmb = Me.BindingContext(dsTrain.tblMaster) ...
Score newbi question on character validation
joe.minga@gmail.com - 11 Feb 2006 12:48 AM - 3 messages
This is an assignment for an VB intro class and I have no experience. Any help would be appreciated. I need to accept users name as input and then check for the existence of a specific letter in the name.  (the letter 'e')   If it exists in ...
Score SOAP Body
Bryan Dickerson - 10 Feb 2006 11:01 PM - 32 messages
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string?  My boss and I concur that it, at least from our perspective, should be as simple as ...
Score Shared Variable... Help me please...
LB - 10 Feb 2006 10:28 PM - 2 messages
Hello, Here the situation: I have 2 Web services which call each one a DLL.  Each one of these dlls uses a shared variable to read and write in a file XML (the same one). The problem, when file XML is updated by one of the applications, the other ...
Score Printing a .dat file
baconbits420@gmail.com - 10 Feb 2006 10:24 PM - 3 messages
i have created a .dat file using a streamwriter and am having troubles recalling the file for printing to a receipt.  I know to use a printDialog and a PrintDocument, but how do i set the printDocument to the document i want? ...
Score Error Logging?
HockeyFan - 10 Feb 2006 9:50 PM - 5 messages
I was wondering if anyone has simple code (or an example) (maybe in VB.Net) that shows how to log a message to a file.  This is to be a general logger, that might log application errors and/or warnings.  I've seen some stuff that ...
Score Msg Box not displaying messages
moumita - 10 Feb 2006 9:14 PM - 3 messages
I have the folowing code..the logic according to me is correct..but I dont know...the msg boxes are not displaying anything...am I supposed to change any settings ??? Public Class Form1     Inherits System.Windows.Forms.Form ...
Score Howto Transfer data from the DataTable into a SQL Database
BStrick - 10 Feb 2006 9:11 PM - 2 messages
I would like to know what may be the "Best" way to approach with problem. I have an application that I created to transfers data dynamically from an unknown source (ie maybe Excel, Access, XML, or SQLServer) and imports it into a datatable and then on to the dataGridView for the ...
Score Just-In-Time Debugging?????
cj - 10 Feb 2006 9:03 PM - 6 messages
I'm testing some code I typed in from an example program I was given. It works with F5.  When I try to run the exe from an icon on the desktop I'm given a form that says: ...
Score Set PasswordExpired
Dumb Luck - 10 Feb 2006 8:23 PM - 3 messages
How do you set the passwordExpired?  I am using WinNT provider and I can not find anything that will work.  Do I need to user invoke?  Any pointers are very appreciative, I am at my wits end on this. ...
Score BLOB Insert
Briaaan - 10 Feb 2006 7:47 PM - 2 messages
Hi, I have a webservice that accepts a byte array as a field.  I am trying to write this into my sql 2000 database, and have discovered the 8k limit on insert. I have found examples for doing the filestream and binary reader to use ...
Score Least Cost Formulations and Linear Programming
JL - 10 Feb 2006 7:45 PM - 21 messages
I have a need to compute least cost formulations. This seems to be in the domain of "linear programming" of which I know practially nothing. Can anyone in the group give me a point in the right direction...are there any tools/libraries, books, websites, etc. ...
Score DateAdd function malfunctions?
Rich Raffenetti - 10 Feb 2006 7:28 PM - 3 messages
I have the following code.  If I do the dateadd function with dateinterval.minute, it works fine and the date/time value is displayed with zero seconds.  If I do the dateadd function with dateinterval.second, an error is thrown saying I have an overflow.  I would be happy to know if I am ...
Score Collections and Tracking Inserts/Deletes/Updates
Matt - 10 Feb 2006 7:19 PM - 2 messages
Let's say for the moment that datasets are not an option. If I have a collection of objects, is there a simple way to keep track of what has been updated, deleted, or inserted? Thanks. Matt ...
Score Tooltips not working on client
dgk - 10 Feb 2006 6:36 PM - 2 messages
Odd. I need to demo an app early next week and I set it up on a test machine after installing a few necessary things (such as framework 2.0) and just copied the exe and associated dll. The app works fine, ...
Score Datagrid display problem
JJ - 10 Feb 2006 5:57 PM - 4 messages
I have a datagrid on my form that displays its data from various tables within a specified dataset. That all works correclty. However, when one cell is selected prior to changed the displayed table, the cell from the old table remains visible, infront of the new tables data...?! ...
Score How to use Process ID (PID) to get elapsed CPU time?
raines@fauske.com - 10 Feb 2006 5:42 PM - 3 messages
HI: I have a Process ID (PID) and want to continually query how much elapsed CPU time that process has used.  How can I do that? Here is how I get my PID:         Dim myproc,TheProcTime ...
Score parameter to the file .exe
Franky - 10 Feb 2006 5:32 PM - 2 messages
the file .exe in the vbnet can received a parameter how can i received this parameter by code ?? ...
Score print file to the printer selected by the user
Franky - 10 Feb 2006 5:31 PM - 2 messages
hi, can i printer a file in the printer selected by the user??? ...
Score Q: Percentages
Geoff - 10 Feb 2006 5:31 PM - 8 messages
Hi Can anybody help me with a puzzling thing I've encountered with formating with percentages. If I have x = 123 and then use format this with "P" (using the String.Format technique) I get 12300% not the intended 123% ...
Score Data Grid Scroll Bar
EdB - 10 Feb 2006 5:29 PM - 4 messages
How do I capture the position of the vertical scroll bar? I present the grid to a user, they select an item, and I pop up an edit window.  When they are done, I need to refresh the grid (editing cell ...
Score Strongly typed data - the 'current row'
Larry Lard - 10 Feb 2006 5:14 PM - 2 messages
I've got a Windows Forms app talking to an Access db, and I'm experimenting with VS2005's form data binding stuff etc. I've got a dataset, a datagridview bound to a query (let's call it Customers), and I have a button called Edit, which when clicked should ...
Score Load assembly exception
Boni - 10 Feb 2006 4:46 PM - 3 messages
Dear all, I created a mixed mode exe assembly. Now I try to load a class from this assembly within the VB project. I get following error: Unhandled Exception: System.IO.FileLoadException: Attempt to load an unverifiabl e executable with fixups (IAT with more than 2 sections or a TLS section.) ...
Score ExceptionHandling class?
HockeyFan - 10 Feb 2006 4:46 PM - 3 messages
Does anyone have a good genereal exceptionhandling class that can be preferably used with web apps as well as windows apps, but in the least, to be able to work well in web apps. I'm fairly new to .Net and need something to start with that I can expand on ...
Score DataGridView Problem
Brano - 10 Feb 2006 4:34 PM - 3 messages
Hi all, I have a Datagridview and I have added columns to it it is bound to a dataset table that is created in the code. The columns order is set and at the design view it appears just as I want it (I have textbox 5 ...
Score System.ComponentModel.ListSortDirection
guy - 10 Feb 2006 3:59 PM - 2 messages
I have a derived BindingList that implements sorting, this has been working fine. however when i click a grid column header the ListSortDirection on entry to ApplySortCore is *** always *** Ascending. Any idea why this has happened? ---guy--- ...
Score File in use
vul - 10 Feb 2006 3:46 PM - 6 messages
I'm developing Windows Service which is going to listen MS Fax service events and update the database when Fax Job changed its status. I need to read OutboxLOG.txt which is used by MS Fax service. I  either would like to copy it and to work with its copy to use its data ...
Score Array Alternative
Paul Cheetham - 10 Feb 2006 3:19 PM - 3 messages
Hi, I am writing an application that reads data from a PLC in a manufacturing plant. I use a control to communicate with the PLC, that returns an array of Short values. I do not always know the length of the data block that will be returned, ...
Score Generating or Creating Help Files
DAL - 10 Feb 2006 2:15 PM - 3 messages
How do I generate or create help files for a program I am creating? Thanks, DAL. ...
Score Create Local Administrator
Philip Wagenaar - 10 Feb 2006 1:22 PM - 7 messages
What is the best way to create a local user on the machine with administrator rights? I have problems with my code on machines that have password policy. The problem is that when the user is created there is no password, and password ...
Score portability of applications
Rahul Chatterjee - 10 Feb 2006 12:25 PM - 5 messages
Being a newbie to dotnet, can anyone tell me if the current version applications/executables are portable across to other OS' like from MS to Unix ...
Score How to hide one column in datagrid?
Sidney - 10 Feb 2006 10:41 AM - 5 messages
Hi~ I want to know if I want to hide a column in datagrid because I don't want to show that column of data. How can I do this? Sidney ...
Score Cdbl & International Settings
michele - 10 Feb 2006 10:36 AM - 7 messages
Hi, I have a problem with two function: IsNumber() and CDbl() because when I invoke it they throw an exception. The problem I think is International Settings, because NumberDecimalSeparator and NumberDecimalGroup have the same value "." I can't change this setting on computer by default so what I want to know if ...
Score Step by step it works but...
raulcobo - 10 Feb 2006 9:01 AM - 4 messages
Hello to all: I have a program made in VB and Access.  I have a very rare problem and I don´t know how to solving it. When I execute it, the program fails (does not leave any message error.  I know that it fails because it ...
Score vb.net windows application that connects to the net.
labrynth - 10 Feb 2006 8:54 AM - 3 messages
Hello, I am completely new to the windows platform and the .net technologies. I have to pick up vb.net on a real fast track to develop industry code. For my own learning purposes, I am writing a small application - ...
Score switch from2003 to 2005
Agnes - 10 Feb 2006 7:13 AM - 2 messages
Very painful !! my application run in 2003 is very well, (except General network error) Now, as i complie by 2005, many error occured, se.g combox's select index .2005 find me  many many logicial error ! ...
Score Hex with leading zeros to string?
Rich Raffenetti - 10 Feb 2006 5:33 AM - 7 messages
How can one format an integer into a hex string with leading zeros?  Suppose an integer is 512 which in Hex is 200.  I wish to print the 4-byte integer as 0200 or even 0x0200.  The HEX function doesn't create leading zeros.  The ...
Score can you add onMouseOver/onMouseOut to an ImageButton??
simon - 10 Feb 2006 5:23 AM - 7 messages
hello.  have an image button that i'd like to add some onMouseOver/Out to an imageButton. line looks like this... <asp:ImageButton onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('go','','images/go_on.gif',1)" ID="headerSearchButton" runat="server" Width="27" Height="20" ...
Score Eschewing the Form Designer
The Confessor - 10 Feb 2006 2:39 AM - 7 messages
I'm pretty heavily into do-it-yourself coding, which makes the Form Designer more of an annoyance than anything else. Is there any way to declare Inherits System.Windows.Forms.Form at the start of a class without having the environment open the Form ...
Score Window Form Cursor
Sidney - 10 Feb 2006 2:26 AM - 4 messages
Hi, I want to know that if the program is running and I want to use the cursor determinating it is running, I think it is the best for me to change the cursor before the procedure execute and change back the cursor after ...
Score Missing Microsoft.VisualStudio.SourceSafe.Interop.dll
Jeff Jarrell - 10 Feb 2006 2:09 AM - 3 messages
I have VS2005 and VSS 6.0C (sp6).  Everything I read says I should have this DLL, most likely here C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies but not to be found.  Any ideas on getting it\creating it?  what is the com ...
Score Array Objects pointers, value types reference types??
plau011 - 10 Feb 2006 12:15 AM - 2 messages
Hi all, I thought I understood .Net Framework with value types and referencetypes but apparently not. So I have this code. Excuse me if it's not 100% correct I cut and paste and shortened it a bit to make things clearer ...
Score VB.NET (2005); Sqlce ?
Titeuf - 10 Feb 2006 12:15 AM - 6 messages
ok I start programming mobile application with VB.NET (VS 2005) I am interested work with Sqlce Also I look for add reference in my project I search   "System.Data.SqlServerCe" but not found. Where is? Sqlce is not installed by default? ...
Score VB.Net code to upsize Access DB to SQL Express?
Holysmokes99@hotmail.com - 9 Feb 2006 11:10 PM - 4 messages
Hello, All I would like to write a VB.Net app that will take an Access 2000 database that has tables, relationships, and data (no queries, forms macros, etc), and create a corresponding SQL Express database that matches it. The application will have no idea of ...
Score What is a stream?
YYZ - 9 Feb 2006 11:06 PM - 4 messages
Are there any articles on the net explaining what streams are, why they exist at all, etc?  I honestly don't know why these things aren't just a part of a file object... Matt ...
Score master volume control in winmm using namespaces
Rich Milburn [MVP] - 9 Feb 2006 10:45 PM - 8 messages
Ok I am not a programmer, I copied some code and very painfully got it working in VB6.  I can adjust the volume with waveOutSetVolume on winmm.dll. But I could not seem to be able to figure out how to adjust the master ...
Score GraphicsPath intersections
PJ6 - 9 Feb 2006 10:44 PM - 3 messages
What's the most effcient way to determine the intersecting point(s) of two graphics paths? Paul ...
Score VB.Net vs Access vs Deployment
Grumpy Aero Guy - 9 Feb 2006 10:12 PM - 5 messages
If I create a VB.Net app that connects to an existing, locally installed, Access (2003) database, and create a deployment project which would install the afforemented .mdb file on the end users machine along with the app, would the end-user need to have ...
Score How to get worksheet names from an excel file?
Terry Olsen - 9 Feb 2006 10:05 PM - 5 messages
I want to get worksheet names from an Excel file using an OleDbConnection.  I tried using GetOleDbSchemaTable but it returns zero rows. How can I best get worksheet names from an Excel file? *** Sent via Developersdex [link] *** ...
Score Is Office required on End user's PC ?
Scott H - 9 Feb 2006 8:25 PM - 4 messages
I've been developing an app that makes use of MS Word 11 Object Library, it creates a Word.Application, loads a doc and prints it, and it works very well on several PCs we have here that have Office 2003 ...
Score Streams, Files, Readers and Writers
Bryan Dickerson - 9 Feb 2006 8:21 PM - 3 messages
I evidently need to go back to remedial .Net class (I even 'Google'-ed this and didn't come up with much), as it must be so easy that even a neophyte could do it.  So please help a neo-in-training! ...
Score capture screen
iwdu15 - 9 Feb 2006 8:15 PM - 3 messages
hi, how can i capture the screen, ex exactly what the users sees? ive looked around but any code ive found is for vb6 ...
Score Test an Array to see if its been "ReDim"
tm - 9 Feb 2006 7:57 PM - 2 messages
I have created an array as follows: Public pPrintList() as String How can I test it to see if it has been initialized with an element (ReDim pPrintList(12) ) with out causing "NullReferenceException" error if no elements exist ...
Score Any way to get Windows to refresh the notify area?
Oenone - 9 Feb 2006 7:33 PM - 3 messages
I've a little piece of code that I sometimes need to use that kills a running process when it stops responding. The process has a notification icon that it displays in the system-tray area of the task bar. When its ...
Score Delcaring CONSTANT.... IN VB.Net
Pete Smith - 9 Feb 2006 7:06 PM - 4 messages
How to declare a CONSTANT as part of the CLASS? VB.Net .Net Framework 1.1. -Pete ...
Score Problem with Structures using FieldOffset -- BUG?
Danny Mavromatis - 9 Feb 2006 6:47 PM - 5 messages
I'm trying to set up a structure using unions (fieldoffset) and I'm running into a problem.  When I try to setup a union of data array or message type, I get the following error: System.TypeLoadException: Could not load type 'Test.Message' from assembly ...
Score Changing default printer.....
Pete Smith - 9 Feb 2006 5:34 PM - 5 messages
I am using the PrintDocument for my print application. Currently it is printing to the default printer. How to change to a different printer? VB.Net 2003 & .Net Framework 1.1. Thank you, Pete ...
Score menu control question
Mark - 9 Feb 2006 4:44 PM - 2 messages
Hello, I have a master page with a horizontal menu control which parts of disappear when dropping down across content controls.  How do you get the menu control to show no matter what it's dropping down over? Thanks in advance! ...
Score Is there a method to determine if the mouse position is inside the bounds of a treeview node?
**Developer** - 9 Feb 2006 4:20 PM - 4 messages
I need to know when the mouse is over the text of a TreeView node. I know how to get the Bounds of the node which appear to be the correct values to delineate the text. I could check the mouse position against those values but I'm guessing there ...
Score .NET PDF toolkit that can compress images in PDF files..?
Oenone - 9 Feb 2006 4:15 PM - 6 messages
This may be a bit of a long shot... I've been working with the excellent new ReportView libraries in VS2005. Until this afternoon I've been extremely happy with everything I've seen them do. I've just run into a problem with generating PDF files that contain ...
Score how to write app to access Figureprint reader
Rabbit - 9 Feb 2006 3:21 PM - 3 messages
Dear All, Anyone try or know how to use Microsoft Fingerprint reader to get user's identification? is there any SDK to support developer to access it? ...
Score Q: Message Box graphics
Geoff - 9 Feb 2006 3:01 PM - 13 messages
Hi I was wondering if anybody could tell me how to find the graphics used in such things as MessageBoxIcon.Warning and MessageBoxIcon.Information The reason is that I'm writing my own customised messages for an applicatio i.e. not using MessageBox but I'd still like to use the same Windows ...
Score Framework question
Norm Cook - 9 Feb 2006 2:34 PM - 3 messages
Currently a VB6 user (Win2k Pro SP4), about to install VB2005 Express. I already have .NET Framework v1.0.3705, which was installed by my HP printer software. Will the VB2005 install a) upgrade the .NET version to 2.0? ...
Score where can i find
rodchar - 9 Feb 2006 2:18 PM - 2 messages
hey all, does anyone know where i can find the Process Viewer Utility? For viewing threads and such. thanks, Rodchar ...
Score Windows Explorer Integration
teaboy - 9 Feb 2006 2:13 PM - 3 messages
Is there a simple way to integrate the Windows Explorer type windows into a VB.NET app? I've tried using Internet Explorer (AxInterop.SHDocVw.dll) and browsing to the local folder, which works OK; but when I try to browse to a ...
Score VS2005 Standard vs. VS2003.Net Academic
Grumpy Aero Guy - 9 Feb 2006 1:41 PM - 5 messages
Can these two folks co-exist peacefully on the same machine? I would like to install VS2005 Standard and learn about it... I have VS2003 Academic installed on this machine as well.... Any issues I need to be aware of? I piddled around at MS.com and didn't see ...
Score Vanishing Declarations
Zorpiedoman - 9 Feb 2006 1:40 PM - 6 messages
Ok, this has got to be an IDE bug, but I can't seem to track down any discussion on it.  Perhaps I don't know the right words to search for.  This has happened occasionally for as long as I have been using VB.net, but ...
Score Listview with background picture
Teemu - 9 Feb 2006 1:01 PM - 2 messages
I have problems with ListView-control because of its GridLines bug in Windows XP. I created a function that creates a bitmap which presents those grid lines. Then I set this image to ListView's BackgroundImage. The grid line bug is ...
Score Conversion question
Chubbly Geezer - 9 Feb 2006 12:04 PM - 6 messages
Now I've done this before but can't remember how. I want to pass a string into a procedure and then use that string in a Dim statement. i.e. Public Function PrintReports(ByVal strDel As String, ByVal strSQL As String, ...
Score Changing a richtextbox's colour!
Hugh Janus - 9 Feb 2006 11:17 AM - 12 messages
OK, this is driving me crazy!  As far as I can tell it should work.  It compiles fine. I am saving the fore and back colour of a RTB to the registry like this: Srx.SetValue("ForeColour", Console.ForeColor.ToArgb.ToString) ...
Score GetType within shared method
Nick Pateman - 9 Feb 2006 11:11 AM - 5 messages
Hi there,     I'm trying to find the quickest way to get a type object of the current class within any part of the class.  For example,     Me.GetType  < This works fine within an instance method but not in a ...
Score what is the meaning of this error message?
mar-kav - 9 Feb 2006 11:06 AM - 2 messages
Hello, i'm a beginner so exuse me: i installed IIS 5.1, Framework1.1, vs .NET 2003 i put my web dir' in inetpub/wwwroot, tried to broows to my homepage under localhost & got this error message: Server Error in '/' Application. ...
Score sort treeview
Sam - 9 Feb 2006 10:04 AM - 5 messages
Hi, How can I sort the root nodes of a treeview according to a integer stored in their tag property? I want to do that at run time on a button's click event. Thank you ...
Score .net framework 2.0 and 1.X
Agnes - 9 Feb 2006 9:49 AM - 2 messages
I got two application, one (order system) is complied by 2005,another (account system) complied by 2003. In one clean PC, I install .netframe2005 and setup ORDER SYSTEM(which run failly) Now, i need to install ACCOUNT System, it ask me "install .net framek 1.1", ...
Score Testing VB.net application -reg
thirumalairajan - 9 Feb 2006 8:55 AM - 3 messages
Dear friends, We are developing an application in VB.net (Visual Studio 2005). Please suggest an automated tool to test the application for GUI, Functional testing etc. The operating system is XP or Windows 2000 Prof. rgs, Thirumalairajan ...
Score Creating a Custom Data Source that implements IList or IListSource
Richard Bysouth - 9 Feb 2006 7:55 AM - 6 messages
Hi I am trying to create an object that I can use to bind to a grid in my Win app. All of the examples that I have found on custom data sources have the properties (e.g. FirstNamer, LastName) of the objects making up the columns ...
Score Unique String Array in vb.net
Paulers - 9 Feb 2006 6:40 AM - 6 messages
Hello all, I have a string array with duplicate elements. I need to create a new string array containing only the unique elements. Is there an easy way to do this? I have tried looping through each element but I am having ...
Score mdi and form disposal error
Matt84121 - 9 Feb 2006 5:13 AM - 7 messages
I have a really stupid question, and cannot find the answer elsewhere. I have a mdi that uses a class. One (main) form has two textboxes which takes input, and the input is calculated by the class and then returned ...
Score How to relate two objects
J-T - 9 Feb 2006 4:36 AM - 4 messages
Hello All, I have two objects one is Product and the otherone is the Category. Category object is like Food,books,Medicine and etc which has different tax rates . My product object has properties like name ,price , CategoryID. I need to ...
Score MenuStrip Submenu Items
ShaneO - 9 Feb 2006 3:53 AM - 3 messages
Probably a stupid question, but I can't seem to find how to Enable/Disable Submenu items within a MenuStrip. File -Open -Save .. .. I know how to do it in a ContextMenuStrip as - ContextMenuStrip1.Items.Item(Name).Enabled = False but MenuStrip1.Items.Item("Open").Enabled = False doesn't work. ...
Score DB Connectivity
DrinkyBanjo - 9 Feb 2006 12:59 AM - 4 messages
All I need to write a paper in my VB .NET class about the importance of the connectivity of VB to a database. Would you know of any websites to visit that would discuss this in detail? Thanks in advance, ...
Next » 2 3 4 5 6 7 8 9 10