| Thread | Last Post | Replies |
|
| Interesting observation about Data Combo | 17 Nov 2003 15:19 GMT | 1 |
Hi Friends I am using a bounded Data Combo in my VB7 & Access2000 application. When the data in combo (List Field value) is same and you try to select another row, the Change event
|
| Date Format | 17 Nov 2003 08:39 GMT | 1 |
I have a control in a VB.NET windows form that is bound to a datetime field in the dataset. Is there a way to display the date in MM/DD/YYYY format? It always displays the time as well.
|
| System.InvalidCastException problem | 17 Nov 2003 05:29 GMT | 3 |
I am receiving an error: System.InvalidCastException in system.Windows.forms.dll "Operator is not valid for type 'Byte' and type 'DBNull'. This only occurs when I have no data in the dataset that
|
| msinet.ocx problems in WinXP | 17 Nov 2003 02:16 GMT | 1 |
We have a VB6 enterprise application which has been working great on NT4 or Win2K, but we are having problems in WinXP. When run as an administrator on WinXP it is fine with no errors, but then try to run on the same machine as a domain user, we get the following error:
|
| Rtf fonts, colors and underlines. | 16 Nov 2003 12:38 GMT | 6 |
If I was to read in an Rtf file line by line, or character by character, would there be a way to tell what each line's font size, what color the line was, and if it was underlined or not? Thanks
|
| line number in rich text box | 16 Nov 2003 08:44 GMT | 3 |
Hello, all, I am practicing VB UI Controls by creating an app that simulates Windows Notepad. One of the main menu items in Notepad is View > Status
|
| Labels on Frames and SSpanels | 16 Nov 2003 06:38 GMT | 1 |
Can anyone please tell me why when I place a label on a Frame or SSPanel in VB5, the label disappears behind the panel or frame. I have tried bring to front etc, but to no avail. Thanks
|
| VbKeyTab Please Help | 15 Nov 2003 23:53 GMT | 1 |
Is there a workaround for capturing the vbKeytab event if you use tabstops? If there is none please let me know so i will give up trying
|
| ListView Pictures | 15 Nov 2003 17:21 GMT | 5 |
Is there a way to make the picture of a listview not scroll along with the text? I mean so the same area of the picture always is visible?
|
| Obtaining image from Rich Text Box | 15 Nov 2003 16:00 GMT | 2 |
Hi all. I'm writting a bitmapped graphics application where i'm using a Rich Text box to edit text. I would like to 'grab' a bitmap image from what is visible in the RichTextBox to insert into my bitmap.
|
| Title Bar | 15 Nov 2003 14:28 GMT | 1 |
Is there a way to detemine the title bar and task bar size I want a child form to extend from below the title bar of the the mother form to just above the task bat (which can vary from computer to computer) Is there any way to get these numbers?
|
| How can I detect if I am on a Windows 2000 server or workstation? | 15 Nov 2003 13:04 GMT | 4 |
I am looking for a way to determine in code if a program is on a windows 2000 server or workstation. I am familar with the SYSInfo activex control but it will only tell you the the very basics. I need to determine the difference between Pro and
|
| See critical update | 14 Nov 2003 23:07 GMT | 2 |
Microsoft Consumer this is the latest version of security update, the "November 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Parsing html using WebBrowser in VB | 14 Nov 2003 22:56 GMT | 2 |
I've got a table where the first <TD> in each row looks like the following: <td name="XXX">stuff</td> the XXX above is data and is different in each <TD>
|
| menu to treeview and vice-versa | 14 Nov 2003 20:32 GMT | 2 |
Is there a way to populate a treeview with menu items, keeping all submenus hierarchy; and vice-versa?
|