| Thread | Last Post | Replies |
|
| How to make the form hide auto: | 08 Jun 2005 18:04 GMT | 3 |
How can I make my form Hide automaticlly without pressing button or any thing like that ? any help will be appreciated regard's
|
| WS_EX_COMPOSITED in .NET | 08 Jun 2005 17:55 GMT | 4 |
When using C, I can do something like : CreateWindowEx(WS_EX_COMPOSITED, cWindowClass, cTitle, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
|
| Get Com Assembly By ProgID | 08 Jun 2005 17:55 GMT | 1 |
Good Day All, I am trying to see if anyone know of a way to get the path for a Com Assembly using the ProgID. I know I can do a brute force search of the registry and retrieve the data. However, that method can be a bit too slow.
|
| Select All from CheckedListBox | 08 Jun 2005 17:53 GMT | 1 |
Is there a quick way to check all the items of a list box? Or do I need to use a For Each statement. If so, what is the collection for the items? i.e. For Each Ticks as ??? In CheckedListBox1.Items Thanks
|
| Time Range Calculation? | 08 Jun 2005 17:52 GMT | 11 |
I'm trying to find out if now() is between 9:00 AM and 5:00 PM I've tried a few things but can't get it to work. Thanks
|
| difference between + and & operator | 08 Jun 2005 17:50 GMT | 9 |
is there any performance difference between + and & operator while concating string litrels. which one is better and why?? Thanx
|
| interface odd behavior | 08 Jun 2005 17:48 GMT | 12 |
I've come across something in Interface implementation that I am not sure is correct behavior in VB.NET (and maybe C#) or not? Consider following example: Public Interface IShape
|
| Listbox sort | 08 Jun 2005 17:44 GMT | 3 |
I have a bit of a problem with a sort procedure I need to do. I have a list of items in a listbox, eg:- 2.3%<A other text here> -4%<B other text here>
|
| Rearding Namespaces | 08 Jun 2005 17:41 GMT | 3 |
Why We have to write code within Namespaces in VB.Net? I want to know the full functionalities of Namespaes ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/)
|
| Button Event does not fire every time | 08 Jun 2005 17:21 GMT | 1 |
I am having problems with my Button event not firing every time. I have a web page where the customer can enter search criteria and click a (search) button. This works fine the first time. But the next time nothing happens. In debug mode I can watch it go to "Page_Init"
|
| Consuming event of a class in collection | 08 Jun 2005 17:01 GMT | 2 |
< Sorry msg got removed on last attempt from vb newsgroup > Hi, I must be missing something here. All I want is to be able to handle the events of one of my class, objects of
|
| How to read structured data from a file. | 08 Jun 2005 16:36 GMT | 2 |
I need to send data from a file into a structure. In Vb6 this was done like so. public Type Struct1 v1 as string
|
| TreeView DragDrop | 08 Jun 2005 16:24 GMT | 3 |
I'm writing an app that requires drag and drop operation between a ListView and a TreeView control. (The source is the ListView). During the drag drop operation I want to be able to detect the target node in the treeview and auto expand it if applicable... but after a fair bit of ...
|
| Interface not Registered Error | 08 Jun 2005 16:05 GMT | 1 |
I've created a .NET application that displays a specified Crystal report. If I build the application, it runs OK. I want to be able to install this application (and the appropriate files on other client machines), so following the document, Crystal Reports 10 and .NET, I added a ...
|
| Prevent Windows from closing an application | 08 Jun 2005 16:01 GMT | 2 |
I want to prevent a user from closing an application while doing critical operations. The following code (concept came from MSDN) works except for when the user attempts to terminate via "Task List" which causes "Program not responding"...press "Cancel" and no issues, press "End ...
|