| Thread | Last Post | Replies |
|
| Find Mouse Coordinates Within Control | 16 Oct 2007 06:28 GMT | 4 |
I'm struggling with identifying whether a user has clicked on the left or right arrows within the MonthCalendar controls. I had a good suggestion to trap the mouse coordinates that the user clicks to determine if they have clicked within the region where the arrow
|
| how to open another form and close the parent form in vb.net 2005 | 16 Oct 2007 05:22 GMT | 6 |
I am curently working in vb.net 2005. I am stuck at one technical glitch. How to open another form and close the parent foem in vb.net. I have tried every thing like me.close as well as i have tried using dispose method also.
|
| Wrapping Word.Application object with an IDisposable class? | 16 Oct 2007 03:28 GMT | 4 |
I'm using VB2005 + Office XP Enterprise. If you create a Word.Application object, you risk a memory leak if your application crashes because Word.Application is an unmanaged COM Interop object.
|
| Fax with Microsoft Visual Basic .net and AVM Fritz ISDN-PC-Card | 16 Oct 2007 00:24 GMT | 1 |
i have a AVM Fritz ISDN PC-Card. I have to generate a Fax from Data wich is stored in a Microsoft SQL Database. But i dont know where to start. Has someone a good starting point to do this? thank you
|
| AddressOf Problem with vb6 to .NET 2005 Conversion | 16 Oct 2007 00:18 GMT | 1 |
All right, I've been trying to wrap my head around this by reviewing what is out on the web but still seem to be struggling with this.... Here is the calling code with the AddressOf Error: Private Sub cmdInitialize_Click(ByVal eventSender As System.Object,
|
| Obtaining the unicode for an exotic character - please help! | 15 Oct 2007 20:57 GMT | 1 |
Hope that you can help me here. I'm trying to write a little windows appliction that takes essentially calculates and displays the VB.NET "ChrW()" code for an exotic character (mainly east European languages like the cadilla, ogonek etc, not Chinese or anything like that).
|
| Inter program communication | 15 Oct 2007 18:17 GMT | 3 |
I would like to communicate between 2 programs running on separate computers (but on my home network). We did this 20 years ago with netbios but is there a more elegant solution using vb.net? Thanks
|
| Format a textbox to display as a percentage | 15 Oct 2007 18:17 GMT | 2 |
Arrggg…Format String Hell…Hello there, I am attempting to format a decimal value as a % (percentage). That is; I want .12 to be displayed and edited as 12% No matter what I try I cant get it to work :(
|
| Determining an XMLNode's Schema Type | 15 Oct 2007 17:58 GMT | 5 |
I'm presently populating a DataGridView with data extracted from an XML file, but since there is a range of datatypes I thought it would make more sense to have a CheckBox cell for a boolean datatype, or a combobox cell for an enumeration etc.
|
| An SqlParameter with ParameterName '@employment' is not contained by this SqlParameterCollection in asp.net | 15 Oct 2007 16:24 GMT | 1 |
Hi all I have got this error An SqlParameter with ParameterName '@employment' is not contained by this SqlParameterCollection
|
| Cancel/Clear Event Queue | 15 Oct 2007 16:23 GMT | 5 |
In VB6 I have a screen the has a text box and a datagrid If I click the datagrid, the 1st event is to validate the textbox and then the 2nd event is a datagrid mousedown event. If a get an error message in the textbox validate it seems the mousedown event is never
|
| best way to print listview | 15 Oct 2007 15:33 GMT | 1 |
I have ListView contain data, and i want print this listview. i know i can do that by using Datareport and Crystal Report, but i need simple way to print this data. any ony have good idea?
|
| VB 2005 Type conversion | 15 Oct 2007 13:16 GMT | 5 |
Does anyone know why I get an error message when I use the following code (it works with VB6): Dim J as integer If J And (2^0) then goto ........
|
| Problem with VBA in excell.(File not found) | 15 Oct 2007 13:11 GMT | 1 |
I have an application written in VBA with Excel. This application smoothly run on a machine but when I copy this application to another machine and run then it throws a run time error file not found for a DLL that is written in VC++. Actually this DLL is present at that
|
| DataGridView Not Updating | 15 Oct 2007 11:47 GMT | 4 |
I have a DataGridView control on a Windows form and I am updating a dataset. Everything works fine, and data is updating properly in the underlying database. However, changes to the dataset that I make in code does not appear in the DataGridView. For example, if I edit a cell ...
|