| Thread | Last Post | Replies |
|
| Please help with Datagrids and Access primarykeys problem! | 14 Jan 2005 14:31 GMT | 5 |
I have 4 tables where the first is parent of the second and second parent of the the third and so on... These I need to have as Datagrids loaded from access (one grid for each table, not all tables in the same grid). Then I edit the values and then
|
| Questions about obfuscation | 14 Jan 2005 14:26 GMT | 2 |
So I learned all about strong naming and how that is a good thing. Then I learned the my assemblies can be decompiled with the SDK and how that was both good and bad. So I learned about obfuscation and how glorious that was.
|
| Scrolling panel | 14 Jan 2005 13:55 GMT | 3 |
I have a panel on a form that contains a number of controls (all created at design time), so many that the panel has a vertical scrollbar in order to view all of them (panel1.AutoScroll = True). When the form first loads, the panel's scrollbar automatically scrolls to about the ...
|
| Tab character in TreeView | 14 Jan 2005 13:51 GMT | 3 |
Is there a way to tab text in a TreeView node--so as to simulate more than one column? I've tried putting vbTab and ControlChars.Tab in the node's text, and all that shows up is a little rectangle character. Thanks,
|
| TextBox, DateTimePicker and OO | 14 Jan 2005 13:49 GMT | 2 |
I'm still somewhat new to OO. I am creating a class for a TextBox because I need some specific things for it to do. That is, I'm inheriting a TextBox and putting in some properties, etc. that I need for it. Now I find I need to do something similar with a DateTimePicker. Many ...
|
| Callback problem | 14 Jan 2005 13:24 GMT | 6 |
I want to import this function in my VB.Net program Original C++ Function: SetFilter(WORD pid,void* lpFunc, DWORD CallBackType, DWORD size, DWORD *lpfilter_num) this function generates the follow Callback:
|
| Ensuring a COM object has been released. | 14 Jan 2005 13:21 GMT | 3 |
I'm writing a little app to search a computer for all revisions of a COM object and clean them up. All I'm requiring from the user is the ProgID of one public class in the library. The app works great but I want to make make sure that the ProgID
|
| Database Maintenance from VB.Net App | 14 Jan 2005 13:13 GMT | 1 |
Hi all - I am developing a MDI windows app that uses MSDE as it's data-store. I am coding some simple maintenance procedures (pickable as a menu item from the parent form), such as backup database, delete old records, and restore
|
| Storing a webcam datastream shown in a picturebox | 14 Jan 2005 13:01 GMT | 1 |
does anybody know how to store webcam images shown in a picturebox on the harddisk?? Thanks for helping Steffen
|
| VB.Net to COM marshalling | 14 Jan 2005 12:59 GMT | 1 |
I am using a COM interface decalared as follows from VB.Net interface ISample : IDispatch { [id(1), HRESULT Write(long* pBuffer)
|
| GC and Dispose method questions | 14 Jan 2005 12:58 GMT | 6 |
1) If I do want to keep an object alive throughout the live of an application, how can I ensure that the GC doesn't clean it up? 2a) How do I determine if an object is a managed or an unmanged resource? I understand the basic definition for managed resources are resources that ...
|
| Can't fill datagrid? | 14 Jan 2005 12:44 GMT | 2 |
I have the following code in VS Studio .NET 2005 beta: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.DataAdapter1.Fill(DataSet1)
|
| Invoke standard mail client | 14 Jan 2005 12:16 GMT | 9 |
Hello experts, I'm coding a routine which should open a new mail form of the mail standard mail client installed on a system (e.g. outlook, outlook express, netscape mail, etc.) for support reasons. The routine should fill in some textual
|
| Are Sub's more performant than Function's? | 14 Jan 2005 11:48 GMT | 4 |
I usually like to write Function's rather than Sub's that return a Bool indicating whether the procudure was successfull (in some contextual way). I usually do this as a matter of course, whether I immedately need that flag or not (just so that the design is laid down well in the ...
|
| Insert file or picture in the message box below | 14 Jan 2005 11:46 GMT | 1 |
There are anyway to insert a picture or MS Word file in this text box (Make easy for question or discussion)? Thank you very much for your help. Best regards,
|