| Thread | Last Post | Replies |
|
| Order By | 04 Feb 2006 03:14 GMT | 4 |
Is there a way to sort by a text field but have it sort numerically. I have an application that I have a text field but some record sets are only numbers. As you know the "order by" does not sort them the way it would if it was a numeric field is there any way around this?
|
| Need help regarding the program... Please help me.. It's very Urgent | 03 Feb 2006 22:46 GMT | 8 |
I hav ea problem with my program, I have done a programming code to execute the Round Robin Algorithm and it's working but I have to implement a differrent algorithm anything other than the FCFS, I donot have enough time to do it. So I need some one to look at this code and
|
| Outlook Style Date Grouping | 03 Feb 2006 21:22 GMT | 3 |
Does a procedure exist to generate the words Today, Yesterday, Monday, Last Week, Two Weeks Ago, Last Month, Older etc. from a given date like emails are displayed in Outlook. TIA
|
| Does this serial port device exist? | 03 Feb 2006 18:31 GMT | 5 |
I will be working on a project to capture serial data from multiple - different devices via serial ports. Adding serial port boards to a PC really can eat up slots and physical space for cabling. Is there a device that ... for example.... would be an external box with the
|
| testing - ignore | 03 Feb 2006 15:57 GMT | 3 |
|
| Default printer | 03 Feb 2006 14:39 GMT | 2 |
We use a program that can only print to the default printer. Is there code that would allow VB to change the default printer?
|
| Intercepting Ctrl+Alt+Del | 03 Feb 2006 11:35 GMT | 5 |
In our application written in VB6 we use 3rd party controls from a vendor who is no longer in business. The problem with the controls occurs only under WinXP and happens when users would like to lock their computers by pressing first Ctrl+Alt+Del. They may choose to go back to the ...
|
| Function result differs from same code for subroutine | 03 Feb 2006 07:49 GMT | 2 |
this is mad... am trying to write a function to return the first cell in a filtered list... but while developing it I came across this... these two pieces of code are exactly the same, except one is in a
|
| Stumped -- trying to update a VBA subroutine for VB.net | 03 Feb 2006 03:10 GMT | 11 |
I'm trying to figure out what I can use in place of the Gosub command to accomplish this: For S1=1 to 10 If somecondition then Gosub routine: goto NxtS1
|
| Problems with vbCtrlMask | 03 Feb 2006 03:04 GMT | 4 |
I would like to determine if CTRL is pressed to activate a form move. CTRLClick is a set option. The movement works fine when CTRLClick = 0, but not when CTRLClick = 1. I searched and found the Shift = vbCtrlMask thing, but that doesn't
|
| RaiseEvent not working (Access 2000, VB6, under Win2K) | 03 Feb 2006 01:29 GMT | 4 |
Hope some kind person will help me here: Looks like I may have corrupted Windows. In neither Access nor VB does RaiseEvent any longer seem to fire the client class's event handler. I don't have
|
| Variable too small? Overflow | 03 Feb 2006 01:10 GMT | 7 |
How to cast number: 3874355765 ? Is it possible to store that as a number (DWORD) in registry or the only way is to use a string variable?
|
| Do we have such a container control? | 03 Feb 2006 00:57 GMT | 12 |
Hello, friends, We need display user selected .jpg images (32x32) one line by one line in a form. However, since the number of images could vary, it is hard for us to decide the size of container control, say a panel, in advance.
|
| Manifest problem | 02 Feb 2006 23:24 GMT | 2 |
I have 2 problems after installing manifest script from http://www.vbnet.mvps.org/index.html?code/forms/vbidexp.htm Labels located in a frame often flicker when mouse is moving over the text boxes that sit within the same frame.
|
| Generating type library from a VB dll | 02 Feb 2006 23:15 GMT | 3 |
I have a vb active X dll project and would like to get a a type library. I used MIDL but I am having problems. Also, what the difference between type library and dll? Thanks Bee
|