| Thread | Last Post | Replies |
|
| Can't get graphics to display | 28 Jan 2007 01:27 GMT | 1 |
I am trying to build graphic charts in a vb.net module callable from another form. I have translated this code from VB6 where it worked well. I can make the code work to bring up and display the form and its command buttons. I can track the code execution with debug. However, I ...
|
| Package & Deployment question - asking for missing file "visualiz.exe" | 28 Jan 2007 00:18 GMT | 1 |
Do you know what this file is "visualiz.exe". When I run Package & Deployment it is says missing files "Visualiz.exe". Please help. Thanks.
|
| Forms or UserControls | 27 Jan 2007 20:17 GMT | 2 |
I'm trying to decide which to use. I have a project that has several "pages" worth of data that needs to be displayed. The project is set up such that only one page can be viewed at a time.
|
| objects gone, please help! | 27 Jan 2007 14:12 GMT | 2 |
New to VB.NET, designing my first form with an MS manual at my side, placing objects and writing code. For good reason I just: SAVED All (!!)
|
| Project cross corruption | 27 Jan 2007 08:58 GMT | 5 |
When starting new projects I always create a new folder and then work with each project from within it's individual folder. Lately when working with the project in "thisfolder" I've noticed it loads the main form from the project in "thatfolder,"
|
| vb.net class help | 27 Jan 2007 08:47 GMT | 1 |
I'm fairly new to .net (especially 2.0). I using vb.net, 2.0 framework and Visual Studio 2005. I'm trying to create a class with a member that will iterate through a web page and discover all the controls on the page, list their types, names and
|
| RichTextBox 'Seek' | 27 Jan 2007 03:56 GMT | 1 |
What parameter(s) do I use to move the caret to a particular line and scroll to make it visible? I use ' Scroll the lines.
|
| mmioReadFormat() what has happened to that API? | 27 Jan 2007 03:42 GMT | 3 |
I am searching MSDN site in vain for: mmioReadFormat() API. Is it anything I should know about it but I don't? Jack
|
| CAB format | 27 Jan 2007 00:10 GMT | 9 |
I'm wondering if anyone has the definitive skinny on CAB files. I started out to make a small utility that extracts from CABs, but I've had mixed results. As near as I can tell:
|
| A simple ocx version problem | 26 Jan 2007 20:30 GMT | 1 |
I have to upgrade an aplication several times which is linked to a vb user control. My problem is when I want to go to a previous version, it seems to be that it not longer likes the previous ocx, so it doesn't compile with the older
|
| Trouble open only matching records when loading the form | 26 Jan 2007 19:42 GMT | 4 |
I am using VB 6 (front end) and Access 2003 (back end). Here is the code I am using: Set mconAP = New Connection Set mrsRawData = New Recordset
|
| Force use of a different ( older ) reference | 26 Jan 2007 19:39 GMT | 1 |
In my project I've set a reference to Internet Controls which is fine and dandy. However, I want to use SHDocVw.dll but since IE 6 / 7 the reference dialog automatically updates the reference to irframe.dll. Everything works fine in windows 2K and newer, but my project ...
|
| File System Objects | 26 Jan 2007 19:37 GMT | 4 |
Hi: This is the output data which is generated with i run the program $554.13,0,$0.00,0.00%,$0.00,0.00%,Team4,FLWP,$0.00,$0.00,0.00%, $555.69,2,($880.00),7.41%,$21,993.00,2.53%,Team4,FLWP,$0.00,$0.00,2.53%, $314.94,2,($200.00),22.22%,$15,840.00,1.99%,Team4,FLWP,$0.00,$0.00,1.99%,
|
| Printer Ports | 26 Jan 2007 19:33 GMT | 1 |
All, I have been searching for a VB code snippet that will change a selected printer's port. I use this for create a PCL file of a print run and then the actual print to the printer. Thus I have a port defined as
|
| Easy way to read, write and print | 26 Jan 2007 16:17 GMT | 7 |
In a program, I'm getting a problem. I am trying to write a planner/reminder system. The user selects a date from the calender control, and writes a reminder in a text box. When they click to save the reminder, the date and the data is saved in a file as string. I
|