Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score VB.NET 1.1 - Listbox vs. CheckedListBox question
bh - 31 Mar 2007 8:56 PM - 3 messages
In the Listbox, there are properties for DisplayMember and ValueMember, just like the combobox, however, those properties are not present for the CheckedListBox. Does this mean that the only value you can actually reference in a CheckedListBox is what is actually dispalyed in the item?  Is there a way to ...
Score Resource Location vb 2005 .net Expr Edition - multilanguage
spig.marco - 31 Mar 2007 5:59 PM - 2 messages
Hi to all, I read from internet that doesn't exist "Generate Resource Location" for vb 2005 .net EE. But can I do this with a manually procedure? And How can I do? A can't find a simple/sample tutorial ...
Score An app to generate the standing of a race
mrjaune - 31 Mar 2007 3:56 PM - 3 messages
Hi, I'm quite a newbie and I want create an application to generate the standing of a race. 1 - You enter the data relating to the racers: Name Number Points in round 1 Points in round 2 2- The app calculates the total of points for each racer. ...
Score bindinglist not synching
Rick - 31 Mar 2007 11:59 AM - 11 messages
VS 2005 I have a class of BindingList(of T) to use as a datasource for a lookup combobox.  The combobox is to lookup the Terms for a Purchase Order. When I implement this on my Winform, the combobox does not synch with the ...
Score Toolbarbutton as toggle
Michel Vanderbeke - 31 Mar 2007 10:51 AM - 2 messages
Hello, Is it possible to use a Toolbar Button as a toggle, so that one click shows a form and a second click closes it again? MAny thanks and greetings, Michel ...
Score Screen resolution
Michel Vanderbeke - 31 Mar 2007 10:39 AM - 2 messages
Hello, Can someone help me with tips and code on how to make a VB.NET 2005 program fit to any screen resolution, the user might have. Is there a standard resolution in which I have to make the program, so it ...
Score XML Validator Mistaken?
Peter - 31 Mar 2007 4:50 AM - 4 messages
Hi, I think the XML validator in VB is screwing up somehow. Not sure what the problem is. I have a line in an XML file that reads: <PXPPaperColor color="ff928a" name="Cherry"></PXPPaperColor> The XSD statements corresponding to the "color" attribute are: ...
Score Fill Datagridview with rows so that it does not look empty?
Mar72Vin - 31 Mar 2007 3:44 AM - 2 messages
Hi All, If a datagridview only has a few records the grid looks very untidy because there is is lot of blank space in the grid. Is there anyway to tell a datagridview to fill the entire viewable area with blank rows? ...
Score Asking Again, Why Would I Have This Runtime Error
David C. Barber - 31 Mar 2007 2:19 AM - 2 messages
Asking again, I've just built my first Setup-Installable VB 2005 package.  I have the full Profession Edition VS 2005, not the Express edition, and am patched to the current SP.  It installs on the development machine (Win 2K) and runs just ...
Score Start exe in new process and pass a parameter?
Dean Slindee - 31 Mar 2007 12:46 AM - 4 messages
From an executable that I have running, I would like to start a different executable, and if possible, pass it the key of the row in a table to display upon launch.  Assume that I have written both executables in VB.NET. ...
Score Raising Events
Rob - 30 Mar 2007 11:06 PM - 3 messages
I'm new to event processing in vs 2005 - what I'm trying to achieve is broadly a network simulation of two workstations sending packets to each other . I have defined a class 'Workstation' and I was hoping to define events where ...
Score XML Data Access
Peter - 30 Mar 2007 10:11 PM - 6 messages
Hello, I must confess I am now very confused. I am simply trying to write a program that uses data from various XML files to populate a sea of controls, and uses them in turn to make changes to the XML files. Sounds easy, right? I'm ...
Score Why do these two methods produce diffrent output
Chad Miller - 30 Mar 2007 9:31 PM - 6 messages
Public mLength As Integer Public mChannels As Short Public mSampleRate As Integer Public mDataLength As Integer Public mBitsPerSample As Short Public Sub CreateWaveHeader(ByRef sPath As String)         Dim fileNumber As Integer         Try ...
Score newbie: RadioButton
bz - 30 Mar 2007 9:17 PM - 7 messages
Hi, Sorry... for all these newbie questions but MSDN sucks nowaday... ;( I have 5 groups of RadioButtons and each group has 10 buttons.  There is no control array.  So, am I understanding this correctly that I need to have 5 ...
Score Transpernat form
yhlove - 30 Mar 2007 8:59 PM - 2 messages
Hi I want to make a project in which only the controls will be seen. I want the form to be transperant (include the blue title of the form and the borders) but the buttons,TextBox,etc to be seen vy the user ...
Score best way to check my local area network is up and running
cj - 30 Mar 2007 8:07 PM - 4 messages
How would you suggest I test that my network drive is still up and running.  Right now I'm going to write to a file at the root of the drive and then read it back in.  If either the write or read fail I ...
Score Now number to ascii string
Freddy Coal - 30 Mar 2007 7:12 PM - 10 messages
How convert a number for the string equivalent? For example: I have the number "16448", I would like take this number in a two bytes strings, the number represent the "@@". Thanks in advance. Freddy Coal ...
Score Keep FoxPro Alive!
Ioannis Stefis - 30 Mar 2007 7:01 PM - 6 messages
This page is opened by an idea from the Visual FoxPro Spanish community, this page is opened for doing a campaign asking to Microsoft to continue with the Visual FoxPro development, release the full source code as Open Source or make an agreement with a 3rd party for continued development of ...
Score Enable application framework
vovan - 30 Mar 2007 6:56 PM - 4 messages
In a new WindowsForm project with default settings I wrote a loop: For Each frm In My.Application.OpenForms     If frm.Name <> "MDIMain" Then     frm.Close() End If Next Everything was fine until I decided to use Sub Main as Startup object. In ...
Score newbie: how to use the CheckListBox
bz - 30 Mar 2007 5:59 PM - 5 messages
Hi, I fill out a CheckListBox from the IDE with 10 items. I am trying to mark the checkboxes in a CheckListBox at runtime.  But... I have absolutely no idea how to do that. (e.g.) I want to mark the 5th and the 6th items at Form_Load. ...
Score Error handling
Michel Vanderbeke - 30 Mar 2007 5:49 PM - 5 messages
Hello, In all my VB.NET 2005 routines, I already inserted a Try...Catch routine in order to handle my errors. Is it possible - despite the presence of the Try...Catch routine, to let the program break on every error thus giving me the opportunity to adapt my ...
Score Datasets accross a network.
tclancey - 30 Mar 2007 5:22 PM - 5 messages
Hi All. I've been trying to think of a way to pass datasets, or tables from one PC to another. This would be the scenario. Client PC sends an SQL query to a 'server'. The 'server' would make a connection to a back end database. ...
Score Re: .Net 1.1 versus .Net 2.0
Chris Dunaway - 30 Mar 2007 2:49 PM - 4 messages
..Net 3.0 *is* .Net 2.0 with some extra assemblies added to support WF, WPF, and WCF.  The .Net 2.0 Assemblies have not changed.  They are the same. ...
Score DataGridView and Generic.Dictionary (VB.NET 2005)
Stephen Costanzo - 30 Mar 2007 2:00 PM - 3 messages
I have: Public Class test     Private displayValue As String     Private dbType As Integer     Property Display() As String     Get         Return displayValue     End Get ...
Score StackOverflowException in Thread
Bubba - 30 Mar 2007 1:22 PM - 9 messages
I've written code that uses a thread to read a 70K line CSV file one line at a time, however, after about 9 to 10 thousand lines into the file I get a StackOverflowException while the thread tries to update a counter. ...
Score Deploying the framework.
tclancey - 30 Mar 2007 1:15 PM - 3 messages
Hi all. I can't find any information on the best way to include the current Framework in my deployment, or automatically set it off if it isn't already installed. Can anyone point me in the right direction? Cheers, ...
Score Soap
cj - 30 Mar 2007 12:48 PM - 6 messages
I've got a Soap web client written in VB.  I'm wondering if it would be ok to run this same program multiple times on the same pc.  Would they get confused with which of them requested what information?  I'm ...
Score Lookup combobox
Rick - 30 Mar 2007 12:47 PM - 2 messages
VS.2005 I have several lookup combo boxes in my windows project and would like to do a "lighter weight" binding.  Currently I am using a strongly typed dataset with a binding source as the DisplayMember and ValueMember.  This seems like ...
Score system.web.mail
HDI - 30 Mar 2007 12:26 PM - 3 messages
Hi, How does the this work? Can you use a valid smtp-server to send mail from 'whatever you choose' to 'whatever you choose'? Without checking? I Don't need to gife a username and paswoord of my account. Thx ...
Score VS.NET Annoying Default Path of Project Files
bobdydd - 30 Mar 2007 10:44 AM - 5 messages
Hi Everybody Is there any way to avoid a Visual Studio 2005 Folder from continually reappearing in "My Documents" folder after I have changed the project/ soloution paths to a different folder on a different drive? Regards Bob ...
Score How to search for a keyword in a StringBuilder?
Laser Lu - 30 Mar 2007 6:44 AM - 9 messages
Sometimes, I need to do some time-consuming operations based on whether a specific keyword was contained in a lengthy string. Then, for a better performance, I wrapped that lengthy string into a StringBuilder. But after doing that, it seems there's no proper methods defined in ...
Score ToString Format
Verticon:: - 29 Mar 2007 6:02 PM - 3 messages
Is there a way to call Integer.FormatString(format) that will return the integer value along with its symbol? Integer 56 should return "+56" Integer -34 should return "-34" ...
Score on screen keyboard
jonathandrott - 29 Mar 2007 3:41 PM - 5 messages
Hi, i'm kinda new to vb.net and i'm trying to make an on screen keyboard to use with a touch screen.  how do i get it to print a letter on the screen when the button is pressed in the textbox that is ...
Score Add Domain user to local group
Mike - 29 Mar 2007 3:26 PM - 8 messages
I am trying to create a small admin toolset using visual studio 2005 (vb). I want to be able to supply a domain username and have it add to the local workstation Remote desktop user's group.  This is the code I have so far. ...
Score Help with TreeView control
Dan Rolfe - 29 Mar 2007 2:46 PM - 2 messages
Hello all! I am wondering how to read the KEY value off of a TreeView Node. I assign the nodes these key values when I add them to the control, but I cannot figgure out how to recall that information back. ...
Score OOP Inheritance
RSH - 29 Mar 2007 2:26 PM - 9 messages
Being rather new to OOP constructs I have a question regarding inheritance. What is the proper way to setup my classes in a Company/Employee relationship. I have a Company Object and a company has employees (one to many relationship) and CompanyDeductions. The Employees have EmployeeDeductions. ...
Score Interaction of windows service with UI
sonu - 29 Mar 2007 10:07 AM - 4 messages
Hello all,   I am trying to develop an application which will run as a windows service.   The application should have Normal options available with service like start, stop and   pause but along with this I need an option to ...
Score Can you enumerate all inherited classes?
jacques - 29 Mar 2007 9:33 AM - 4 messages
Hi all, I've written a load of classes which inherit from another base class which I've written. Is it possible to enumerate all the classes which inherit from a particular base class? I'd like to dynamically produce ...
Score How to show progress bar during the files or folders deletion
Riky - 29 Mar 2007 9:21 AM - 2 messages
hi i have a windows application. I am select the folder or file name from the folderbrowserdialog box and to delete the folder or file i am calling the following code.     Public Function DeleteFile(ByVal path As String) As Boolean ...
Score TextBox.SelectAll() not working
PR - 29 Mar 2007 3:59 AM - 3 messages
Hello, I have a bunch of textboxes on my form, and I would very much like it if their text could be automatically selected when each one is entered. I've tried code like this:     Private Sub TextBox3_Enter(ByVal sender As Object, ByVal e As ...
Score Custom Structures in a Custom Control?
PR - 29 Mar 2007 3:55 AM - 3 messages
Hello, I'm creating a Windows control that includes a few textboxes. In the form designer, I want there to be one property that drops down into a few sub-values for the different text boxes, somewhat akin to how Location and ...
Score Binary string (4) to Double
Freddy Coal - 28 Mar 2007 9:56 PM - 6 messages
Hi, I'm recovery data from an spectrum analizer, the equipment send me data in binary, each data in the trace have 4 bytes, I would like convert that to double, how make that?. I'm trying extract the data in substrings of 4 chars, and convert this with ...
Score DateTimePicker - Format Value
Terry - 28 Mar 2007 9:32 PM - 6 messages
My system short date format is dd/mm/yy. The DateTimePicker returns mm/dd/yyyy hh:mm:ss PM. I need to get this value formated into dd/mm/yyyy regardless of the system short date format, what do I need to use please. ...
Score Cursor position in text box
JPSutor - 28 Mar 2007 5:50 PM - 3 messages
Does anyone know how to get the cursor position to stay to the right of text in the txt box when you reformat it? I need to reposition it on the right in the text box ...
Score File name problem
tshad - 28 Mar 2007 5:21 PM - 3 messages
I found that if I do a select from .csv file, it won't work if the filename has "." or "-" in them such as: PAYROLL.ALLOC.RPT_8511_3-15-07.CSV I am doing the following: Dim ConStr As String = _ ...
Score Is it possible to copy files from my resources to the hard drive?
William Cruz - 28 Mar 2007 5:19 PM - 3 messages
Is it possible to copy files from my resources to the hard drive?  In other words, I have a few files located in “My.Resources” & I would like to copy them as needed to the users HD. Thanks in advance for your help. ...
Score .Net 1.1 versus .Net 2.0
RobinS - 28 Mar 2007 5:11 PM - 43 messages
I am working at a company that is going to publish a product on the market. The code is currently in .Net 1.1. The developers would like to migrate it to .Net 2.0. Management has concerns about users having to install the .Net framework ...
Score void **ppImageBuffer
John - 28 Mar 2007 5:04 PM - 2 messages
Hi Experts, I am trying to use a C++ dll from my VB .NET program, but I don't know how to handle things like void **ppImageBuffer. Please see the following and help me out. Thanks. //C++ dll int WINAPI CameraSetValue(short nParameter, void *pValue); ...
Score Displaying the selections of a drop down list on the next page
rich2912 - 28 Mar 2007 4:26 PM - 2 messages
I have a page, with three drop down boxes. Each has four choices linked to a database. Here is what I would like to do: I would like the results of the three choices, to be displayed on the next page, after the submit button is clicked. ...
Score InteropForms
vovan - 28 Mar 2007 3:48 PM - 4 messages
I downloaded and installed MS Interop Forms Toolkit. The documentation says that this package is intended to be used to convert an existing VB 6 project to VB 2005. I spent some time on reading and analyzing samples. So far I couldn't understand what is going to happen when all VB 6 forms are ...
Score Resize image in asp.net
Tomo - 28 Mar 2007 2:01 PM - 3 messages
I have some code for resizing image (create thumbnail) but there is no compression. Thumbnail image is smaller in pixels, but in kilobytes is bigger. How can I create smaller file? I need code in VB or C#. // Get the path of the original Image ...
Score how to protect folder from displacement witout hiding them ?
Pascal - 28 Mar 2007 11:40 AM - 2 messages
hello. I seek a software (or a code) able to prevent the obliteration or the displacement of the files of the file server of my primary school( under Windows 98). This must let the folders visible, acessible but "fixed". this, ...
Score Microsoft SQL Server 2005 Express
Omar Abid - 28 Mar 2007 10:41 AM - 9 messages
Hi, I'm Trying to make a program with vb2005express that  connect to any Microsft SQL data base and  show it's table. I'm having some problems can anyone help me? Omar Abid ...
Score SPID problem
Agnes - 28 Mar 2007 9:56 AM - 2 messages
when One user open the application, he will access around 5 database so there will be 5 spid in the sql server , right? if there are 200 hundres user , there will be 1000 right? ...
Score How to Change Colour of Cell in datagrid More options More options
satish - 28 Mar 2007 4:52 AM - 2 messages
I have a table with two columns field1 int,Field2 and added a column to datagrid on runtime sum (field1+field2) ,upon changing the data in either of the fileds the sum field or column too changes . Intially there will be data in the fields ..and ii try to change the ...
Score Database Layer - Data Dictionary
jkimbler - 28 Mar 2007 2:39 AM - 2 messages
I'm wondering if anyone has come across any good components, articles, or books about creating a data dictionary for an application.  I need to be able to allow the data dictionary keep the database schema up-to- date with changes in the program. ...
Score DataAdapter select assuming integer
tshad - 28 Mar 2007 2:10 AM - 3 messages
How do I tell DataAdapter that Column 2 and 3 are string and not integer? Following is the example data that comes from the .csv file FEDERAL TAX,1084,0000 COREHCR,1084,0000 CLIENT P,1084,0000 The select is: ...
Score Imports in VB.NET
MikeZ - 28 Mar 2007 1:05 AM - 6 messages
I just download a DLL from MS website for VS.NET 2005. I added it reference to my project, and I have to add five [Imports] statements on top of each class. It is burden. I found that Microsoft Demo Project don't have  [Imports] statement in the ...
Score converting 24 bit hex values
RG - 28 Mar 2007 1:05 AM - 2 messages
I am reading from my serial port a 24 bit hex number which consists of 6 place values. For example: 7FED6F which equals 8383855 using the hex2dec excel function. I need to convert this hex into a value I can display in a textbox and ...
Score ListBox Multiple Selections
Gus Chuch - 28 Mar 2007 12:19 AM - 2 messages
I have a ListBox with the SelectionMode set to MultiSimple. How can I iterate thru it using a for next loop to fill an array? Listbox For Row 1 = Array(1) Row 2 = Array(2) Next And so on. ...
Score WebBrowser / My.Resources question
William Cruz - 28 Mar 2007 12:02 AM - 4 messages
Can I call a file (*.html) within My.Resources to show-up in my WebBrowser control? If so, please provide a sample code or a link. Thanks in advance for your help. William Cruz *** Sent via Developersdex [link] *** ...
Score advapi32.dll -> RegCreateKeyExA & Normal user
Jck - 28 Mar 2007 12:02 AM - 2 messages
I am trying to access the registry from a normal user by the following code .... but failed!! However, it works under admin user logon. I think I need to grant some access right to the normal user, but I don't ...
Score DataSet Select error
tshad - 27 Mar 2007 11:29 PM - 2 messages
I have the following line which I believe was working before.  The error I am getting is: An unhandled exception of type 'System.Data.EvaluateException' occurred in system.data.dll Additional information: Cannot find column [F1]. I am getting this error from the last line of: ...
Score reading connection string into a vb application...
Brad Pears - 27 Mar 2007 10:32 PM - 4 messages
I want to have my SQL Server 2000 database connection string data in an .ini file or a .xml file and then read that string into my vb.net 2005 app - rather than hard code the connection string in the app. ...
Score Integrate a Queue with an ObjectPool
Craig Buchanan - 27 Mar 2007 8:37 PM - 11 messages
I would like to have a limited pool of objects (the objects are expensive to create) that can be enlisted to process items in a queue.  Moreover,  I would like to be able to have the processing (time-consuming) occur on a ...
Score Dataset Object updating
tshad - 27 Mar 2007 8:34 PM - 3 messages
Is there a way to update a DataSet Object? I have a Dataset Object (DataSetObj.Tables(0) - one table) that I read in from a .csv file. I normally do the following to get my data from the .csv: Dim DataSetObj As New DataSet ...
Score System.Net.Mail versa System.Web.Mail
Frank - 27 Mar 2007 7:46 PM - 11 messages
Hi, I am hoping to find out the differences between the System.Net.Mail and System.Web.Mail. Can some nice folks post the differences; or some urls which show the differences? Great Thanks Frank ...
Score license keys commercial system?
Smokey Grindel - 27 Mar 2007 3:49 PM - 3 messages
We need a system out there that will be used as a license key system... not for an application in itself but to say an app can have so many users based on the key's installed or such (tied to a database backend in our code) ...
Score reusing same reader object throughout lifetime of app
vbDavidC - 27 Mar 2007 3:13 PM - 2 messages
Hi, I am fairly new to .net and objects. I learned to create a reader object in method 1, however if I wanted to create multiple select queries in the same module I did not know how to reuse the same code, I would like to verify if method 2 is the ...
Score RegEx and Vb.net /// "Unrecognized escape sequence"
sloan - 27 Mar 2007 2:59 PM - 7 messages
I have a fairly simple RegEx code below. I am given a file name, (which I don't control) , and need to change a folder name in it. The code below is choking on the filename not being escaped. "Unrecognized escape sequence" ...
Score Clear IExplorer Cache
Norman Chong - 27 Mar 2007 9:55 AM - 2 messages
Hi, I need an application which clears the cache of the internet explorer and found the code for this on [link] Problem: The end of the loop below is never reached so the program is ...
Score already an open DataReader associated with this Command which must be closed first
Bart - 27 Mar 2007 7:45 AM - 14 messages
Hi, i get the error: "There is already an open DataReader associated with this Command which must be closed first" Thanks Bart ----------------------------------------- Imports System.Data.sqlclient Imports System.Data .... .... sql = "SELECT count(*) FROM pc where lokl='" & w & "';" comd = New SqlCommand(sql, oConnection) ...
Score Error creating window handle
Jonathan Boivin - 27 Mar 2007 7:15 AM - 3 messages
Hi people, Let me introduce to how I get this error. I have a form which load all my bills representation depending upon filters which each bill is a usercontrol of my own having some textboxes containing bill's datas. (I already replaced the labels by painting the text instead.) ...
Score ListBox .DisplayMember and ValueMember ??
perrycheung221 - 27 Mar 2007 7:04 AM - 2 messages
Hi all, I got a problem of getting a display text and value from a item of a listbox Below is how I databind the data into myListBox dt is a dataTable with 2 column, ID (int) and value (string) ...
Score Tools to test the speed
Agnes - 27 Mar 2007 6:44 AM - 4 messages
My client put the SQL server in data center. Their branches (located in different area) run vb.net application via VIA VFP . Now, they complaint that there is Timeout occurs. When I test the system locally, it run very fast and fine. I think it is the ...
Score Drilling down through directories
Jack Russell - 27 Mar 2007 12:33 AM - 5 messages
I need to drill down from a directory through all the sub directories and build up a list of files. I have VB6 code to do this but it uses APIs etc and am hoping that there is a better way of doing in .net 2003 ...
Score interesting math issue
param - 26 Mar 2007 11:43 PM - 6 messages
Hi all, So here is a little brain teaser that I need to solve. I need to calculate a tax amount based on a certain $ amount. However the caveat is that the tax amount is a component of the $ amount. So, in my ...
Score sp_rename _BUG_
Larry Linson - 26 Mar 2007 10:18 PM - 12 messages
This is straight out of books online sql 2000 for sp_rename Renaming a stored procedure, view or trigger will not change the name of the corresponding object name in the syscomments table. This may result in problems generating a script for the object as the old name ...
Score databinding a datagridview
Jim in Arizona - 26 Mar 2007 9:55 PM - 3 messages
Sorry for the x-post. There seems to be very little if any activity on the windowsforms group. Nearly all my experience so far has been with web forms so I'm just learning to work with windows forms. I'm trying to bind data do a datagridview but dont' know how. This is ...
Score Converting String to A Date
c_shah - 26 Mar 2007 9:23 PM - 6 messages
I have a string in this format 100106 what is the most efficient way to convert it to a date like 10/01/2006 thanks. ...
Score Architecture question: templates
Craig Buchanan - 26 Mar 2007 8:12 PM - 2 messages
I would like to emulate the template/document relationship that MS Word has, but with classes. I would like to be able to define a MessageTemplate class (with subject, body, recipients, etc), then be able to create an instance of the Job class ...
Score .NET Permissions
Marco Trapanese - 26 Mar 2007 7:22 PM - 3 messages
Hi! I have an application composed of two executables and two dlls. Both exe project are configured as full trust. On the development machine all works fine. When I test them on another machine either copying the bin folders or ...
Score Using interface effectively
Flomo Togba Kwele - 26 Mar 2007 5:11 PM - 5 messages
I have a class which is derived and generated automatically from the database. Whenever I change the definition of the table, I regenerate the class. I need to derive another class based on the one above. I have added a few ...
Score how to protect a class with a principalpermissionattribute?
xamman - 26 Mar 2007 3:45 PM - 4 messages
hello! anyone ever manage to do this? after trying nearly everything i can think of my code (below) still gives 'request for principal permissions failed' . many thanks x .. .. .. .. .. .. Protecting to class - this doesnt work (& the tried role:="administrators", name:="administrator" etc) ...
Score BE VERY CAREFUL, AS YOU MIGHT BE A VICTIM OF SCAM/FRAUD RIGHT NOW!!
SIS - 26 Mar 2007 10:28 AM - 2 messages
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY><FONT size=2> <P><FONT face="Arial Narrow"><STRONG><IMG ...
Score Print datagridview How to...
Scotty - 26 Mar 2007 6:07 AM - 3 messages
Hi, Hope someone can help me I have a datagridview I want to print Code below works fine if I print the data if there is only 1 page (without using hasmore pages '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! If intRowPos <= 10 Then e.HasMorePages = False ...
Score Create a program by copying an existing program
Barry Flynn - 26 Mar 2007 5:19 AM - 7 messages
In VS2005, I want to write a program which will have some similarity to an existing program. It would be an advantage to start by copying the existing program (into a new directory, and with new names for the forrms etc.) . ...
Score BE-CAREFUL, YOU COULD BE A VICTIM OF SCAM OR FRAUD!!!
SIS - 26 Mar 2007 3:09 AM - 5 messages
Attention! With several on-going cases of fraudulent practices being carried out by criminals on the internet, you are advised to carefully read this circular, so as to completely secure yourself from every fraudulent and scam attacks by criminals on the internet which is very rampant in our current world. ...
Score VB ActiveX to VC 2005
Michael Tissington - 26 Mar 2007 1:55 AM - 16 messages
I have a Visual Basic 6.0 ActiveX Control. It seems there is no way with VS 2005 to create a similar control for containers that host ActiverX controls, is this correct ? I'm thinking of converting the VB 6 project to VC in VS 2005. ...
Score Is this easy? Finding the RGB values of a photo?
samadams_2006 - 26 Mar 2007 1:45 AM - 5 messages
Hello, There are various "Color Pickers" out there, where a series of colors are displayed on a grid and when the user clicks one of these colors, it is selected, and processed by the application.  NOW THE QUESTION: Is there an easy way to do this in the opposite direction?  For ...
Score DatagridView issue
John Tressle - 25 Mar 2007 8:53 PM - 3 messages
I've just started learning vb.net and although it's awesome I've been tearing my hair out trying to find a solution to this specific problem. I have a form with 2 data grid views and I would like the 2nd datagrid view to ...
Score Bildschirmbereich mit der Maus markieren
Peter Hansch - 25 Mar 2007 7:47 PM - 4 messages
Hallo NG, Wie kann ich den Anwender einen Rahmen mit der Maus aufspannen lassen und den ausgewählten Bildschirmbereich dann in eine PictureBox bekommen? Hab leider über Google gar nichts dazu gefunden. Würde mich freun wenn mir dabei jemand helfen kann. ...
Score How to get key column
spaulsamin - 25 Mar 2007 7:25 PM - 2 messages
Hello Friends        Have a nice day!!!!        I have 'id' and 'name' columns ,  datagrid showing only 'name' column, when i hit 'enter' key it has to return corresponding 'id' ...
Score Changing ComboBox Data
Schamness - 25 Mar 2007 5:56 PM - 2 messages
I am working on an application as I try to learn/work with Visual basic. I am writing the application in Visual Studio 2005 and am connecting the Application to an Access Database. I used the Visual Studio wizard to create the data connection, ...
Score AccessKey in a Button !
Ioannis Stefis - 25 Mar 2007 3:54 PM - 4 messages
Hi! I put an & to make an AccessKey in the text property of a Button in MyForm using the & before the first letter of the text, for example &Spin. I see in the design mode the S underlined but not in the runtime. Nevertheless the ...
Score NullReference Fehler
Peter Hansch - 25 Mar 2007 2:24 PM - 8 messages
Hallo, habe ein VS02 Projekt konvertiert auf VS05. Es handelt sich um eine Klasse zur erzeugung eines Screenshots Dabei tritt oben genannter Fehler auf an. Und zwar bei markierter Stelle: Option Explicit On Option Strict On Option Compare Binary Imports System ...
Score Add Items to the ControlBox Menu?
Joe Cool - 25 Mar 2007 3:32 AM - 3 messages
You know how when you minimize an application, and you then right click on the application's task bar icon, a popup menu appears that has by default the items Restore, Move, Size, Minimize, Maximize and Close? It is also known as the ControlBox menu since this is the same ...
Score VB 2005 Design View is not Accurate
David C. Barber - 25 Mar 2007 3:07 AM - 4 messages
Hi, I'm having the rather distressing situation where what my VB 2005 SP1 form is showing in design view, is not accurate when it's run. Specifically, I have a label control that shows all it's text in design ...
Score I think this is an easy one!
active - 25 Mar 2007 1:44 AM - 7 messages
I have the following at the start of a class. Seems to me I could delete everything except the New method. Is that correct? I can't imagine why not but since the IDE put it there I'd like some ...
Score Can you see why this does not sort the list?
active - 25 Mar 2007 12:28 AM - 10 messages
Can you see why this does not sort the list? It displays OK but is not sorted Thanks for any help Private mItemList As List(Of StringWithInteger) = New List(Of StringWithInteger) 'StringWithInteger has properties Strng and Numb .... GenericComboBox1.BindingSourceDataSource = mItemList ...
Next » 2 3 4 5 6 7 8 9 10