| Thread | Last Post | Replies |
|
| How can I bind a Windows Forms Datagrid to a collection? | 28 Jan 2005 14:24 GMT | 9 |
I have a collection of custom objects that I am displaying in a Windows Forms Datagrid. To display it, I take the collection and build a DataTable object on the fly, then set the grid's DataSource to the DataTable. The code for this is lengthy and the grid is obviously not ...
|
| Webclasses in iplanet | 28 Jan 2005 12:18 GMT | 2 |
I am migrating couple of IIS application to Sun one (iplanet) server. I have created the webclass (WebclassRuntime) using VB in my applications. The applications are not getting deployed on Sun One. Could
|
| How to create a web service using an existing XML file in VB.Net | 28 Jan 2005 12:03 GMT | 2 |
I've an XML file that i would like to use in creating a web service. I have already set up the IIS server and i can run a sample web service. I tried creating a function so that when the web service is invoked, it will display the content of my XML file.
|
| TCP question | 28 Jan 2005 11:12 GMT | 5 |
I need to transfer different types of data from my tcp client to my tcp server - string, bynary, datasets. Ho to know what exactly data I receive?
|
| how to show in $xx.00 | 28 Jan 2005 11:07 GMT | 2 |
how to show in $444.00 thanx
|
| Dataset Question | 28 Jan 2005 10:25 GMT | 2 |
I have used the datasource wizard to add a local datasource to a combo box. This all works fine up to a point, but what I want to do is at runtime, specify the path to the database file that the combo box should be bound to as it may not always be in the same location.
|
| Visual Basic.NET Resource Kit! | 28 Jan 2005 10:06 GMT | 1 |
I tried to install the Visual Basic.NET Resource Kit (http://msdn.microsoft.com/vbasic/vbrkit/) but obviously something went very wrong and now it sems impossible both to repair and to remove (to start over from scratch) the installation. The messages popping up after choosing ...
|
| Accelerator in vbnet | 28 Jan 2005 09:44 GMT | 2 |
Hi at all, i made a webapplication, and some pages have into its some dynamic control (UserControl). Now i would like to put some accelerator key to improve the fast of some operations. Is there a way in vbnet to make a combination of
|
| remove decimal from crystal report | 28 Jan 2005 08:59 GMT | 2 |
I have a report created in crystal report. My problem is on how can I remove the decimal point without converting the value. say for example if I have this data: Unit
|
| MSI or Exe | 28 Jan 2005 08:48 GMT | 4 |
I have created several programs that use the visual studio 2003 setup and deploy wizard. And my programs compile fine but I recieved tons of feedback from users that do not understand that a msi is a executible file (Click to install). They are looking for the .exe extension. I
|
| Display PDF and TIFF images in VB.NET | 28 Jan 2005 08:45 GMT | 1 |
Nothing fancy, I just want a control to display PDF and TIFF files in VB, and perhaps let me zoom in and out of the image and scroll around. I don't need to edit or do anything complex, just view the stuff. Surely there is a built-in (i.e. FREE) control that will let me do this?
|
| dataset question | 28 Jan 2005 08:25 GMT | 3 |
I have a winform that calls a database and i generate a dataset to populate my datagrid, now I allow the user to click on a cell in the datagrid which then populates text boxes with details on the user selection. doing this i make another call to the database. which i would like ...
|
| Threads question | 28 Jan 2005 07:49 GMT | 5 |
I need to learn about threads and threading. I currently have a process that is pulling 10 to 12 thousand records from the AS400 and formatting the data then storing into a SQL server. This process is taking just over one hour and I would like a progress bar or something to show ...
|
| Looking for ideas as to how I could do this..... | 28 Jan 2005 07:41 GMT | 3 |
I would like to find every occurrence of the string "://" in the index.dat files which store the ie history. Once a line is identified as containing this string, I would process (i.e. parse) that line to put the data into a datatable. (note that I already have a function which ...
|
| Why does this code not work....... | 28 Jan 2005 07:17 GMT | 4 |
I am writing an application to list all the sites viewed via internet explorer and have created the following routine to read the history files to a temporary file which is then used by the application. It seems to work fine for the first file in the list, but then it blows up ...
|