| Thread | Last Post | Replies |
|
| Address a Macro thru the Excel object in VB.NET? | 14 Sep 2005 13:16 GMT | 5 |
Is it possible to get to the macros at all in vb.net when reading an Excel file? I know theres something called MacroSheets.. but I don't understand how to handle them
|
| .net query | 14 Sep 2005 13:07 GMT | 1 |
I made query for oledb in vb.net, working well with ms access database. You can download it at: http://www.geocities.com/krunopopovic/
|
| Global Variable | 14 Sep 2005 13:03 GMT | 3 |
If I store a value in the registry such as InDebugMode then I would like to be able to store whether we are in DebugMode across the application. In other words, I would like to use something like: IF DebugMode THEN
|
| Err.Number is always = 5 | 14 Sep 2005 12:57 GMT | 6 |
I have several routines that use the Try-Catch-EndTry method. When an error occurs in one of these routines, I display it like this: Catch ex As Exception MsgBox("Error #" & Err.Number & ": " & Err.Description)
|
| Big size pictures in pictuerbox is slow | 14 Sep 2005 12:26 GMT | 6 |
I have a listbox with movie names, each time a movie is selected, an image of the dvd cover is showed up in a picturebox. The problem I get is that while navigating through the listbox, you get a delay everytime you select another movie.
|
| Combobox showing first item?? | 14 Sep 2005 12:26 GMT | 2 |
I have used the feedback on this issue to remedy my comboboxes showing the first item on the list when a new record is added to the binding context --- Me.BindingContext(dsOrders, "tblOrders").AddNew()
|
| Weird datagrid visual problem | 14 Sep 2005 12:26 GMT | 1 |
I'm having some a really weird issue with datagrids. Basically they work fine until you update the data while a cell is selected. If you do that then the old selected cell will remain on the screen and be on top of the new data. You can scroll the new data and the old cell ...
|
| closing files? | 14 Sep 2005 12:13 GMT | 1 |
I need to know if there's any method or procedure that could make me able to close all references to a file. I tried to delete the file but i can't because it's being used by another process. I need to overwrite the file whith other file whith the same name,
|
| Picturebox in VB.NET nutzen | 14 Sep 2005 12:10 GMT | 1 |
ich migriere ein VB6 Programm nach VB.NET 2005 Beta2. In VB6 konnte man ein eigenes Gitternetz festlegen mit den Eigenschaften ScaleHeight und ScaleWidth. Ich habe dann in VB6 mit den Funktionen Circle, Line, und Point von der
|
| MDIParent Statusbar | 14 Sep 2005 12:06 GMT | 2 |
I have tried several approaches to update the mdiparent status bar from a module. A bit complicated as the path could be: Parent -> Child1 -> dialog1 -> module.sub (long process)
|
| Create Linked table in Access | 14 Sep 2005 11:54 GMT | 3 |
I am try to link a SQL 2000 table to Access 2000 using VB.Net 2003 Here is my code: Dim Con As New ADODB.Connection Dim Cat As New ADOX.Catalog
|
| enumerating creation data of files at different computer | 14 Sep 2005 08:40 GMT | 2 |
How can i enumerate creation data of files at different computer? For example in %systemdir%?
|
| vb code | 14 Sep 2005 08:37 GMT | 1 |
can someone please help me with some vb6 code. i need code for (or help with) a menu. my aim is to use the menu as a typical menu eg. file, edit, etc.
|
| Using PrtDevMode en PrtDevNames of MS Access Scripting lib in VB.NET | 14 Sep 2005 08:37 GMT | 2 |
Can anyone give me sample code on how to use de info in PrtDevMode en PrtDevNames of Access from within VB.NET? This is how it's done in VB6: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11/html/ac proPrtDevMode_HV05187912.asp
|
| InvalidCastException from IBM-MQ COM component when running in thr | 14 Sep 2005 08:31 GMT | 5 |
I have just started using VB.Net and I am developing a class to provide data to clients from an IBM-MQ queue. I have developed a class which connects to the queue and issues a read. When a message comes in an event is raised back to the client containing (at the
|