|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
fripper -
4 Mar 2006 11:03 PM - 2 messages
I have a VB 2005 windows app and I want to recognize keydown events. I have a form key down event handler but it does not get control when a key is depressed. In playing around I found that if I add a keydown event handler ...
Anthony -
4 Mar 2006 9:32 PM - 3 messages
I have been running Visual Studio 2005 for a couple of weeks and now i can not load any of my form i get an error saying: The program '[3608] AMIS532-4-106.vshost.exe: Managed' has exited with ...
Robert Dufour -
4 Mar 2006 5:08 PM - 2 messages
If I execute the commands in vb.net to send an Email using the localhost IIS server using system.web.mail namespace, is there a way for my program to detect that the sending of the e-mail has failed or succeeded? I could not ...
Gary Nappi -
4 Mar 2006 4:46 PM - 2 messages
I wrote an application (568x392 sizable to 690x500) with four group boxes, that contain one each image (120x120), a text box, and a button. It was developed on a laptop @ 1024x768 and the form sizes correctly at all screen resolutions. ...
academic -
4 Mar 2006 2:12 PM - 5 messages
Is there an expected difference between the following? Stepping seems to show that the first way GetContextMenuControlWindowsExplorer does exhibit the correct data in this sub But not in the calling routine. The second way seems to work OK Public ReadOnly Property GetContextMenuControlWindowsExplorer() As ...
philip -
4 Mar 2006 2:08 PM - 2 messages
I tried to publish on my address 'philippewarein.com' a minimal site. There is only one page, with some words : "This is my first site" This is the HTML code of this page, code created by Visual Studio 2005 : <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" ...
MildManoredJanitor -
4 Mar 2006 11:20 AM - 3 messages
Hello Group Can anyone tell me what the script below is in VB.NET WMI format? strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * from Win32_Printer") ...
Bernard_Bourée -
4 Mar 2006 11:14 AM - 5 messages
I have the following code Public Marchés As New Hashtable Dim sMar() As String = {"EuronextA", "EuronextB", "EuronextC", "Indices"} 'A class Marché is filled with the above values Dim Mar As Marché 'DEFINED IN A CLASS COPIED AT THE END ...
Hitesh -
4 Mar 2006 10:43 AM - 3 messages
Hi, Can you please let me know the code in VB.Net for how to use GetSystemMetrics(SM_REMOTESESSION) to know if the application is running on Terminal Server or on local machine. Thanks ...
Windy -
4 Mar 2006 8:12 AM - 3 messages
HI all, I would like to know if VS2005 has any built function about the basic encryption method, and how to use it. thanks. ...
sonu -
4 Mar 2006 6:55 AM - 3 messages
Hi all, I have developed an application in which there are uptill now 12 projects and few of them are dependent on each other. The problem is I am not able to manage the references across different projects. Previously I used to get one error it says something like the object of ...
Husam -
4 Mar 2006 5:23 AM - 3 messages
Hi EveryBody: in Vb.Net 2003 How can I convert my windows application to be ASP.Net Web application ? I mean how can I add all the classes and members of ASP.Net application to my windows application ? Any help will ba appreciated ...
vighnesh -
4 Mar 2006 5:13 AM - 54 messages
Hello Everyone I am about to develop a project like Registry Mechanic using either VB.NET or C#.NET. But I dont know is it worth while in using these languages ? I mean is there necessary support provided in .NET to accomplish this task? If Provided please suggest me the ...
Galen Somerville -
4 Mar 2006 2:28 AM - 7 messages
I have a user control with a Panel and five Labels. The end result is a circular volume control (no actual circle is shown). The Size is 90,97 I fire up VB2005, Select Windows Application, add a couple of buttons and my ...
Marcus -
4 Mar 2006 12:47 AM - 16 messages
I created a VB.Net 1.1 application that iterates through all the tables in any basic Access 2000 database passed to it and generates the same table structure in a SQL Server Express database. The structure is created fine (with minor data conversions from one to the other, e.g. ...
Don -
4 Mar 2006 12:33 AM - 8 messages
I thought each Treeview node had a unique index in the nodes collection but apparently I was wrong. I'm pretty sure the VB6 Treeview had unique node indexs but I don't want to set up an old computer with VB6 installed to check it. ...
1388-2/HB -
4 Mar 2006 12:24 AM - 2 messages
For vb2005. At design time I set the main form's WindoState to Maximized and I disabled the Maximize box. The user can Minimize the application only. When the program launches, the form is indeed Maximized. However: ...
alanb -
3 Mar 2006 10:46 PM - 3 messages
This is driving me NUTS. I have a listbox bound to a datasource and it all works fine until I start deleting items from the class collection. The frustrating thing is that there is no pattern to the error and I ...
cj -
3 Mar 2006 9:20 PM - 5 messages
I've got some classes for a program and the classes were written in Module1. It works fine however I am curious if instead of doing "project|add module" I'd done "project|add class" how is that different? ...
casey -
3 Mar 2006 9:16 PM - 2 messages
I have a subroutine that has 2 sections of code. The last line of the first section displays a button. I need my program to wait until the user clicks the button, then continue executing the rest of that ...
chuckd777 -
3 Mar 2006 8:25 PM - 2 messages
I have an executable that I plan on deploying to several other machines. That executable establishes an ADODB connection with Access Some of these pc's do not have Mircosoft Access, will registering a few dll's and active x controls allow these PCs to use the program, or do ...
Chad -
3 Mar 2006 8:18 PM - 9 messages
To anyone who is smarter than I am when it comes to WMI: Here is what I am trying to do: 1) Detect a USB pen drive when it is inserted 2) Retrieve the drive letter of the pen drive ...
awrightus -
3 Mar 2006 7:34 PM - 3 messages
I am trying to incorporate a integer variable with a vb.net datetime literal. For example: Dim Jan1 As DateTime = (#1/1/2006#) would be a literal for January 1st of this year. But I have a integer variable that represents the ...
HockeyFan -
3 Mar 2006 7:07 PM - 3 messages
in base base class of a codebehind, how can I tell what page it is? I'd like to know what page it is, so that I can redirect to a particular page, get some information from the user, and then return to the page that ...
Husam -
3 Mar 2006 7:05 PM - 3 messages
Hi EveryBody: How can I add Sub or Function or property to be a member of TextBox ? For example TextBox1.Text , text is a property in Textbox1 How Can I add the following sub to be a member of textbox1: ...
labelle -
3 Mar 2006 6:55 PM - 10 messages
I have an event listing on my website that is pulling from SQL. Unfortunately, the listing is displaying all events, especially those that are even 2 years old. I want to get rid of them and only display events that are today or in the future. I need help! ...
JimJam -
3 Mar 2006 6:32 PM - 4 messages
Hello Peeps I have created a program in VB.NET 2003 that counts down from 7.5 hours to zero from 08:00. I have a button that starts a new countdown from 1 hour to zero whilst the first one is couting down from 7.5 hours. ...
phonl -
3 Mar 2006 4:39 PM - 4 messages
VB.NET 2005 and ADO2.NET After years of VB6 and ADO coding, I'm checking out ADO2.NET. I spent several hours trying to figure out why the line: objDataAdapter.Update(objDataSet, "myTable") caused this error: Update requires a valid UpdateCommand when passed DataRow collection with ...
Jon -
3 Mar 2006 4:08 PM - 3 messages
We have a regular ASP website that uses the third party ASPUpload control for uploading files. Those files are in the byte array format, ready to be stored into SQL Server. I need to transfer that byte array to a .Net (2.0) ...
vul -
3 Mar 2006 2:57 PM - 4 messages
I'm trying to add Microsoft Word 11.0 reference to the project. It adds with a yellow mark and it doesn't bring anything in Object Browser.. I tried it in VB 2005 and C# (VS 2005) on 2 machines (Windows XP Pro) with the same ...
Ronald S. Cook -
3 Mar 2006 2:55 PM - 2 messages
I want to have controls on my Windows form app that I can scroll to see more. I don't want to scroll the whole form, just the container holding the controls. What type of container should I use to do this? ...
Vishnu -
3 Mar 2006 2:48 PM - 4 messages
we have project in vb 6.0 in that we were using label having property linkitem =Field(1) and linkTopic= WinWedge|COM1 now we are shifted to vb.net, how this property we can migrate to vb.net ...
Luis -
3 Mar 2006 11:37 AM - 3 messages
Hello... How can I do an exported function in Visual Basic.Net? In Visual C++ the source is the next... but I need the same in VB.Net Thank you /* This is an example of an exported function. */ __declspec(dllexport) int fnDLLSAMPLE(void) ...
Peter Macej -
3 Mar 2006 11:16 AM - 5 messages
I often need to test very simple code while I'm writing the program. And I don't want to compile my whole application just to debug one line of code. For example I want to see what "ABCD".replace("B", "X") returns. ...
cc -
3 Mar 2006 11:07 AM - 3 messages
Hi, I'm writing a .NET-application from which I work with a Word document. In the document do I create a table and set some properties of the cells in the table. Word.Table table1 = m_doc.Tables.Add(m_wordapp.Selection.Range, MAXROWS, ...
brisers -
3 Mar 2006 10:59 AM - 8 messages
Hello, After studying some of the available resouces ( [link]) I can see that it is forbidden to modify the UI directly from a secondary worker thread. What I was wondering was whether I could instantiate a form ...
Dushyant -
3 Mar 2006 10:23 AM - 7 messages
Hi all, I am working on an application, which generate xml files. Now, I want to send these xml files as attachments to other persons using my default mail client, like mozilla thunderbird. I want to send these files by just ...
Kurtulus -
3 Mar 2006 9:49 AM - 4 messages
Hi; I have problem for very long time. I have one mdiparent form and several mdichild form. I have tried to change one control on the mdi parent form form anther one. However I have encountered an error which is "An unhandled exception of type 'System.NullReferenceException' ...
Josef Brunner -
3 Mar 2006 8:22 AM - 3 messages
Hi everybody, my VB.NET (Framework 2.0) client application has to do a HttpWebRequest (for reading web-pages and downloading files) on a web server. The server uses a self-signed certifiacte and the client application should also use a ...
Paulers -
3 Mar 2006 7:17 AM - 2 messages
Hello, How would I go about finding the date of the first Sunday of April in VB.net? ...
Ronald S. Cook -
3 Mar 2006 5:48 AM - 3 messages
What is the best way to structure my Windows form so that when it is dragged bigger (i.e. maximized) or smaller, the controls will reorganize themselves "properly"? Assume I have 4 logical sections of controls. Do I create 4 panels and dock ...
Ashish -
3 Mar 2006 5:42 AM - 2 messages
Hi I m facing the error : "File or Assembly name xyz or one of its dependencies not found" in an VB.NET application.I've checked the dependencies of file xyz & taken their refernece too but still getting an error. ...
Chakravarti Mukesh -
3 Mar 2006 5:24 AM - 5 messages
Hi I want to call an application and also need to pass some parameter for it. I use System.Diagnostics.Process.Start("application_path") and it runs perfectly. But when I pass paramenter like System.Diagnostics.Process.Start("application_path -parameter1 -parameter2") ...
Toufik -
3 Mar 2006 4:21 AM - 5 messages
Hi, I've the folowing error "Concurency violation, The update command affected 0 records", when I execute the save command "DA.Update(DS, "tblName")" DA is a dataadapter linked to a commandBuilder. How can I debug the error, know what is the error... what is the exact ...
Steven -
3 Mar 2006 3:06 AM - 4 messages
I have a question about the focusing on windows form control. First of all, I have a main windows form (MainFrm) for my application, another form (NewFrm) will be displayed if pressing one of the button on the MainFrm. I ...
akelly_image -
3 Mar 2006 1:50 AM - 6 messages
Okay, if anyone could toss me some idea's here, please bare with my noobish questions, I just picked up VB2005 Pro about a week ago. ( no prior VB at all ) Here's my issue.. I'm pulling information out of a text file and need to pull specific ...
all2neat -
3 Mar 2006 12:40 AM - 3 messages
hello. I can enter in data in the vb program itself and it will save data there but when i run my program and enter data it will not save the changes to the database. Any ideas on how to get my program to use ...
Pascal -
3 Mar 2006 12:34 AM - 7 messages
I can't find the equivalent of the old MenuItem.RadioCheck property on ToolStripMenuItem. I need to allow the menu to have a subgroup of mutually exclusive choices. How am I supposed to do this now in 2.0? thanks for help ...
Thomas Homan -
3 Mar 2006 12:00 AM - 5 messages
All, Is there an easy way to interate through a group of radio buttons (9 of 'em) contained within a group box in VS2005. I really don't want to have to evaluate each one... TIA! Tom ...
Shannon -
2 Mar 2006 11:49 PM - 2 messages
I'm trying to figure out how to mask a text box.. i've looked at the masked text box.. but still can't get what I want i want to both display and be able to input a decimal value. if i want to ...
Kevin -
2 Mar 2006 11:18 PM - 4 messages
Am a developer,used to VB6 and trying to get to grips with VB.NET 2.0. Trying to read a simple XML file with the user settings. Have seen some sample code for .NET 1.1 and that crashes saying some widget ...
Learnicus -
2 Mar 2006 10:21 PM - 2 messages
Hello, I have a Winforms app that accessess a webservice application that i have written. Both of these use a common class called replication to carry changes from an online database <> offline database. Replication in turn holds the web references to the webservice such that ...
philip -
2 Mar 2006 9:50 PM - 18 messages
If the main window of my application is maximized, all the windows call by program (it is not a mdi application) open themselves maximized. The window called by the main window has this code for its Load event : Private Sub ShowOneImage_Load(ByVal sender As System.Object, ByVal e As ...
cj -
2 Mar 2006 9:25 PM - 3 messages
I've been trying all week to write a VB.net soap client. I've finally gotten a connection after figuring out I needed to change the name of a ..xml file I was given to .wsdl and add it as a web reference in my ...
Bryan Dickerson -
2 Mar 2006 8:33 PM - 8 messages
If I have a web service about which all I know is the URL, i.e. http:/server:portnum/methodname (no WSDL, no nothing else), can I reference and use a web service like this in a VB.Net program? And if I can, then ...
BH Jodo Kast -
2 Mar 2006 8:09 PM - 24 messages
Hi, I found this handy script and I'm trying to convert it to VB.NET. It pops up a list of members in the Administrators/Builtin group. Can't seem to get DirectorySearcher or DirectoryEntry working similar to ...
Michael Roebuck -
2 Mar 2006 7:46 PM - 4 messages
Hi all I'm very new to VB - I am trying to run a DOS command from within a VB2005 asp.net web site using a command button? The DOS command will take the form of the command followed by several ...
ibiza -
2 Mar 2006 7:03 PM - 4 messages
Hi all, I am currently developing in asp.net 2.0 and I was at first impressed with the numerous login and user controls they provided to ease the task of managing users. But I am starting to think it's an hassle for certain tasks...here's my ...
Joe HM -
2 Mar 2006 7:03 PM - 5 messages
Hello - I have a set of utilities that are structured as follows ... Namespace Utility Public Module Main Public TestA as cTestBase Public TestB as cDummyBase ...
someone -
2 Mar 2006 6:08 PM - 5 messages
Hello, I am attempting to convert multiple .wav files to the .flac format via a batch script. I know that this can be done with numerous software implementations automatically for me; however, i am interested to understand how to create a script to perform my purpose and since this function is useful, what the hey! I am rather new to batch files but would appreciate any help. TIA ...
Andrew Bassett -
2 Mar 2006 5:59 PM - 5 messages
I have a datarelation between two tables and I'm having trouble making this work. I call an addnew on the datarelation to create my new record. However, I'm having trouble updating my child table. I haven't found any reasonable ...
pearsons_11114 -
2 Mar 2006 5:50 PM - 7 messages
Changing connection info at run time with Crystal does not seem to work as advertised. I've tried the code in the documentation and the code that's been posted in the crystal group numerous times by Shariq. Here are my particulars: ...
fripper -
2 Mar 2006 5:33 PM - 10 messages
I have a simple VB 2005 app that has a bitmap image and at one point I want to look at a particular pixel and see if it has a color value equal to the value of a color variable, c. For example: ...
phonl -
2 Mar 2006 5:16 PM - 7 messages
VB.Net 2005 I have a bound datagrid with a list of names. I want to add a button that will filter the names so that only the names that start with "H" will display. How would I do that? ...
Tyler -
2 Mar 2006 4:53 PM - 2 messages
I want to be able to authenticate usernames and passwords in a web application without going to the login page. I have no control over this web application. I believe I can send the username and password in a url string ...
Mitchell Vincent -
2 Mar 2006 4:50 PM - 2 messages
Many times there are controls that need to be explained in some of my software dynamically (IE, not require the user to open the help file). I'd like to use "tip of the day" style windows for that and wonder if ...
Mitchell Vincent -
2 Mar 2006 4:49 PM - 2 messages
Using VB.NET 2003, I have a tooltip control on an MDI child window's control. When I hover over it when the application is running the tooltip appears behind the parent window (I can only tell because it is ...
Virgil -
2 Mar 2006 4:37 PM - 3 messages
Hello, I am attempting to create a small app that executes a stored procedure in SQLServer and have been unsuccessful in getting the procedure to execute from my application. The error received when issuing the ExecuteNonQuery is "Procedure 'TestProc' expects parameter '@IN', which ...
Randall Arnold -
2 Mar 2006 4:32 PM - 3 messages
I'm creating a VB 2005 Express app that hosts the webbrowser control. Everything works well except one area: the Navigating event. In that event, I need to evaluate the URL property of the webbrowser object. The URL is set beforehand in the browser object. I'm using Webbrowser1.URL.ToString to check it. However, I get the following error when I try this: ...
gn -
2 Mar 2006 4:25 PM - 5 messages
I am trying to parse a txt file which looks something like example below: thisem***@email.com thatem***@email.com anotherem***@email.com This is the code I am using: filetoread = file1.Value filestream = File.OpenText(filetoread) readcontents = filestream.ReadToEnd() ...
Al Reid -
2 Mar 2006 4:09 PM - 2 messages
I have an application where a 3rd party viewer is displayed next to a VB2005 app. I was told that the viewer needs to occupy the left 2/3 of the screen and the app the right 1/3. Is there something built in that will allow me to dynamically scale the forms ...
Sukh -
2 Mar 2006 4:07 PM - 10 messages
Hello anyone, I am printing a pre-printed continue paper on dot-matrix printer using vb.net winform. For printing I am creating custom size paper and selecting the same for printing. Everything is going fine on first page but after printing ...
rlrcstr -
2 Mar 2006 3:45 PM - 4 messages
Am I missing something? I don't have an option to add a module to my web application. Only classes... Where did the module go? ...
Adrian -
2 Mar 2006 3:42 PM - 4 messages
Hi, Before I open a file to read it etc how can I test to ensure it not currently in use by another process? the scenario is that I'm watch for a file to be created once it is I read ...
Tony D -
2 Mar 2006 3:29 PM - 2 messages
I have a small system- a menu in VB .Net calling a VB .Net DLL that allows a user to access an ADO Database and extract data to a new/existing EXCEL file The user can extract multiple tables- the problem is when I exit the excel ...
Hitesh -
2 Mar 2006 3:25 PM - 2 messages
Hi, I need code in VB.Net to detect if the application is running on Terminal Server. I am using the following code. Please let me know if you see any issues in it or if you have some better code to achieve this functionality: ...
Sam -
2 Mar 2006 2:29 PM - 17 messages
Hi, As I loop through a dataview's records, I delete datarow based on a condition. However I don't want to commit those deletions until the loop ends. With a datatable, i would just set row.delete() and call ...
elwaly -
2 Mar 2006 1:41 PM - 3 messages
hi there any one to tell me how to change a textbox font at run time perminantlly so that the user can set the textbox's font one time and rerun the application without change in the font he set (the user set ...
philip -
2 Mar 2006 1:07 PM - 3 messages
The FlowLayoutPanel is useful for HTML-like layout. But there is an important problem. 1. IN DESIGN MODE, all is normal. If you insert a Label control on a form, the FlowBreak proprety doe's not appear in property window of the Label. It's normal. ...
genojoe -
2 Mar 2006 12:25 PM - 4 messages
IN VS.NET 2005, I have a form with over 20,000 lines of code. Frequently, both during debug or non-debug code editing, VS.NET freezes for up to 30 or 60 seconds to collect its thoughts. I think others may be experiencing this ...
naiya -
2 Mar 2006 12:05 PM - 5 messages
i have to develop a VB application which reads the text from a .txt file, and i have to write the contents of the file to an Excel sheet. the format of the .txt file is name age company ...
Peter van der veen <> -
2 Mar 2006 10:38 AM - 3 messages
Hi From a webservice i got some data and i can use that in my application with the use of the WSDL file. So i got an variable in with are the rest of the data. lets say i got a structure like this in the var People ...
Seok Bee -
2 Mar 2006 8:35 AM - 2 messages
Dear Experts, I would like to find out whether can I retrieve a string from the database and retain the format in the string to be show in a textbox control or append into a message's body to be sent out through email. For example, the string ...
nsikkandar@gmail.com -
2 Mar 2006 8:29 AM - 5 messages
Greetings, I am in need of getting "Auto Generated Number" of Primary Key from master table (I am, using Access) when I insert a row through ADO.NET from VB.NET. Based on this ID, I want to generate new rows in child ...
Reidar -
2 Mar 2006 7:23 AM - 10 messages
Is it possible to have the source in one window and the design in another window and perhaps the code in a third window? reidarT ...
Steven -
2 Mar 2006 4:21 AM - 6 messages
I have tried to use FormatNumber() to convert a very large double type number to String format, however, the result seems not correct, is there any limitation for using FormatNumber() function? For example, I write the code shown below: Dim DblA as double = 999999999999999.12 ...
Learnicus -
2 Mar 2006 3:32 AM - 5 messages
Hi As per subject when using the converter wizard in vs2005 to convert vb 1.1 to 2.0 code i get warnings (lots of them) about silly stuff like Me.Cursor.Current. It says Access of shared member, constant member, enum member or nested type through ...
Water Cooler v2 -
2 Mar 2006 3:16 AM - 6 messages
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? ...
pamelafluente -
2 Mar 2006 3:15 AM - 5 messages
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, ...
Sam -
2 Mar 2006 2:49 AM - 2 messages
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... Any ...
1388-2/HB -
2 Mar 2006 1:46 AM - 3 messages
Public Sub ThreadStartPoint Application.Run(frmSomeForm) End Sub This 2003 code no longer works. What's the new model for accomplishing this task in vb.net 2005? ...
Les Stockton -
2 Mar 2006 12:54 AM - 4 messages
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 ...
Dave -
1 Mar 2006 10:41 PM - 4 messages
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" ...
cj -
1 Mar 2006 8:55 PM - 3 messages
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 ...
fripper -
1 Mar 2006 8:44 PM - 6 messages
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) ...
teillon -
1 Mar 2006 8:23 PM - 2 messages
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 ...
Richard Ryerson -
1 Mar 2006 8:15 PM - 4 messages
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 ...
john wright -
1 Mar 2006 6:13 PM - 3 messages
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 ...
dfetrow410@hotmail.com -
1 Mar 2006 5:33 PM - 2 messages
It replaces all my <div> tags as tables. How do I stop that? ...
|
|||||||||||||||||||||||