Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > june 2004 > threads for monday june 7

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

a little of topic, need some postcode data(uk)
Posted by aussie rules at 6/7/2004 10:48:12 PM
Hi, I am developing an app that needs to validate postcodes(from all different countries), and cann't seem to find any online/downloadable postcode data on the internet, outside of Australia Post. I would like the UK post code/area codes the most at this point, and I know that Royal Mail do...more >>


Find a String in VB.NET
Posted by Federico G. Babelis at 6/7/2004 9:39:44 PM
Hi, I need to extract a string from another string separated by "," like a .csv file. for example I have this string: String1 = 000,federico,00,439827HGH,1233,FGB,0000,00,000 and from that string i need to extract string "federico" and string "FGB" and separate then into another 2 string...more >>

UserControl Key events don't fire?
Posted by schneider at 6/7/2004 9:26:49 PM
I can't get any of the Key events to fire in my UserControl. The control only contains a few labels. This is really annoying.. Anyone know whats going on? Thanks, Schneider ...more >>

GDI Drawing Text with outline and shadow
Posted by Lou at 6/7/2004 8:39:47 PM
I need to have a Face,Outline and drop shadow. I am close but can't get my code to work. The face and outline work fine but the shadow is not sized correctly??? Dim rec As New Rectangle(PictureBox1.Left, PictureBox1.Top, PictureBox1.Height, PictureBox1.Height) Try 'Set the Font Dim my...more >>

setting tab stops
Posted by steve at 6/7/2004 6:34:00 PM
anyone have an idea of how to set tab stops for nodes in a treeview control. i'd like to display a string of tab delimited data in the tree nodes so the nodes at the same level appear as if they are columnar. tia, steve ...more >>

Creating a DSN via odbc - But do i need one at all?
Posted by Dan Keeley at 6/7/2004 6:05:21 PM
Hi, I'm writing a vb.net project which uses crystal reports to access the database ( currently msaccess, but could be changed in the future ) I've found articles in this group, saying dont use odbc, use a dsnless connection. However can that work with embedded crystal reports? If so how? ...more >>

Inline or Precedure
Posted by Anthony Nystrom at 6/7/2004 5:56:03 PM
I have Code that can either be run inline or called as multiple procedures. What would be the best practice, I like the component model with procedures but heard that inline executes faster... Thanks in advance... Also, why does calling dispose such as with any var.dispose execute faster then simp...more >>

Getting a reference to an "object" from the WebBrowser Control?
Posted by Robin Tucker at 6/7/2004 5:39:34 PM
Hiya, I'm using mshtml and the web browser control to embed an OLE object in my ..NET application. What I want to do is get a reference to the "object" embedded therein: The HTML looks something like this: <html> <body> <object classid="clsid:260AACA0-F963-101B-8955-0000C0DCD465" ...more >>



sleep
Posted by Tony at 6/7/2004 5:27:28 PM
I want my program to sleep (do nothing) for one hour. I can use the timer and 3600 seconds and code around the midnight problem. is there a better way? I looked at datediff, hour, minute, second still have to worry about midnight. Thanks ...more >>

creating controls at runtime
Posted by jcrouse at 6/7/2004 5:26:03 PM
Well thanks to all of you my layout designer is moving along (slowly as I learn). I want to be able to give the user the ability to add label controls at runtime. I have this working for one label control, Label1. When the user adds the next label I would like my code to check (maybe a loop?) what t...more >>

Autosize Limits on ListView Column Sizes
Posted by Kevin Westhead at 6/7/2004 3:58:32 PM
Can anyone confirm whether or not there are any limits imposed on the widths of autosized columns in a list-view. I've found that the autosizing appears to have an upper limit, i.e. it will not expand beyond some (unknown) maximum length. This applies to user-autosizing (double-clicking the divi...more >>

passing variable between forms
Posted by Sameh Ahmed at 6/7/2004 3:26:07 PM
Hello there I know that if I have more than one form in the same project I will have to create variables of any form I need to use. I manage to open forms using the show(), now what I need to do is to set the value of a control's property on the calling form. As I can do that from the calling f...more >>

Using Variable Control Name
Posted by B-Dog at 6/7/2004 1:16:04 PM
I'm capturing the checked radio button to XML file using the name of the radio button. I want to read my xml file to find which button was checked on close and the check the appropriate button when for loads. How do I use a variable control name. This is what I'm trying to do below but of cour...more >>

Not Running ASP.Net 1.1
Posted by Lespaul36 at 6/7/2004 11:55:52 AM
I am running VS .Net 2003 and was working fine until yesterday. Now when I try to make a vb web project it says that asp.net is not running. I have tried: 1. unistalling and reinstalling iis, framwork, and VS 2.running C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i and r...more >>

installutill
Posted by Paul Nelson at 6/7/2004 11:54:18 AM
I am trying to install a windows sewrvice, and am having trouble doing so. The error I get says I should use intallutil.exe to install the service before it can be used or tested, but when I try and run installutil.exe, I get a error saying this program is not on my machine. Can anyone give me some ...more >>

