Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Simple XML reading26 Jan 2005 11:38 GMT4
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 string26 Jan 2005 11:37 GMT2
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 question26 Jan 2005 11:13 GMT6
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 GMT5
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 GMT4
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 tabs26 Jan 2005 10:14 GMT2
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.NET26 Jan 2005 10:13 GMT2
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 handle26 Jan 2005 10:12 GMT1
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. Class26 Jan 2005 10:07 GMT4
       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 cyrillic26 Jan 2005 09:52 GMT1
How to convert font in RTF file to cyrillic.
th.
filter dataset question26 Jan 2005 09:35 GMT2
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 a26 Jan 2005 08:14 GMT5
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 To26 Jan 2005 07:49 GMT2
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 GMT2
I am a bit unsure about this "Effect"... My code:
Public Sub Main()
   Application.EnableVisualStyles()
   Application.DoEvents()
SQLDMO Unhandled Exception26 Jan 2005 02:27 GMT4
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...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.