473,538 Members | 10,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

3
2,650
thread by: Ed Willis | last post Nov 20 '05 by: Fergus Cooney
Is it possible to pass session information from one ASP.Net project/web application to another? Thanks.
0
1,336
thread by: AnAnimal | last post Nov 20 '05 by: AnAnimal
Hi. In the ComboBox drop down list we have: AB - Alberta BC - British Columbia .. .. ..
3
2,339
thread by: Brian Fulford | last post Nov 20 '05 by: Kevin Yu
In my application event log... my service logs messages fine... but all the entries have more text than what I assigned to the message text.. ideas why??? The description for Event ID ( 0 ) in Source ( CheckECHStats ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display...
0
1,088
thread by: Trint Smith | last post Nov 20 '05 by: Trint Smith
the less the data going to my datagrid, the wider the lines and columns...how can i keep the datagrid rows and columns the same size no matter how much data is being displayed? thanks, Trint ..Net programmer trintsmith@hotmail.com *** Sent via Developersdex http://www.developersdex.com ***
3
3,486
thread by: bruce | last post Nov 20 '05 by: Greg Siemon
Hi, I am trying to write a simple installation program that asks the user a few questions and then installs a software application and its associate files based on those answers. I am new to VB, (usiing VB 6.0) and have figured out how to do everything except for: I would like to read a license agreement from a text file, display it in...
1
972
thread by: yup | last post Nov 20 '05 by: Fergus Cooney
How do I create a wizard? I know in excel (visual basic applications) the multipage has a style setting which makes the tabs disappear, but how is it done in vb.net? Is there a wizard creater I could download. I seen one on C++. yup
0
1,326
thread by: Tim Fortney | last post Nov 20 '05 by: Tim Fortney
Is there a way to detect when the Ip address of the machine changes. Is there an object that raises a "Ip_Changed" event? Thanks Tim Fortney
3
1,645
thread by: Woody Splawn | last post Nov 20 '05 by: Fergus Cooney
Just wondering if a checkbox field is designed to work on anything other than a boolean type field. If not fine, I just need to know. I have many fields in a SQL Server 2000 table that are Var fields with a width of 1. These fields contain a Y or an N or a Null. Looks like I may need to convert these fields to Bit fields if I want them to...
2
1,256
thread by: Gene Ariani | last post Nov 20 '05 by: Gene Ariani
I have been asked to create an application to automatically send emails when a date is reached. These dates are in a table in a database. How would I approach this since I have never done something like this. Any direction is appreciated it. Thanks Gene
2
1,553
thread by: meh | last post Nov 20 '05 by: meh
I'm sorry I've posted this a couple of times and I still can't seem to get it to work. NE suggestions would be appreciated.... tia meh
0
769
thread by: Gopal Prabhakaran | last post Nov 20 '05 by: Gopal Prabhakaran
what id thread per object ? How to do this in vb.net? luv prabhakaran.g
4
4,404
thread by: One Handed Man | last post Nov 20 '05 by: One Handed Man
Ive been working on this since yesterday and its bugging me. Although the event is firing, The box does not scroll. Can anyone see what Im doing wrong. I suspect it is stupidly simple. TIA
5
4,919
thread by: Woody Splawn | last post Nov 20 '05 by: Cor
I have a field in a database called Language. This field may contain a E for english or an S for spanish. I would like to use this field in conjunction with two radio buttons. I know how to drag two radios to my winform and put them in a groupbox. What is not clear to me is how to populate (put a radio in) the English or Spanish radio with...
1
1,178
thread by: MingChih Tsai | last post Nov 20 '05 by: Cor
Dear All, How could I recevie the id value from Server.Transfer("a.aspx?id=1234") For example, in the form I can use Request.Form, in the string I can use Request.QueryString Thanks, pp
2
6,089
thread by: Jason | last post Nov 20 '05 by: Merlin
Why is it that whenever I rename a form from Form1 to something else it fails during the build. I get an error - Sub Main not found...... What is the problem? If I rename the form back to Form1, it works fine. is there a fix?
5
2,456
thread by: michela rossi | last post Nov 20 '05 by: Cor
Hi, Don't know if anyone can help: We have a web control that shows a collection as a series of checkboxes. Preselected items are passed in and the user is free to change the checked items. This is then read out of a property and saved in the database. However there is a problem persisting the state of the control between
6
1,222
thread by: Programatix | last post Nov 20 '05 by: Programatix
Hi, I'm working on a project which includes XML WebServices and Windows Form application. The Windows Form application will call the XML WebServices to retrieve data from database. The data will be returned as DataSet. Now, here's the problem. On .NET Framework 1.1, if any rows in the dataset returned contain errors (marked by calling...
3
13,380
thread by: yxq | last post Nov 20 '05 by: Armin Zingler
Hello I will run the program in Window XP. The VB6 code 1. moudle1 code ****************************************** Public Declare Function PickIconDlg Lib "shell32.dll" Alias "#62" (ByVal hwndOwner As Long, _ ByVal lpstrFile As String, ByVal nMaxFile As Long, lpdwIconIndex As
4
1,457
thread by: Merlin | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Please don't hurt me!!! I know this is not the place to post, but I couldn't find a suitable newsgroup, or one that had any recent activity... I have two computers with Win XP professional with all the lasted patches updates and both have NET 2003 installed - my problem is and it's driving me MAD, is that any links using javascript don't...
1
1,409
thread by: Klaus Jensen | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi! I often raise my own errors in code, and I just use ErrorNumber 1, since I do not use this number for anything (like maintaining a table of errornumbers or whatever). I then started wondering... Is this an okay use of raising errors? Should I use a certain range of numbers for some reason? Is there a best practice for raising errors...
2
1,617
thread by: Rob Panosh | last post Nov 20 '05 by: Rob Panosh
Hello, I have the following attribute that is coded in C# and need to convert to VB.Net: I tried this: <DefaultChildType( Type.GetType("myTabPageExt"))>
1
1,178
thread by: Stu | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi, I have been asked to write an application that stores a copy of any item printed on a Win2k/XP machine. The app is to act as a printer in the standard windows printer dialogue, and grab any data printed to it. Has anyone got any pointers/tutorials on how to install an executable as a printer, or to automatically run an application...
3
1,093
thread by: murthy | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi, I am currently developing a mail client. Which control can display the message that gets downloaded from POP server. Any suggestions. Thanks Murthy
2
1,539
thread by: douglas | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi I want to apply ADO object in VB.NET. Can I bind the textbox, editmask, combo box and grid control to the ADO recordset? Any sample would be appreciated. Thanks...Douglas
3
2,433
thread by: Igor | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi, I have a problem when I attempt to utilize the PrintDocument component. I basically copy word for word the code provided under the PrintDocument overview help, but I keep getting the same exception. The message states: "The data area passed to a system call is too small". If anyone has an idea about what this means or how to fix it,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.