| Thread | Last Post | Replies |
|
| DataGrid Without DataBase? Sample/Example? | 30 Oct 2004 19:24 GMT | 1 |
I suspect that it is possible to use a DataGrid without using a database. But everything I've been able to find about the DataGrid control involves a database. I'd like to be able to experiment with the DataGrid control without having to deal with the complexity of database stuff.
|
| Wrapping a WinForm in a class | 30 Oct 2004 19:20 GMT | 2 |
I have a winform that runs on its own, is it possible to wrap a stand-alone winform in a class? More accurately, is it possible to use a class to call an already established winform?
|
| API Or DirectX In VB.NET | 30 Oct 2004 18:25 GMT | 4 |
Ok, i have a program where I need to animate images on a background. However, the VB.NET CreateGraphics is not fast enough to do it without flicker. I am not a very advanced programmer, and cannot figure out how to use DX or API in VB.NET. Could someone give me some simple but
|
| tabcontrol and TabPage | 30 Oct 2004 18:11 GMT | 1 |
I have a Tabcontrol on my form which display 2 pages (so tabpage1 and 2). I would like to not see these "tabs" (where is written TabPage1 and 2)... for switching from 1 page to the other i use some treelist control. So, how can i hide these tab on the top of my TabControl (but they ...
|
| CType question | 30 Oct 2004 17:17 GMT | 3 |
I want to make a function like CType but can't figure out how to do this. Function ConvertWhithoutException(ByVal Item As Object, ByVal aType As Type) As Object Dim output As Object = Nothing
|
| 2 Apps, 1 App.Config file??? | 30 Oct 2004 17:13 GMT | 4 |
If I have two apps (one is a standard VB.Net EXE, the other is a VB.Net Windows Service). The EXE is just a UI to configure the settings for the Service. But, each one has their own App.Config.
|
| icon and tab of my custom control | 30 Oct 2004 17:05 GMT | 1 |
I've created a custom control and it is display on MyControl tab in Toolbox. but i would like to know how : 1. can i set a particular icon to my customer control to see it displayed in Toolbox.
|
| Presenting run-time generated data in sortable datagrid? | 30 Oct 2004 17:01 GMT | 2 |
My application needs to present data generated at run time in a datagrid that can be sorted by clicking on columns, and where rows can be selected and events generated. Do I need to set up a dataset and datatable to do this or can I do this
|
| Locate/parse text | 30 Oct 2004 16:55 GMT | 2 |
I want to locate a line in a text file and then return the remainder of the line. The line I am looking for begins like this: //***** Does anyone have an example of how to do this? Thanks.
|
| Datatable "Type Expected" error | 30 Oct 2004 16:53 GMT | 3 |
I'm learning about datatables. When using the example provided by MS in the .NET Framework Class Library for DATATABLE (see below) I get an error on line 3 that says "Type expected". Is something missing from the code? Thanks - Jon
|
| Error handlers and Exception handlers | 30 Oct 2004 16:13 GMT | 4 |
I have a couple of questions with regards to handling errors and exceptions. 1. If I use On Error goto Errhandler ..
|
| Time axis on MSChart | 30 Oct 2004 15:26 GMT | 1 |
Just want to know if you have any idea how to add a time axis on the VB6 MSChart ? I use it in my VB.NET project. Thanks,
|
| combobox binding question | 30 Oct 2004 14:56 GMT | 3 |
I am forgetting something obvious, I think. I have a form with a combobox on it. I place the code (below) in the form. Instead of populating the dropdown with 0 and 1, as I expected, it populates it with two rows, each containing the string "MyProject.Form1+test"
|
| Counting charater occurances efficiently | 30 Oct 2004 14:52 GMT | 2 |
What is the most efficient way to count occurances of charaters in a string? IE. Searching for ',' in a comma del file.
|
| Plz Tell me | 30 Oct 2004 14:31 GMT | 2 |
Is it possible to place command buttons in datagrid control in vb.net . If datagrid contains 10 rows then for each row it must have a command button . Is there any third party control? Plz tell me
|