| Thread | Last Post | Replies |
|
| Popup menu without context? | 17 Oct 2004 11:41 GMT | 1 |
I need popup menu in center of screen, that arise by code, without any context?
|
| File Version and Build Version | 17 Oct 2004 11:34 GMT | 4 |
I would like to autoincrement the Build Version of my Application. In VC++ this is in Option of Porject, but i didn't find such thing in VB.NET. In fact, i would like to be able to display these information later in
|
| How do I calculate the number of weekdays between 2 dates :? | 17 Oct 2004 11:19 GMT | 1 |
I'm a jnr developer in need of desparate help. Can anyone point me in the right direction for this problem: I calculate the number of days between 2 user defined dates like this: Dim DaysInRange As Long DaysInRange = DateDiff("d", Me.dtp_firstdate.Text, Me.dtp_lastdate ...
|
| Using a C++ DLL from VB, and Passing Pointers? | 17 Oct 2004 10:31 GMT | 15 |
I'm using a DLL I wrote in C++, and am attempting to call and use it from VB. This works fine for functions where I pass parameters by value, but I can't get pointers to work.
|
| Combobox in a Datagrid | 17 Oct 2004 09:52 GMT | 6 |
I know there are a lot of postings out there concerning this subject already, but so far I have not discovered anything that meets my specific needs. Everything I have found populates the combobox column with values from a database. I need to be able to manually set these
|
| n-tier apps - what to use | 17 Oct 2004 09:27 GMT | 1 |
I'm implementing a 3-tier app (a shop) for the first time, and would like to have some of you guys comment on the design. Hope you can help me get rid of some confusion. I have a data-tier, business-tier and GUI
|
| SPlash screen and loading another form | 17 Oct 2004 09:03 GMT | 3 |
I have a module in which are define 2 forms as below : '------ Module Module1 Public MyMain As New FMain
|
| A Control SOMETIMES On Top of Another Control | 17 Oct 2004 07:12 GMT | 3 |
I have a panel on my form which is used for a scatter plot. Any one of several user interactions, including enlarging the form, can invalidate the graph. When the graph becomes invalid I fill the entire panel with a gray box. What I'd like to do now is put a button
|
| Programming a Database without Objects | 17 Oct 2004 07:00 GMT | 1 |
I am learning how to do database programming in VB.Net. I would like to know how to connect to a database programmicly(not sure if thats a word :) instead of using the connection/data adaptor/dataset objects. I've figured out how to move trought the database using typed and ...
|
| Array | 17 Oct 2004 03:16 GMT | 1 |
in my code I am using an array, but it only reads one like it doe not loop Dim i As Integer Dim sr As IO.StreamReader Dim strline, strlines() As String
|
| how do I get a user's login domain? | 17 Oct 2004 00:05 GMT | 2 |
I somehow expected that this would have been related to System.Security.Principal.WindowsIdentity.GetCurrent.Name, somwehere in that namespace at least, but I can't find it. Anyone? Bob
|
| Form colour | 16 Oct 2004 23:28 GMT | 3 |
I have a form & a tab control on it. How do I change colour of both programmatically? Thanks Regards
|
| Application title | 16 Oct 2004 23:25 GMT | 3 |
How can I change the application title through code? Thanks Regards
|
| How can I make license to my project? | 16 Oct 2004 23:07 GMT | 1 |
How can I make a license to my project to make it run for 15 days and after that i want it to stop? any code to help me to do that ? any help will be appreciated
|
| Distributing Windows Application updates | 16 Oct 2004 19:07 GMT | 3 |
What is a good way to distribute a new version of a Windows Forms application over a LAN? I guess the client needs to recognize that an update is available, and then get it with a minimum of effort on the part of the user.
|