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 > march 2006 > threads for wednesday march 1

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

Event wanted
Posted by Martin at 3/1/2006 11:08:35 PM
I have created a subclass of a textbox. In this subclass I have a property called 'Caption'. If this property contains a value then I want to create a Label object and add it to the controls collection of the parent of the Textbox. So, basically both objects exist next to eachother on the same...more >>

ASP.Net and Flash
Posted by Sam at 3/1/2006 9:49:37 PM
Hi All, I have been assigned a task to implement flash into our webpages which, allow our sale associates to customize colors and some appearance of our webpages through an xml configuration file. Could anyone give me some directions, or point out where I might find some tutorials, examples...more >>

Custom DataGRidComboBoxStyle DataSource Problems
Posted by Richard Ryerson at 3/1/2006 8:15:43 PM
I have a general DataGridComboBoxColumn that I built using the Example in the .NET 2003 Combined Collection help file (that was a data time picker). I am able to assign a data source and display / value members so the ComboBox is data bound and that works, to a point. What generally works is t...more >>

How to use a PDB file
Posted by Water Cooler v2 at 3/1/2006 7:16:18 PM
How does one use a .pdb file that contains debug symbols for a project. It contains binary data. How do I use it to diagnose the application? ...more >>

How to put all code generated by the designer in external files (VS2005) ?
Posted by pamelafluente NO[at]SPAM libero.it at 3/1/2006 7:15:34 PM
Don't know if this is a common or dumb question (just playing with the 2005)... When one imports a project in VS2005, I noticed that for the existing controls the code generated by the Designer remains in the main file, while the *new* controls, created with the new IDE, use an external file ...more >>

Resize image to fit on page
Posted by Kyjan at 3/1/2006 5:10:51 PM
Greetings to all! I was curious if anyone knew how the formula works for determining the ratio by which to resize an image to ensure that it fits on a page when printed from VB .NET. Thanks, Kyjan ...more >>

login/users/roles in ASP.Net?
Posted by Les Stockton at 3/1/2006 4:54:28 PM
I'm new to ASP.Net and want to take advantage of some of the new features of Framework 2.0. I've seen the Login controls and how it works with administration of security, using Windows authentication. However, I'd like to write an applicaiton that will be on the internet, which means that I ...more >>

httpwebrequest
Posted by cj at 3/1/2006 3:55:50 PM
As best I can figure this should return me something from the host but it hangs on RESPONSE = REQUEST.GetResponse() Any ideas? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim REQUEST As Net.HttpWebRequest ...more >>



Simple Graphics Question
Posted by fripper at 3/1/2006 3:44:14 PM
I have a VB 2005 app ... main window has a picture box control (picControl) .... I want to draw a rectangle in that control using GDI+ ... something like: Dim g as graphics = creategraphics|() Dim r as Rectangle Dim b as new system.drawing.solidbrush(system.drawing.color.red) r.x = 100...more >>

Setting an object to a UserControl
Posted by Dave at 3/1/2006 2:41:22 PM
If I have a name of a User Control in my project, how can I set an Object to that User Control? ie; I have a User Control, called "Accounts" in my project I tried the following code strUserControlName = "Accounts" frmMain.Controls.Add(strUserControlName) But, of course, the above cod...more >>

DateTimePicker - Howto set the language
Posted by Josef Brunner at 3/1/2006 1:00:09 PM
Hi, I have an application that enables the user to switch between (so far) 2 different languages. Now I need to display a datetimepicker. How can I switch / control the language the datetimepicker appears? I tried doing this to set it to english, but it would still display the control...more >>

User Control in it's own thread?
Posted by teillon at 3/1/2006 12:23:43 PM
Is there not any way to create a user control that does it's thing in it's own thread. Say for example loop and print the time to a listbox? I want to build one of these uc and put both on a form and have each run in it's own thread... ...more >>

Debugging design-time features of custom control
Posted by Roman at 3/1/2006 11:43:03 AM
Hi, I am creating a custom control with some desing-time features. How can I test/debug the control, especially its design-time functionality? Thanks in advance, Roman ...more >>

Fill a tree view with a stored procedure
Posted by john wright at 3/1/2006 11:13:12 AM
I have a stored procedure that returns a dataset. I want this dataset to fill a tree view. Here is the Stored Procedure Query SELECT Product.Product_#, Product.Part_Number, Status.Status, Traveler_Step.Step, Station.Station_Name FROM Product INNER JOIN ...more >>

HttpWebRequest problem
Posted by dfetrow410 NO[at]SPAM hotmail.com at 3/1/2006 9:33:39 AM
It replaces all my <div> tags as tables. How do I stop that? ...more >>

15 second delay when calling excel macro?
Posted by cr113 NO[at]SPAM hotmail.com at 3/1/2006 9:27:41 AM
We've upgraded from Office 2000 to Office 2003 and now my excel macro calls are messed up. There's about a 15 second delay from the time I make the call in VB.NET to the time the excel macro is actually executed. Here's my code: Dim oExcel As Microsoft.Office.Interop.Excel.Application oE...more >>

DataGridColumnStyles issue
Posted by jvb at 3/1/2006 9:21:25 AM
Hey all, I am getting this message when trying to view data in my datagrid: ....DataGridColumnStyle cannot be used because it is not associated with a Property or Column in the DataSource. Here is the skinny... 1. The tablestyle that it is puking on is a manually created table in code....more >>

