Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score WebBrowser1.DocumentText
nime - 1 Jul 2006 11:18 PM - 17 messages
How can I grab html source of a frame? I can retrive main frame by WebBrowser1.DocumentText but I want to retrive inner (child) frame... WebBrowser1.Document.Window.Frames(0).DocumentText like thing doesn't exist... ...
Score XML or SQL Server?
mrmagoo - 1 Jul 2006 10:18 PM - 4 messages
Hi. I'm writing a Windows Forms VB.Net app that is a recipe keeper. I am starting to use SQL Server to hold the data, but I'm wondering if a database is overkill. I might store a few thousand recipes maximum, so I'm wondering ...
Score How to programmatically change a Select Parameter
Fred - 1 Jul 2006 9:46 PM - 2 messages
I'm working with VB.NET and ASP.NET 2.0.  I've set up a Gridview. I want to select on an integer field, lets say Invoice Number.  I've added a  text control and Submit button to the page, and configured the datasource to ...
Score Publishing An ASP.NET Website With Visual Studio .NET 2005
Nathan Sokalski - 1 Jul 2006 7:42 PM - 2 messages
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory ...
Score Where to download VSTO?
wally - 1 Jul 2006 5:57 PM - 2 messages
I feel completely stupid having to ask this (not as stupid as if I had developed the VSTO website that contains no OBVIOUS links to it).....but, where the hell is the VSTO download? I've sniffed around [link] ...
Score DLL in VB.NET
Vhdl.eu - 1 Jul 2006 3:51 PM - 4 messages
Hi all, Can someone give me a good starting point for learning how to write DLL's for use in VB.NET (may also be written in VB.NET) ? The links I found by google are not very educative for me for learning. ...
Score Sudoku array-problem
Joe - 1 Jul 2006 1:13 PM - 4 messages
Hi, I am creating a sudoku on VB Dot Net but to set all textboxes to its standard I have this code below. I want to set this in an array but I don't know how to work with arrays. ...
Score Add columns in Datagrid
Familjen Karlsson - 1 Jul 2006 10:13 AM - 2 messages
Hi I want to add columns in a Datagrid and I want the Columnheaders to show and empty cells to show without adding any records. For example, sometimes there aren 't any records in the database, which the datagrid is based on or you ...
Score Font
Aristotelis Pitaridis - 1 Jul 2006 8:40 AM - 3 messages
Is there a way to load a font from a TTF file which is not installed? Aristotelis ...
Score Right function
Domac - 1 Jul 2006 7:10 AM - 10 messages
What happened with right function ?? What is it's substitute??? ...
Score Loading Crystal report
robinsimon_m - 1 Jul 2006 5:53 AM - 3 messages
How to load the Crystal report that we have done in crystal report software in Vb.net. some body pls send me the code for that. uits really urgent. Here am using the 3rd party software called Crystal Report and not the one ...
Score converting RTF backcolor to Web back color
iwdu15 - 1 Jul 2006 4:28 AM - 3 messages
hi, im doing this: Dim str as string = "#" & Me.rtbCreate.ForeColor.R & Me.rtbCreate.ForeColor.G & Me.rtbCreate.ForeColor.B rtbCreate being a rich text box control, yet the colors dont match. the color shown in the WebBrowser control is different that that of the ...
Score What keystroke to pop back from a browse?
Richard Lewis Haggard - 30 Jun 2006 10:49 PM - 2 messages
In VB.NET, 2005, an F12 will jump the editor to the definition of the word on which the cursor was at the time that the F12 was entered. What is the key sequence to return? In C# and C++, this is Ctrl Shift Asterisk, but that ...
Score Access to DB on client-side with ASP.NET
damianmatiasmax - 30 Jun 2006 10:40 PM - 2 messages
Hello everybody! I'm an ASP.NET developer currently working on a ASP.NET application. This application requires access to a Database on the client side trough DSN connections and there execute some scripts. I know these actions can be developed under an ActiveX environment ...
Score Datefield from variable into a datefield in an access b
reidarT - 30 Jun 2006 9:15 PM - 3 messages
I use a DateTimePicker to get a date. I want to add this date into an access table. I use a variable like Dim dteDato As Date = Format(Me.txtDato.Value, "Short date") In the sql-statement I use INSERT INTO tblToDo ( Dato, Bruker, Utfort, Melding, MeldingFra ) " & _ ...
Score Getting the text from a bound combobox.
reidarT - 30 Jun 2006 8:39 PM - 5 messages
I want to get the text from a bound combobox in a variable I try to use strVar = me.cboName.SelectedText.Tostring, but it doesn't work. reidarT ...
Score A question about generics
Showjumper - 30 Jun 2006 8:03 PM - 4 messages
Back in asp.net 1.1 i made custom collection classes per Karl Seguin's article On the Way to Mastering ASP.NET: Introducing Custom Entity Classes to take advantage of strongly typed data. Now with generics i understand that one doesnt have to used these custom collections. So i want to move ...
Score Event Handlers
sqlhack - 30 Jun 2006 7:23 PM - 2 messages
Hello all, I am looking for a way to either parse though all event hadlers liked to an event, or to remove all event handlers linked to a object. I was thinking about using the handle created event, but it does not provide ...
Score How to find equal images?
Saber - 30 Jun 2006 6:51 PM - 4 messages
There are some Images (System.Drawing.Image) with same widths and heights, I want to find if 2 images are equal. How can I do it? The following code always returns false: If  img1.Equals(img2)  Then    MsgBox("ok!") ...
Score Discover SQL Servers on network
Microsoft - 30 Jun 2006 6:19 PM - 2 messages
In my app I want to create a drop down that lists the available SQL Servers on the Network. How do I discover what servers are out there? This is exactly like when you use File/Connect in Query Analyzer, you select ...
Score Report showing RTF in textboxes - How?
Bob - 30 Jun 2006 6:01 PM - 2 messages
Got a filed bound to a ntext field that contains RTF data, The RTF tags show up in the report obviously I don't want this, Is it possible to show the report with RTF in the text boxes? If So How. ...
Score VB Express: Can't Add New Icon File
Jerry - 30 Jun 2006 5:58 PM - 4 messages
When I right-click on my project (in Solution Explorer) and go to add -> New Item, Icon File is not an option. Can I download this template from somewhere? ...
Score amortization... kinda
Brian Cesafsky - 30 Jun 2006 5:45 PM - 2 messages
I have the following code that will create an amortization schedule, but I need to do the following and can't figure it out. 1)  instead of creating an amortization schedule where you know exactly the amounts the customer will be paying on a monthly basis, I need to figure out ...
Score how to create shift-F2 function for Textbox - shortcutkey?
Rich - 30 Jun 2006 5:43 PM - 4 messages
Hello, I need to add a shift-F2  function to textboxes to bring up a dialogform with the expanded text contained in the respective Textbox.  On any of the keydown events of a textbox I can only trap for one key - well, I only know ...
Score converting string to image..??
grawsha2000 - 30 Jun 2006 5:39 PM - 4 messages
Hi, I'm trying to convert this simple string into image: Dim bytes() as byte()=System.text.Encoding.ascii.GetBytes("123") Dim memStream as System.IO.MemoryStream Dim img as image memStream.Write(bytes,0.bytes.length) img=image.fromstream(memStream)      ' an error occurs here ...
Score Close all forms but Main
Ryan - 30 Jun 2006 4:35 PM - 7 messages
My application has a main form from which the user can use the Menu to open other forms.  Each form opens in a separate window while the main form remains open all the time.  Is their any code I can place in Form_Load for ...
Score ClickOnce
KenL - 30 Jun 2006 3:15 PM - 4 messages
I have a WinForm(VB 2.0) application that I am publishing as a ClickOnce installation. We have a need to publish the same application code for several configurations. (Staging, TestSystem, LiveSystem) Each of these configurations differ only in app.Config changes. I would like the ability to ...
Score VB.NET 2.0 & Application Settings..
modi321 - 30 Jun 2006 2:48 PM - 2 messages
Everyone, I have a question on how to use persistant application settings with 2.0.  I understand I can use defined types like ints, strings, and so on, but how about my own custom class?  The problem is I can fill in ...
Score Visual Basic .NET Compiler
William Foster - 30 Jun 2006 1:57 PM - 6 messages
Good evening all, I am running Microsoft Visual Studio 2005, when I compile my programs with this software it has been compiled by the .Net Framework version 2. Unfortunately I need my program to run on .Net Framework version 1; does ...
Score Store encrypted password in my.settings?
Heinz K - 30 Jun 2006 1:08 PM - 3 messages
Hi all, with VS2005 I want to use my.settings for storing user settings. I also want to store a password there, but of course not in plain text. How could I encrypt the password (or the whole settings file?) ? Many thanks in advance! ...
Score Printer Command
Sub-Lt - 30 Jun 2006 12:43 PM - 6 messages
Hello. Cor Ligthert [MVP]  In:    microsoft.public.dotnet.general recommended I ask this question here: We are upgrading one of our apps from VB6 to VS2005(VB). Barcode printing is part of the app. What we used to do is send the ...
Score Delete events/procedures of control if control is deleted at design time in VB.Net 2005 ?
Luqman - 30 Jun 2006 12:19 PM - 2 messages
Is it possible that if I delete any control on the form, all its related events / procedures should be deleted in VS.Net 2003 or VS.Net 2005 ? Best Regards, Luqman ...
Score need Help Regex
JM - 30 Jun 2006 12:09 PM - 3 messages
Hi, I am not sure if this is the place to post a REGEX question if not, please indicate me where i can post it?. My question: Given a string like: "Boston. MA. Holidays" I need to define the regular ...
Score What type is best for the return value of a function?
John Dann - 30 Jun 2006 10:04 AM - 4 messages
A question that I'm in two minds about - maybe someone more experienced could offer some advice? Let's say I have a method in a class whose function is to generate an image (But it could equally apply to any more complex object that the ...
Score DateTime problem
reidarT - 30 Jun 2006 9:00 AM - 4 messages
I got help from Cor L, but is not finished yet. In a windows form I need to add a date to a table in Access. Dim dteDato As Date = (Me.txtDato.Text)     ' I have tried Value instead of ...
Score TextObject Multiline
Josep Blanch - 30 Jun 2006 8:59 AM - 2 messages
Hi, I'm making a report with Crystal Reports and I use a TextObjet witch I assign a string, but I need to show the text in multiline. How I could do it? Thanks! ...
Score Creating extra classes
Nathan Sokalski - 30 Jun 2006 6:13 AM - 2 messages
I recently upgraded from VS 2003 to VS 2005. In VS 2003 all I had to do to make an extra class was put the following in a *.vb file: Imports System.Web.UI Imports System.Web.UI.WebControls Public Class MiscExtras ...
Score DirectX and False Stretching Images
A. Gaubatz - 30 Jun 2006 4:55 AM - 2 messages
I am using some code that I somewhat cannibalized from a tutorial, and whenever I try to put in an image not of specific seemingly random sizes, it stretches them out alot. The module that runs the code I am using is this: (note that the ...
Score Writing ActiveX DLL in VB 2005
Michael Powe - 30 Jun 2006 3:57 AM - 4 messages
Hello, I have an application that exposes a VB 6 ActiveX API.  I can write DLLs that plug into the application and add functionality to the application.  I write these DLLs by implementing an interface. I have been doing this in VB 6.  On initial review, it appears that it ...
Score Question on XMLSerialization
Joe Cool - 30 Jun 2006 2:38 AM - 4 messages
I have an XML file that is created by an application that I do not have the source to and have no control over at all. I would like to read this XML file using VS2005 VB with XMLSerialization. The ...
Score Comparing recordsets in VB2005
Kevin - 30 Jun 2006 2:21 AM - 3 messages
I'm trying to convert a VB6 app to VB2005. I'm trying to search for changes made to a record and record them in a log file. This is my code in VB6: Dim X As Long Dim oField As ADODB.Field ...
Score trying to execute a simple command line, need help
CP11 - 30 Jun 2006 1:28 AM - 3 messages
Newbie here. I am used to using vbscript but trying vb.net in vs2003. I am trying to add a button click event, like this:         Dim LaunchApp As Integer         LaunchApp = Shell("""c:\program files\myapp\bin\newapp.exe"" ...
Score Writing a node like xs:element to file
ronchese - 30 Jun 2006 1:26 AM - 2 messages
Hello All. I need to complement some information in a xml file, using the Xml.XmlDocument object. This xml contains several <xs:element ....> nodes (is a saved dataset), and I need to write new nodes exactly in the same way the existant nodes. ...
Score String and int Issue
Bonzol - 30 Jun 2006 12:54 AM - 5 messages
vb.net 2003 1.1 web application Hi there. Atm I am using this SQL string SQL = "SELECT Addresses." + tab2LookupCol + " FROM Addresses INNER JOIN Clients ON Addresses.ID=Clients.AddID WHERE (((Clients." + tab1CheckCol + ")='" + checkval + "'))" However, it will not work where '"checkval"' is a number? I require ...
Score Visual Basic 6.0, Enterprise Edition
John - 30 Jun 2006 12:36 AM - 6 messages
Hi What is Visual Basic 6.0, Enterprise Edition that has appeared in MSDN this month? Thanks Regards ...
Score ASP.NET: VSNET2003 to VSNET2005
Nathan Sokalski - 30 Jun 2006 12:07 AM - 4 messages
I just upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. There are several questions I have about the code differences between them (I use VB.NET for as my language of choice): 1. 2003 used "Public Class classname" and 2005 uses "Partial Class ...
Score Global.asax.vb in Visual Studio .NET 2005
Nathan Sokalski - 29 Jun 2006 11:43 PM - 6 messages
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. Visual Studio .NET 2005 does not create the Global.asax files that Visual Studio .NET 2003 did, which I used for variables such as the location of my ...
Score Trying to Track down an Unhandled Exception
Brien King - 29 Jun 2006 10:08 PM - 2 messages
I have 40 users using my application and a few are getting this exception: Message     : Invalid parameter used. Source      : System.Drawing Stack Trace :    at System.Drawing.Font.GetHeight(Graphics graphics) ...
Score Disconnected Client Data Store
John Wright - 29 Jun 2006 9:02 PM - 2 messages
What are some good stragegies for writting a disconnected client store.  I was looking at MSMQ, Serialization and possible SQL Server Express, but I am open to any suggestions. I have to scenerios. 1.  I have a client/server application that needs to be connected as much as ...
Score MDI Form loading
Charlie Brown - 29 Jun 2006 8:05 PM - 6 messages
I am using the following to load my mdi form into the parent.                 If Me.frmIncoming Is Nothing Then                     Me.frmIncoming = New IncomingForm ...
Score determine which radiobutton in a groupbox is checked?
Rich - 29 Jun 2006 7:00 PM - 3 messages
Hello, I have a groupbox that contains 3 radiobuttons.  Is there a groupbox property or some syntax that identifies which radiobutton is checked?  Or do I have to loop? For Each rad As RadioButton In grpBox1.Controls    If rad.Checked.Equals(True) Then Console.WriteLine(rad.Name) ...
Score OT Cross Post: Anyone using VSTS?
Robert Johnson - 29 Jun 2006 5:30 PM - 2 messages
Hi all. Please forgive me for the off topic and cross post but I need some feed back on the Team system.  I am aware it is version 1 and with that in mind I'm hesitant but the system sounds like it is a good idea if it really ...
Score Question about crystal report in VB.Net
Edmond - 29 Jun 2006 5:29 PM - 3 messages
Crystal report can accept 2 datasource ? cozs I create a xsd first and then add it in crystal report....after that...set datasource for the report..... So don't know can do it or not ? Thanks Edmond ...
Score Browsing Records
Brahm - 29 Jun 2006 5:07 PM - 3 messages
hi Folks     I have a datagrid filled out with some records and under it some text boxes .     I want to fill out the text boxes according datagrid browsing .     my question is: ...
Score Late Binding Return Value Weirdness
Tim Roberts - 29 Jun 2006 4:41 PM - 7 messages
I've been doing COM a long time, but I've just come across a behavior with late binding that surprises me.  VB and VBS are not my normal milieux, so I'm hoping someone can point me to a document that ...
Score "Control" color
Kevin L - 29 Jun 2006 4:21 PM - 2 messages
Can anyone tell me the RGB values for the "Control" System Color? Thanks ...
Score ActiveX.exe and RaiseEvent
Galen Somerville - 29 Jun 2006 4:12 PM - 24 messages
A VB6 ActiveX.exe raises an event which is seen by the VB6 App. Same setup in VB2005. The event to be raised is in form frmSweep. As in VB6, frmSweep is hidden when the events take place. I know by actions on the screen and sounds in the speakers that VB2005 is ...
Score Hindi numbers in Graphics class
grawsha2000 - 29 Jun 2006 3:45 PM - 5 messages
Hi, Is there a way to force Graphics.drawstring() method to display Hindi numbers when printing? I changed the locale settings of the Regional Options to an Arabic lang. but no luck. MTIA, Grawsha ...
Score need help with a string manipulation.
Learner - 29 Jun 2006 3:41 PM - 11 messages
Hello,   I am trying to create few dynamic controls and once they are rendered I need to save the information that was entered into these dynamic fileds. For instance when I create 3 radio button dynamic controls I get the ID ...
Score OpenFileDialog Handle Leak
NickP - 29 Jun 2006 3:24 PM - 5 messages
Hi there,     This is really crazy!     1.    Make a folder     2.    Put a text file in the folder     3.    Run the following code... ...
Score read textbox into array - vb2005
Kevin O'Brien - 29 Jun 2006 3:08 PM - 4 messages
Hello, Can someone please tell me how to read a text box in to an array?  What I have in the text box is a string of 7 words seperated by spaces.  I would like to read each word into an array.  Any help would be greatly ...
Score REGULAR EXPRESSION extract a word and text around it
teo - 29 Jun 2006 2:41 PM - 3 messages
I have a problem (partial). Some days ago I asked for a way to extract a word and few text around it (30 chars on the left and 30 on the right) from a long text. I went good with: ...
Score DataGridView Question - VB.NET 2005
Samuel Shulman - 29 Jun 2006 2:38 PM - 6 messages
Hi I am starting to use this powerful controls but I am having a little problem When I use ListView Control I could inherit the ListViewItem to add additional members typically for the Row ID in the database some times of ...
Score Using greek letters in a string
Dave - 29 Jun 2006 2:21 PM - 3 messages
Can someone tell me how to add Greek letters to a string? In this case I need to add the Greek letter mu to a string for display on the screen and don't know how to do it. Thanks in advance for your help. ...
Score datagrid
beGentle-Learner - 29 Jun 2006 2:10 PM - 2 messages
Hi guys I want to e able to delete rows from a datagrid and the same rows must be deleted from the datasource of the datagrid. I have a buon that removes a row based on a field value that is listed in a list box. here is te code: ...
Score Toggle Button?
Ryan - 29 Jun 2006 1:46 PM - 4 messages
I want to create a button on a Windows form that stays depressed when a user clicks it (and raises if they click it again).  How do I do this? Thanks, Ryan ...
Score FTP Project in Visual Studio Pro 2005 (Visual Basic)
Scott0309 - 29 Jun 2006 1:44 PM - 2 messages
I am currently researching how to write a FTP program that will send certain text files to different FTP servers, depending on which customer owns which FTP server. Does anyone know where I can get started with this? This program needs to: ...
Score Threads do not Terminate!
R. Nachtsturm - 29 Jun 2006 1:24 PM - 3 messages
Hi, i have the problem that when i create a low priority background thread, start it, and wait for it to finish that it does not seem to terminate even after it is finished.. if i use performance monitoring to watch the actual thread count then it ...
Score GetPrivateProfileString problem!
Domac - 29 Jun 2006 12:55 PM - 2 messages
I need to read some configuration data from .ini file located at Application.StartupPath location . Here is code snippet : Public Declare Unicode Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringW" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As ...
Score MDI form Parent Problem
Alejandro - 29 Jun 2006 12:51 PM - 2 messages
Hi, I have 1 aplication with MDI parent and child forms - VB.net 2003, in the parent I have a picture box, when I select some option from menu, the new form is hide down the pict box, What can I do to fix ...
Score Icons for explorer app depending on OS
news.microsoft.com - 29 Jun 2006 12:14 PM - 4 messages
Hello, I'm writing an explorer kind of application. How can I extract icons for a specific type of OS? for example the icon for 'My Computer' looks different on Windows 2000 then on Windows XP. Is there any way to fetch them through code (which I prefer)? ...
Score + and & operators
Domac - 29 Jun 2006 11:51 AM - 14 messages
What is the difference between "+" and "&" operator when joining strings? Thanx! ...
Score change cursor to hourglass (WaitCursor) between try..catch
mtczx232 - 29 Jun 2006 11:27 AM - 2 messages
A. I remember microsoft add some features about WaitCursor in Window.Forms, but I not find it now? B. I have some Try..Catch in some module and it's suppose to be long time. I need to change cursor to hourglass. but I have two problem: ...
Score VB.net Express compiling problems
Carl Davis - 29 Jun 2006 9:48 AM - 4 messages
Hi, When I open up an executable in Notepad that I just created in VB.net express I can see virtually all of the source code! Is there any way of improving the compiled output to hide this? Thanks - Carl. ...
Score a simply VB.net/ SQL SERVER question
Ina - 29 Jun 2006 9:25 AM - 4 messages
Hello all, I am newbien in VB.net and I would like to know what is going wrong with my code. Imports System Imports System.Data Imports System.Data.SqlClient Module Module1     Sub Main()         Dim ConnectionString As String ...
Score COM Port Sample problem
reubenwilcock - 29 Jun 2006 9:14 AM - 2 messages
Hi all, I have been using the 'COM Port Sample' which is provided with MS VB 2005 Express Edition (RS232.vb), and I only seem to be able to get it to function with com ports up to COM9. Any suggestions on how to make ...
Score Tranferring data to remote server.(how to http post)?
vaj - 29 Jun 2006 8:17 AM - 2 messages
Hi everyone, Im not looking to tranfer the datasets on a CE device to a remote server. Tried RDA but my sql server isnt compatible with the version of SQL server CE I have on the device.So what me and my colligues thought was ...
Score XML
Pitaridis Aristotelis - 29 Jun 2006 7:56 AM - 9 messages
Hi, I have spent the last two days trying to write a class which will act as a database table. I will be able to add, delete and update records. Does anyone have a sample of this kind of data management? ...
Score Decoding Base64
Jennyfer Barco - 29 Jun 2006 1:48 AM - 3 messages
Hello, I need to decode a string that is encoded on Base64 format. The string is a GIF image, so it's very long and weird data. Do you have an example on how to do this? Thanks in advance ...
Score Folder Access Listing
Seok Bee - 29 Jun 2006 1:31 AM - 4 messages
Hi All, Currently I have a storage server to allow users to store their files in a central location. In this server, there are many sub-folders for different departments. What I would like to do is to have a script to generate a listing that will ...
Score DesignMode broken - suggested path?
Kyjan - 29 Jun 2006 12:57 AM - 5 messages
Greetings! In doing some research, I've learned that some other people have had problems with Me.DesignMode not working correctly when it's used in a user control that is placed on another form.  There was a suggestion... ...
Score Icons in controls
OpticTygre - 28 Jun 2006 11:07 PM - 5 messages
I have a control I built, for which I would like to add a tool bar icon, but for some reason, it's not working correctly. There is no default namespace (I removed it from the properies page of the ...
Score Graph Contol
Samuel Shulman - 28 Jun 2006 10:43 PM - 10 messages
Did Microsoft release a Graph/Chart control with the VS 2005? ...
Score Running a batch file synchonously
eric.goforth - 28 Jun 2006 10:08 PM - 4 messages
Hello, I'm able to run a batch file from a VB.NET application like so: System.Diagnostics.Process.Start(AppDomain.CurrentDomain.BaseDirectory & "saveMylist.bat " & sMYDir) However, I'd like my VB.NET application to wait for the batch file to ...
Score anyone offer a better way?
cj - 28 Jun 2006 9:11 PM - 4 messages
I have menuitems that are checked or not checked for each day of the week.  If it's checked action will be taken on that day. There is also the time of day that the action takes place to consider.  This function ...
Score how to compensate app (vb2005 - .net 2.0) for screen resolution?
Rich - 28 Jun 2006 9:01 PM - 2 messages
Hello, I developed an application for a user who uses a screen resolution of 800x600.  My screen resolution is 1680x1050.  In haste, I shrunk all the fonts to 6.75 so that the app (vb2005) would not appear too large on the ...
Score InterceptArrowsKeys Property of NumericUpDown Control
Samuel Shulman - 28 Jun 2006 8:55 PM - 3 messages
I set this property to False so the controls will be ReadOnly (when I set the ReadOnly property to true) but the arrow keys still .increment/decrement the value in the NumericUpDown control Any clue? Samuel ...
Score Splash form stays open
Bob - 28 Jun 2006 8:49 PM - 8 messages
I have a winforms app written in Vs2005 Vb.Net, The setiings are to Enable the application Framework and I defined a splashform. Works fine if no errors occur. I do a checking on the mainform load event to make sure that ...
Score Set Focus
Mike - 28 Jun 2006 6:54 PM - 6 messages
Hi all, if you have two text boxes on a form and the first only allows 10 characters, how do you set the focus to the second box after the 10th character is entered in the 1st box? Thanks in advance. ...
Score adding records to an access db
reidarT - 28 Jun 2006 6:46 PM - 2 messages
I have an unbound form with two fields, Date and Name. I want to enter text in theese two fields and then click a button to add the text in a row in an Access db. What is the easiest way to do this? ...
Score Verifying Digital Signatures in Code
Mitchell Vincent - 28 Jun 2006 6:43 PM - 6 messages
I've recently started signing all EXEs that come out of here. I would like to verify the signature at startup to detect any changes to the EXE itself. Is something like that possible? I'm using VB.NET 2003.. ...
Score regex question
Smokey Grindle - 28 Jun 2006 5:52 PM - 5 messages
I am writing a messaging app (email like) and want to check if a message has a RE: or FWD: already and if so put a RE[1]: or FWD[1]: type of prefix on it that increments automatically on each reply to one that has that message ...
Score MainMenu Causes Designtime/Runtime Window Size Differences
Mitchell Vincent - 28 Jun 2006 5:04 PM - 6 messages
A picture says a thousand words, so here are 2! Design Time: [link] Run Time: [link] The problems started when I added that MainMenu control. It almost looks ...
Score Add new row to a databound DatagridView
Bill Nguyen - 28 Jun 2006 4:51 PM - 2 messages
I would like to allow user to add new row to a bound DGV. I was able to supply default values for all columns in teh new row. However, as soon as the cursor leaves the new row, the whole row dispappear! This doesn't happen ...
Score how to http post a dataset
vaj - 28 Jun 2006 4:28 PM - 2 messages
Hey, Im creating a system on a pocket pc based on win ce 4.2 and i need to tranfer three datasets to a remote server on the network.Could anyone tell me the easiest way to do this? cheers, ...
Score Interop class not CLS-compliant
mhuhn.de - 28 Jun 2006 4:27 PM - 2 messages
I have imported a C++ class into a .NET solution and use this class as the return type for a method declared in an interface. Framework 2.0 gives me a warning that the method is not CLS compliant. I could add an ...
Score Posting a dataset to a database
vaj - 28 Jun 2006 4:13 PM - 6 messages
Hey, Im creating a system on a pocket pc based on win ce 4.2 and i need to tranfer three datasets to a remote server on the network.Could anyone tell me the easiest way to do this? cheers, ...
Score ADODB
Peter Newman - 28 Jun 2006 3:34 PM - 8 messages
Im still trying to get my head around this, but its the only way i have seen to be able to create a 'recordset' and bind text boxex to it and navigate throw each record by the click of a button ...  ok it may not be the prettist ...
Score PictureBox Question
wandii - 28 Jun 2006 3:32 PM - 11 messages
Hi,    I have a table which contains a BLOB field for image.  I would like to copy a picture from database directly to a picture box control and I have tried the following:         Dim c as Integer ...
Score Debugging at runtime
dave m - 28 Jun 2006 3:11 PM - 3 messages
Is it possible to have an application, compiled in debug mode, report what line or linenumber caused an error or exception at runtime? I'm using VS2003.   I'd appriciate if anyone could point me in the right ...
Next » 2 3 4 5 6 7 8 9 10