| Thread | Last Post | Replies |
|
| Custom property edit dialog | 18 Jan 2005 20:40 GMT | 2 |
I have a custom control that has a Text property that can contain a significant amount of text - more like a Memo value than a short piece of text. It is rather awkward to set this value in the design-time property window using the small internal Text item - especially as it would ...
|
| Process Monitor Suggestions | 18 Jan 2005 19:55 GMT | 6 |
I am looking for some suggestions or sample code for an application the sits in the system tray (a TSR) and then executes code that I specify when a certain executable is launched. As an example, an TSR that pops a Dialog Box up in the middle of the screen when winword.exe is ...
|
| monthcalendar question | 18 Jan 2005 19:29 GMT | 4 |
i have an application with a montcalendar and a datagrid when someone selects a new date the datagrid is refilled with the right data. now i remarked the data in the grid refreshes sometimes
|
| Are most here using .NET 1.1? | 18 Jan 2005 19:01 GMT | 1 |
Are you using VS .NET 2003 and .NET 1.1? If not, why and what are you using? When is VS .NET 2005 to be released? Thanks,
|
| activex? | 18 Jan 2005 18:26 GMT | 3 |
I'm trying to build an object that I can drop onto a powerpoint slide and then edit/customize. With old VB, I gather I could do something like this by building an activex ocx. How do I do such a thing with .NET?
|
| java ? ? | 18 Jan 2005 18:21 GMT | 4 |
I have a Java App that I want to convert to .NET, I know java is similiar to C#, but is there anything out there to convert Java to VB.NET?
|
| problem with late binding (option strict on) | 18 Jan 2005 18:18 GMT | 11 |
I have this function where i search through my database for items that were made on a specific date. The line "CType(dvClubs.Item(teller).Item(veld).ToShortDateString" gives me the error : option strict on disallows late binding. I have read some posts here about late binding but ...
|
| Progress bar with text? | 18 Jan 2005 17:55 GMT | 1 |
Is there a way to put text (i.e. xxx%) in the middle of a Windows Form progress bar while it is being updated? I am sure there is a way to do this (maybe via OnPaint?) but I can't find any VB.NET examples. I thought I could make a component that inherits the Progress Bar but it is ...
|
| Barcode Scanner - Textbox - VB.NET | 18 Jan 2005 17:49 GMT | 4 |
I would like to emulate the afterupdate event in vb.net after scanning a barcode. I have multiple barcodes to scan and after each scan I would like focus to move to the next text box.
|
| Docking | 18 Jan 2005 17:42 GMT | 2 |
Can anybody tell me how to have two datagrids, both the same size and one on top of the other, docked against the left hand side of a form? I can get on grid docked to the left, but not the two grids on top of each other.
|
| Optimization Question | 18 Jan 2005 17:13 GMT | 3 |
I was reading the article "Performance Optimization in Visual Basic .NET" at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/vbtchperfopt.asp. One section states:
|
| problem with Dataview Rowfilter | 18 Jan 2005 16:24 GMT | 7 |
It appears that the rowfilter is not working correctly in the following situation: This is from my immediate window: ?ChkandBaseMeasView(6)("LowSampleCheck")
|
| Web Service/Namespace | 18 Jan 2005 15:05 GMT | 4 |
I finished to deploy my first web service written in vb. Now I have to install it to the customer server. The web service's header look like this : <System.Web.Services.WebService(Namespace:="http://something/dir")>
|
| Mr. Wagner ? | 18 Jan 2005 14:36 GMT | 31 |
how can i set up vb.net to interact with a game i'm playing online ? the game is a java applet. i'm trying to write a program using a winform to assist me with this game.i tried using sendkeys but wouldn't work.i need to have the program automatically click a button for me in the ...
|
| Non-Type Safe Example | 18 Jan 2005 14:31 GMT | 2 |
I have read the documentation from msdn to try to understanding the concept of "Type safe". Would someone give me an example of code segment illustrating what is *Non* type safe? Many Thanks,
|