app.config
Posted by Khodr at 3/1/2006 9:12:41 AM
Hello, I am using VS.NET 2003 and vb. I build my application MyApp and it generates MyApp.exe.config. So now MyApp.exe reads parameters from MyApp.exe.config. Great and no problem! I need to run the same program but with different configuration data. So I made a copy of MyApp.exe and MyApp.ex...more >>

ASP
Posted by cj at 3/1/2006 8:35:21 AM
Do I have to build an "ASP.net Web Application" to submit HTTPS requests? Or can I use a "Windows Application"?...more >>

Currency values in Excel to VB2005
Posted by zacks NO[at]SPAM construction-imaging.com at 3/1/2006 8:04:01 AM
I am using the Microsoft Excel driver (DriverID 790) to process data in an Excel spreadsheet. One of the columns is money, but was orinally formatted as General. So a value in the spreadsheet of say 462.97 came into the application as 462.969999999999, which is of course an invalid value for cur...more >>

For...Next vs Do...While
Posted by jvb at 3/1/2006 7:40:40 AM
Hey all, I figure it's Wednesday, why not put a question up for debate. Beyond personal preference, is there any benefit (performance or otherwise) to using one loop over the other? For example, I remember in hearing in class (many years ago...) that VB compiles For...Next loops as Do...While...more >>

SQL Server or ACCESS?
Posted by HKSHK at 3/1/2006 5:50:13 AM
Hi guys, I am still struggling which database I should use... A friend of mine suggested that I should use SQL Server rather than Access. Now I wonder... a) Which database offers the better speed? b) How are the requirements if I want to use a SQL Server db (min. RAM, min. free hard disk...more >>

Capture Screen
Posted by kmercer46 NO[at]SPAM yahoo.com at 3/1/2006 5:41:30 AM
I have just gone thru some video's on Microsoft site on using VB Net 2005. I look at it and decided I could do that. It looks like grabbing the screen, saving it, do your recording and when finished combine the pictures into an AVI and add the sound recording. Sounds easy doesn't it? Is the...more >>

String Concatenation
Posted by Joe at 3/1/2006 5:31:35 AM
Hello All: In VB6, we were encouraged never to use "+" to concatenate strings, due to issues arisiing from Variants. We wre encouraged to use "&" instead. Since .NET doesn't allow Variants, in your opinion, is it still good programming practice to use either: String.Concat("a", "b") o...more >>

Please help me Creating instalation Package For Vb.net Project
Posted by muthukumaran.1982 NO[at]SPAM gmail.com at 3/1/2006 4:58:41 AM
I have developed a vb.net project. Everything went smooth. but matter comes when creating a package. I have created as setup project for my project. When I try to install it to a system that has no .net framework it shows error " You Must have .net frame work...." Something it show. How to i cr...more >>

Limit Columns shown from XML file
Posted by Devlei at 3/1/2006 3:37:51 AM
My application reads data from an XML file into a Dataset, then via a Dataview displays the data to the user in a datagrid. How do I only show certain columns in the Datagrid? I have tried the TableStyle property (and subsequent ColumnStyle) of the Datagrid, but the unwanted columns still apea...more >>

PC to PC file transfer
Posted by Hugh Janus at 3/1/2006 2:08:55 AM
Hi all, I need to add to my app a computer to computer file transfer. I can't use any components so I have to do this all from code. Basically, I need to be able to input the recipients IP address and port (they run the same app and press "listen" on a configured port to make their app wait...more >>

Client- Server Programming using VB.NEt & SQL SERVER
Posted by NRakhesh NO[at]SPAM gmail.com at 3/1/2006 1:28:05 AM
I have to submit a project as a part of my final year project. I consulted various domains and finally decided to implement a work on delevoping a system for transcription work based company. The overall flow is somewhat like this the client either and indiviudal or a department is given acces...more >>

Software in different languages
Posted by SaherAlim at 3/1/2006 1:08:01 AM
Hi, I have developed a simple application, now i want to it's exes in different languages such as French and German. Can anyone points me to right direction how to do it. Are there any software available? or what methodology should i follow? Any comments in this regard will be helpfull. ...more >>

Referencing the Assembly GUID
Posted by Jozef at 3/1/2006 12:00:00 AM
Hello, I apologize for such a newbie question, but I'd like to know if there's any way to reference the assembly GUID? Thanks! ...more >>

How to hide the dialog form?
Posted by zhangyl at 3/1/2006 12:00:00 AM
I use a WebBrowser control to open an office Document in my form , but every time when I open a file, there a dialogbox named "File download" showed asking "Whether you want open or save this file?", how can I hide it? Actually, when opening an office file embeded in IE, there also show this ...more >>

Ip Address vs Server Name
Posted by ruca at 3/1/2006 12:00:00 AM
hi, Can Anyone tell me or indicate some sites to get information, what's the differences between calling my Web Application with an Ip Address or the Server Name??? Example: Ip Address calling: http://111.111.0.1/WebApplication/index.htm Server Name: http://[MyServerName]/WebAppl...more >>

OLE Container
Posted by Martin at 3/1/2006 12:00:00 AM
The VS2005 help documentation says: <QUOTE> OLE Container Control There is no equivalent in Visual Basic 2005. Applications that depend on this control should be left in Visual Basic 6.0. </QUOTE> I have an application that largely depends on the OLE Container control, and I do not wan...more >>


DevelopmentNow Blog