| Thread | Last Post | Replies |
|
| Data Report - VB6 | 14 Mar 2005 19:11 GMT | 1 |
I am creating a report using the Data Report function within VB6. I would like to have the report view and print in landscape, but when I look for an Orientation property, there is none (that I can see). Could someone point me in the right direction of how to do this.
|
| Advice | 14 Mar 2005 18:39 GMT | 2 |
This may not be where to post this. We are a non profit organization. I write in VB 6 and was wanting a simple Conference Registration program. One that will simply let us input names of people coming to conference, that they paid and how they paid and how much.
|
| Example requested on mouse drag function | 14 Mar 2005 16:50 GMT | 5 |
I've had a request to emulate something that Quicken does in its reconcilement module. Apparently in Quicken, you can click an item to mark it cleared, but then drag the mouse downwards, and it will likewise mark all subsequent items as
|
| Delete after run | 14 Mar 2005 16:49 GMT | 6 |
I want to make a program that only runs once then deletes itself after it has been run. is there anyway of doing this? Thanks Milo
|
| Formatting "Short Time" in VB.NET | 14 Mar 2005 15:56 GMT | 2 |
When I use: Format(datetime, "Short Time") or Format(datetime, "t") or Format(datetime, "hh:mm") I always get an AM/PM value on the end of the time string. How do I get a short time in military format without AM/PM? Thanks. Bob Hughes
|
| Disable popup menu | 14 Mar 2005 15:52 GMT | 1 |
If I right click on FarPoint spread control, a windows popup menu (cut,copy,paste,delete) appears. Is there any way to stop it or
|
| Good VB tutorial for someone with nonVB experience | 14 Mar 2005 15:41 GMT | 4 |
I have been working with VC++ - MFC but have not touched any basic code many years. I am hoping to find a tutorial or two similar to the Scribble tutorial for MFC.
|
| Code for Initial Caps | 14 Mar 2005 15:29 GMT | 1 |
I need Visual Basic Code for Initial Caps for a text when Focus is los from the text. Thank you Sreedha
|
| Find Object name, Source, from DragOver event? | 14 Mar 2005 14:09 GMT | 4 |
I have several labels on a picture box which are draged by the user once a Drag Method, Label.Drag =1, is initiated for them. When the picture box's DragOver event is triggered how do I determine which label has been moved. I need the label name to determine the action!
|
| Add an event handler | 14 Mar 2005 11:45 GMT | 3 |
I want to add an event hundler that will be raised when someone does change or delete a row in datagrid this should enable a button on the same Form. could anyone explain to me how can I do it?!!
|
| listbox removeitem | 14 Mar 2005 11:33 GMT | 3 |
I want to do a very common listbox function. There are 2 listboxes (lstb1, lstb2) and 2 command buttons (cmd1, cmd2). I want to select items in lstb1; when click cmd1, then all selected items in lstb1 will go to lstb2 (and the items will be removed from lstb1), and
|
| Behaviour of TextBox | 14 Mar 2005 09:54 GMT | 2 |
I have VB6 EE on WinXP SP2. I have a little confusion about the behavior of TextBox. There is a procedure which selects all contents of a TextBox when it gets focus. When I right-click the same TextBox, the default context menu (for TextBox) appears
|
| Guys i'm aware of this is it true ? or just a bluff ..? | 14 Mar 2005 09:40 GMT | 1 |
hi to all vb developers ! it's a good day right but a bad a news i have .. I heard that microsoft will stop supporting vb6 i don't know why .. For more info about this visit the site below , I'm not sure if this true ..
|
| How to detect shared folder? | 14 Mar 2005 09:35 GMT | 1 |
Is there a way to detect and list the shared folders in a listbox? I would also like to know the path of those shared folders if possible. Thanks,
|
| This method has been cancelled by an associated object | 14 Mar 2005 06:40 GMT | 2 |
Good day to all. Using datacontrol and dbgrid in a VB6 application, I am having a nasty bug here. When I click for the first time on the dbgrid, I get the message
|