| Thread | Last Post | Replies |
|
| No Touch Deployment and Assembly Download cache | 13 Sep 2004 07:16 GMT | 1 |
On my XP machines the assemblies get downloaded at C:\Documents and Settings\Jack\Local Settings\Application Data\assembly\dll Is there some way where I can direct it to another directory or under
|
| Columns in text of Treenode | 13 Sep 2004 04:07 GMT | 1 |
I want to have multiple colums in my treenode text so that each node will have three columns and the text in each column is justified to match all others at that level. Perhaps columns is a bit confusing but the idea is to have three sections of the text and all text sections
|
| Controls on MDI Parent Form | 13 Sep 2004 01:57 GMT | 1 |
My MDI Parent form has controls on it that only need to be shown on this form. But when I open up child forms during run time, these parent form controls are visible on the child form as well. Is there a way for me
|
| Reflection will not allow Delete | 12 Sep 2004 22:37 GMT | 2 |
I have a C# .NET application that automatically updates software. It downloads an update if available, gets the version numbers of the downloaded and current files, displays these and if the user is happy, deletes the current file and copies the downloaded one.
|
| How to monitor scrolling on richtext control | 12 Sep 2004 17:39 GMT | 1 |
I want to show custom regions of interest on the .NET richtext control by placing transparent controls on it in various shapes. For example, I want to highlight a column of text such that the highlight follows the text when it is scrolled.
|
| File is used in another process | 12 Sep 2004 16:06 GMT | 1 |
My small OCR program is written in VB .NET. The main procedure uses the FSO and scans a folder for image files and then send each file name to a Function which does the OCR using MODI and extracts the text out of that image file and returns the extracted text to the main procedure.
|
| Windows Services | 12 Sep 2004 15:17 GMT | 1 |
I have created a windows service using vb.net. The service name is Myservice. In the Control panel --> Administrative Tools --> services -> "Myservice" appears. Now right click the service and select the Log on tab. In Log on tab you can find
|
| Problem getting value from combobox and late binding | 12 Sep 2004 14:39 GMT | 2 |
using vb.net 1.1 I have a combobox which I'm trying to get the selected item's value. the problem is that this class uses Option Explicit On and Option Strict On so the following line gets a compile error: m_GoToID = CType(cmbGoTo.SelectedItem.row(0), Int32)
|
| Error Creating Window Handle | 12 Sep 2004 14:30 GMT | 2 |
I have an application that does the following in one of its user controls: It creates a grid of panels (9x9) and then in each of those panels it places a label (9x9) labels. There are other controls on the page and so I think the total number of controls is 200. (81+81 + 35 or so.) ...
|
| Simple use of ToolTip in VB not working | 11 Sep 2004 17:27 GMT | 4 |
OK, my understanding of the simple use of the tooltip is to do the following: Drag the ToolTip from the toolbox on to your form. Once this is done all the controls have a new property added to them called "ToolTip on
|
| Nested VS Style Groupboxes broken in 1.1 SP1? | 11 Sep 2004 05:15 GMT | 2 |
After upgrading to 1.1 SP1, any VS-enabled groupbox that is inside another has its text all screwed up. See what I mean here: http://www.neowin.net/forum/index.php?act=Attach&type=post&id=584536361
|
| VB 6 Picture to .Net Image? | 10 Sep 2004 22:17 GMT | 1 |
I have an active x control the returns the vb 6 property PICTURE, for some reason I can not put it into a .net PictureBox. NetImageBox.Image = VidCap1.Picture Does anybody know how to convert to .net?
|
| A developer's NIGHTMAIRE: paint sequence in a form | 10 Sep 2004 22:02 GMT | 3 |
Can someone give me a suggestion about how WinForm handle the sequence of controls paint and user paint graphic object ? the problem: 1. use the winform wizard to generate an application.
|
| OCR with MODI | 10 Sep 2004 17:25 GMT | 1 |
I'm using MODI activex from Microsoft Office 2003 and Microsoft VB.NET to get the text from an OCR acquired image. Why after OCR the image, the MODI component rotate the image? Sometimes the MODI rotates the image 90 degrees and the OCR, obviously, can'
|
| scrollbar problem.. | 10 Sep 2004 16:29 GMT | 4 |
I'm writting a .net winForm application with C#, but I'm getting the following exception when the user scrolls a scrollbar. The strange thing is that the exception happens only some of the time, and seems pretty random. However, once an exception occurs with a scrollbar and when ...
|