| Thread | Last Post | Replies |
|
| language | 28 Feb 2005 23:52 GMT | 1 |
how do i set the language that will be used in vb. i have text feeding in from a .txt file and it is getting all messed up once in vb as it is not recognising the accents on the letters. I was looking at setLocale API but im not sure how i use it t set the
|
| creating a pdf file automatically from vb6 | 28 Feb 2005 23:05 GMT | 2 |
I know there are products out there that create a pdf file by using a print driver, but they all (to my limited knowledge) seem to require a user to choose the file name and folder that the file is going to. I have a vb6 application that creates an html file and I want it to ...
|
| Size of array | 28 Feb 2005 22:40 GMT | 4 |
Is there a simple method for finding the size of any type of array (strings, user types etc.)
|
| Active X Control creation question | 28 Feb 2005 22:16 GMT | 6 |
I want to create a control that has a transparent background but display a picture like an image control. Is there a way to set the basic UserControl object to be transparent while displaying the picture? Thanks.
|
| Docking | 28 Feb 2005 22:11 GMT | 2 |
Hello VB Users, I am about ready to start working on a small VB.NET 2003 project for my company. I will be creating an MDI application that will using docking extensivily. So far, I was able to create a MDI application and then able to
|
| Problem with mscal.ocx | 28 Feb 2005 21:52 GMT | 3 |
I'm using mscal.ocx in a vb6 project for displaying a calender object. In rare cases the calendar object don't display the numeric character representing the day. I had tried "everything". Is there anyone who have a solution to my problem?
|
| Create a record | 28 Feb 2005 21:08 GMT | 8 |
Hi i've use VB in the past but just for really simple things and i'm a little bit lost here. I want a make a record, to put it in some way, so i be able to write this record in a file, so i won't be writting piece by piece of info into it.
|
| What functions do I need to go with _newEnum (-4) | 28 Feb 2005 19:40 GMT | 2 |
List: I need to provide an enumerator for something that doesn't have an underlying collection. Aside from providing function -4, what other functions do I need to
|
| simple XML | 28 Feb 2005 18:32 GMT | 4 |
I am looking for some good resource on reading and writing basic XML files. I don't want to do anything particularly fancy, just create an xml file to replace an .ini file. Any pointers to something lightweight? Thanks in advance
|
| Late / Early Binding - comments please and advice on .NET ? | 28 Feb 2005 18:24 GMT | 1 |
I must first thank those that have explained what the above means in previous postings. My problem was when transferring VB6 [ Student Ed ] progs. using OFFICE 97 from a WIN 98 machine to a WIN XP2 machine [ and using the same software ] I
|
| How to become a MVP | 28 Feb 2005 18:08 GMT | 58 |
Lot of MVPs here. I just want to know how One can become a MVP. Sun
|
| How to Automatically End ActiveX EXE Instance? | 28 Feb 2005 15:39 GMT | 2 |
Hiw I built ActiveEXE Server for Multithreading .. I hope the ActiveXExe Server finish of itself.. So I used Timer control and Running State values...
|
| Option buttons | 28 Feb 2005 15:33 GMT | 4 |
I have an array of option butons in Graphical style ( CmnOpt ). When the user first enters the form non of the option buttons are shown as pressed ( clicked ) , but only Cmdopt(0) is enabled. Ehen that is clicked then CmdOpt(1) become enables and cmdopt(0) is disables.
|
| Write in VB.net and Compile in VB 6.0 | 28 Feb 2005 15:27 GMT | 3 |
I have to develop an application in VB 6.0 and have VS.net 2003. I was hoping to use VS.net 2003 to develop the application and then compile it in VB 6.0. How is this possible?
|
| Screenprint | 28 Feb 2005 15:23 GMT | 3 |
All of my programs have a screenprint function in them as a way for users to show me what's wrong and what should be right. I've gone back and forth several times with different ways to program this, but with most all my users on WinXP, I have had more problems with this ClipBook ...
|