Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to make the form hide auto:08 Jun 2005 18:04 GMT3
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 .NET08 Jun 2005 17:55 GMT4
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 ProgID08 Jun 2005 17:55 GMT1
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 CheckedListBox08 Jun 2005 17:53 GMT1
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 GMT11
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 & operator08 Jun 2005 17:50 GMT9
is there any performance difference between + and & operator
while concating string litrels.
which one is better and why??
Thanx
interface odd behavior08 Jun 2005 17:48 GMT12
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 sort08 Jun 2005 17:44 GMT3
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 Namespaces08 Jun 2005 17:41 GMT3
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 time08 Jun 2005 17:21 GMT1
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 collection08 Jun 2005 17:01 GMT2
< 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 GMT2
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 DragDrop08 Jun 2005 16:24 GMT3
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 Error08 Jun 2005 16:05 GMT1
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 application08 Jun 2005 16:01 GMT2
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 ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.