Font support changed in .NET ?
Posted by Mika M at 6/7/2004 10:53:55 AM
Hi! I'm trying to print barcodes paper printings of my VB .NET (2003) Windows forms application. Earlier I used Code39.TTF (True Type Font) with VB6, and it was working fine, but now can't get barcodes with VB .NET with the same font !? I downloaded demo .OTF-barcode font (Open Type Font), and...more >>

Is there something like this in VB.Net?
Posted by Keith Rebello at 6/7/2004 10:48:51 AM
When reading from a text file in VB6, we could use: Input #FileNumber, Variable1, Variable2, ... to read directly into variables. Is there something equivalent in VB.Net? ...more >>

See that user selected a new Tabpage.. how?
Posted by Andre Nogueira at 6/7/2004 10:40:19 AM
Hi there. I would like to know it is possible in VB.Net 2003 to see that a user has clicked a tab page. My goal is to close the tab page if the user clicks a tabpage "separator" (not sure how to call it.. but it's that part that when you click on it the whole tab page becomes visible) holding t...more >>

'include' an ocx (and dll?)
Posted by DraguVaso at 6/7/2004 10:08:44 AM
Hi, I have an application that uses a custom ocx. Because I need to deploy this ocx with XCOPY and not with a setup, I need a way to get around this setup. What I was thinking about was this: Is there a way to kind of 'include' an ocx into an appliation, so I don't need to register it anymor...more >>

selection formula results from two unrelated databases
Posted by Helen at 6/7/2004 10:06:02 AM
vb .net 200 crystal reports Oracl Acces Hi, I have all selection formula results needed from the main crystal report, called in the vb form (Oracle db) I now need to build in the logic in the vb form selection formula to obtain results also from the subreport (Access db) The two databases ...more >>

Getting ASCII Output From Web (using wget)
Posted by cemich NO[at]SPAM chesapeakebay.net at 6/7/2004 9:43:01 AM
I am in the process of getting ASCII data down from a server that will print out the ASCII version of a proprietary format when you click "get ASCII" on the site. I'm trying to bring it down programattically so that I get an ASCII file without displaying it in a window. So far, I've used wget...more >>

RSA Licensing??
Posted by Nak at 6/7/2004 9:29:22 AM
Hi there, Someone has recently informed me that as RSA is a patented algorithm you need to purchase a license to be legally allowed to use the RSA classes in the .NET Framework in your application. Is this true??? Nak. ...more >>

Treeview highlight node on form load
Posted by mr_carl_gilbert NO[at]SPAM hotmail.com at 6/7/2004 9:17:53 AM
Hi I have a Treeview component on a form which when loaded selects a node from the treeview. The problem is that I can not get the node to remain highlighted. The app is sucessfully selecting the node as the correct parent node expands and when I click on the parent, the node that I set o...more >>

MSScript control problem...
Posted by user NO[at]SPAM domain.invalid at 6/7/2004 8:46:28 AM
I have several vb.net apps that use the MSScript control to provide basic scripting. On one machine in particular, these apps refuse to start, stating: An Unhandled exception of type 'System.IO.FileNotFoundException' occurred in MyApp.exe Additional information: File or assembly name AxInt...more >>

Using shell32.dll icons (from resources)
Posted by Brian Henry at 6/7/2004 8:42:08 AM
Hi, I have a custom made error form and wany to show the exclimation mark or red X icon form shell32.dll in my application. how would i read these resources? thanks ...more >>

HOW? Capture output stream as byte array
Posted by Lee Gillie at 6/7/2004 8:38:41 AM
I am using Cryptography. You can encrypt or decrypt by providing an output stream as a parameter to the CryptoStream constructor. But I need byte arrays, as I am encrypting on the fly to a socket, and need to manage all socket traffic. My thought was a stateful call to my own Encrypt and Decry...more >>

Another XML Writing Question
Posted by jcrouse at 6/7/2004 6:21:03 AM
Here is some of my code Dim myXmlTextWriter As XmlTextWriter = New XmlTextWriter("C:\CPViewer\CPViewer.xml", System.Text.Encoding.Unicode myXmlTextWriter.Formatting = System.Xml.Formatting.Indente myXmlTextWriter.WriteStartElement("CPViewer" myXmlTextWriter.Writ...more >>

help needed on how to export result to Excel Spreadsheet
Posted by keali_lim NO[at]SPAM -NOSPAM-fastmail.fm at 6/7/2004 6:15:16 AM
hi, i have done all the neccessary calculation on .NET and i want to export the result into excel spreadsheet. May i know how to declare excel so that open my keali.xls workbook and i can export my result in there??......(i try something like : Dim objExcel as excel.application) --...more >>

how to export result into excel???
Posted by keali_lim at 6/7/2004 5:21:03 AM
hi, i have done all the neccessary calculation on .NET (windows form) and i want to export the result into excel spreadsheet. May i know how to declare excel so that open my keali.xls workbook and i can export my result in there??......(i try something like : Dim objExcel as excel.application) ...more >>


DevelopmentNow Blog