| Thread | Last Post | Replies |
|
| Tapi Application | 21 Oct 2004 03:07 GMT | 5 |
Can any one direct me to a good site or sample for learning how to write a TAPI application. Thanks Siva
|
| Namespaces and Assemblies | 21 Oct 2004 03:03 GMT | 2 |
I have a library of classes. Some of my applications don't need all the classes in the library. I assume if I import this class library into an application then all classes will be imported; I have three questions? 1) Is this correct in that all classes will be imported and ...
|
| How to extend Datagrid's column-header height? | 21 Oct 2004 01:36 GMT | 1 |
I'm trying to extend the Height of Windows.Forms Datagrid's column headers. Is it possible to allow wrapping of text in the header column cells along with making the height larger?
|
| Menus and short cut keys | 21 Oct 2004 00:38 GMT | 4 |
If I create a MainMenu control on a form, and include short cut keys: (i.e. &File , E&xit ) and run the app, the shortcut functionality Alt-F-X opens the menus and works, but in the default state of the running form, the underscores (in my
|
| datagrid formatting?. | 21 Oct 2004 00:00 GMT | 2 |
Using VB.Net with a datagrid which shows a column called status - the values can be 0 to 6. Is there anyway of formatting this column show the numeric value is translated to a more readable test one.
|
| How do I import from excel? | 20 Oct 2004 23:56 GMT | 2 |
My first thoughts as to how to approach this problem is to import excel data. Here is an example of a similar problem: I have an excel table with multiples of 10 on the X axis. If the user
|
| hierarical Treeview control | 20 Oct 2004 23:32 GMT | 1 |
Does anyone know of a good hierarical control that can be used in VFP 8? I am using the flexgrid from component one in my VB programs and was interested in a control similar in VFP. Many thanks
|
| SFTP | 20 Oct 2004 23:25 GMT | 3 |
Rather than use a component or DLL from a 3rd party, has anybody ever written code to allow VB.Net to connect to a SSH ftp server? i.e. rather than ftp a file, it uses sftp (secure ftp) to ftp this file. Thanks
|
| adding controls at runtime | 20 Oct 2004 23:11 GMT | 2 |
I was looking for a way to add a control array at runtime - but it doesn't look like vb.net has that ability any more... Was looking at controls one at a time thus: Dim Label1 As New Label
|
| dateTime Manupulations | 20 Oct 2004 22:53 GMT | 26 |
I have a variabe in the format of 'DD-MON-YYYY HH:MI AM' .I want to add a miniute to it.How can i do that? by manipulation i want to make '01-JUNE-2004 11:59 PM' to '02-JUNE-2004 12:00 AM'
|
| convert vb.net source code to VB | 20 Oct 2004 22:41 GMT | 1 |
Is there a tool that will do it? Even roughly? I have this requirement, thanks. Even if the code is rough it would be nice.
|
| How to tell if a class inherits another class? | 20 Oct 2004 21:47 GMT | 2 |
1. Say I have three classes: A, B and C. 2. Class A can only be inherited, and B inherits it. C does not inherit anything. 3. I have a function that can have an object passed to it. Either B or C
|
| add a record for access with an AutoNumber field | 20 Oct 2004 21:41 GMT | 6 |
I have a table in Access Database. This table has a AutoNumber field. I use a DataGrid to show that table When I insert a new record in for this table using a DataGrid, there is a message that asks me to enter the value for this AutoNumber field. Why I
|
| Data Rows or Bound Objects | 20 Oct 2004 21:32 GMT | 4 |
I am creating a small three-tier application, using an Access database as a back-end. Should I use DataSets and (DataRows or Bound Ojects). Which is the best to use? Thanks
|
| use namespace in VB.NET | 20 Oct 2004 20:12 GMT | 1 |
I would like to know how can we use a namespace in VB.NET ? i tried : Imports xlApp = Microsoft.Office.Interop.Excel and
|