| Thread | Last Post | Replies |
|
| Simple XML reading | 26 Jan 2005 11:38 GMT | 4 |
I have the following xml file - <?xml version="1.0" encoding="utf-8" ?> <Publisher1>Mary</Publisher1> <Distributor>Joe</Distributor>
|
| Show the front and end of a string | 26 Jan 2005 11:37 GMT | 2 |
When show a string in a fixed extent label control, if this string is too long, then it can not be shown inextenso. How to only show the front and the end of the string, the middle section will be replaced with suspension points? like the windows progress dialog
|
| SQL question | 26 Jan 2005 11:13 GMT | 6 |
I'm going against an oracle database table and i need to combine two columns into 1. How can i do that in oracle. select car as Make, modelNumber as MNumber, make + " " + Mnumber as CareMek
|
| File path (contains special characters) problem when passing as input to API function. | 26 Jan 2005 10:52 GMT | 5 |
I am using an API function, which takes file path as an input. When file path contains special characters (@,#,$,%,&,^, etc), API function gives an error as "Unable to open input file". Same file path containing special characters works fine in one machine, but
|
| How to handle errors by outputting to a log file? | 26 Jan 2005 10:17 GMT | 4 |
I have a vb.net application, which read the text file line by line and write into SQL server tables. The text file contains the employees' bank account number and all other information. The way I handle the error is stopping process and send an error
|
| Removing Tab without switching tabs | 26 Jan 2005 10:14 GMT | 2 |
Hello, I know you can't hide the tabs on a tab control so I am removing them but when I do the tab control automatically selects the last tab after it removes one. How do I prevent this? I know I can just simply reset the Tabcontrol.SelectedIndex property but this is messy and ...
|
| Installing application made in VB.NET | 26 Jan 2005 10:13 GMT | 2 |
How do I install the application made in VB.NET to another PC? In another word, how do i make the installer using VS.NET ? Will it also install .NET Framework?
|
| how to pass instance handle | 26 Jan 2005 10:12 GMT | 1 |
To pass the instance handle of a client application we use VB6.GetHInstance.ToInt32 in VB6. What should we use in VB.NET ? Actually I am trying to do TAPI programming in VB.NET .
|
| Component v.s. Class | 26 Jan 2005 10:07 GMT | 4 |
I'm not so clear between component and class. After reading from help, component can also be said a class but implement icomponent interface. But what's scenario I should use component and what's scenario I should use class. I'm so confused on it. Anyone could help? Thanks
|
| Convert font in RTF file to cyrillic | 26 Jan 2005 09:52 GMT | 1 |
How to convert font in RTF file to cyrillic. th.
|
| filter dataset question | 26 Jan 2005 09:35 GMT | 2 |
I have a win form that has a grid and i'm populating the grid from a dataset, On the grid the user can select cells and then that should populate some text boxes with details about the selected item. Right now I'm making another call to the database to filter the selection. How ...
|
| Viewing HTML Text String in Webbrowser Control without saving to a | 26 Jan 2005 08:14 GMT | 5 |
I am attempting to view an HTML string in a hosted browser window (vb.net 03 + ie6sp2) I have something like this dim strHTML as String = "<HTML>TEST</HTML>"
|
| Install Package for VB.Net Express - How To | 26 Jan 2005 07:49 GMT | 2 |
I need to know how to create an installer package for a program written in VB.Net Express. It apparently is not the same as the regular VB.Net for purchase. I have looked at Microsoft's site and other newsgroups to discover how to do this, but after many hours of research ...
|
| Strange "bug" on EnableVisualStyles? | 26 Jan 2005 03:24 GMT | 2 |
I am a bit unsure about this "Effect"... My code: Public Sub Main() Application.EnableVisualStyles() Application.DoEvents()
|
| SQLDMO Unhandled Exception | 26 Jan 2005 02:27 GMT | 4 |
Helo, I'me developing a proyect wich gets connected to SQL Server. I wished to show a list of SQL Servers on my networks if the configuration file couldn't be found...
|