| Thread | Last Post | Replies |
|
| How do I make my VB 6 desktop program show up in the taskbar? | 19 Nov 2004 14:47 GMT | 1 |
How do I make my VB 6 desktop program show up in the taskbar when it's running?
|
| double click on datagrid? | 19 Nov 2004 13:20 GMT | 5 |
I have a datagrid that is popolated by a search result. I would then like to double click on a row to open the record in a new form. The double click doesn't seem to "fire"? I am relively new to VB.NET (coming from VB6). How does one capture the double click event on the datagrid?
|
| Uncatchable Exception | 19 Nov 2004 13:12 GMT | 5 |
Well, I'm still wondering around in the "land of the lost exception"... It seems that controls that are bound to a class and the class throws an error in the SET method of the bound member, the exception cannot be caught. I have wrapped my entire application in all the global
|
| Enumtables/EnumColumns from DMO | 19 Nov 2004 13:04 GMT | 3 |
can anyone provide an example of how to use the Enumtables methods in SQL DMO from VB.Net ? (I want to be able to get back the tables and schema from a linked server) tia
|
| How to add a dropshadow to a Form | 19 Nov 2004 12:46 GMT | 3 |
Hi to all, I need to add a dropshadow to a form, how can I do it (vb .net)? I found the syle CS_DROPSHADOW but it requires me to subclass the window (I don't know how to do it).
|
| Export ImageList images | 19 Nov 2004 12:16 GMT | 4 |
does anyone have a sub for exporting the images (all or selected) of an imagelist as files? TIA Kejpa
|
| Function test tools - such thing avaliable? | 19 Nov 2004 11:49 GMT | 2 |
Just wonder if there's a tool allows me to write a small VB.NET fucntion in it, compile and run it and return the result to me? Just don't want to open a new test project everytime for 15 lines of code :(
|
| How to declare a public variable in methods in VB.NET | 19 Nov 2004 11:45 GMT | 2 |
If any one knows,please tell me how can we declare a public variable in methods of VB.NET like public indx as integer. How can i use that variable in another methods like global
|
| choice bw array and arraylist | 19 Nov 2004 11:43 GMT | 2 |
i am declaring an array of points dim arrOfPoints as point() however i want arrofPoints to grow dynamically like in arraylist and use add method.
|
| Adding icon on user control | 19 Nov 2004 11:13 GMT | 1 |
I'd tried to follow the instructions from msdn for adding icon image for a control. I've checked the name of bmp file is same as the control name and turn the bmp file to "Embedded Resource". After building the project again, the icon of my user control is the same as ...
|
| Using the FreeImage Library .... | 19 Nov 2004 10:43 GMT | 8 |
I would like to convert a system.drawing.image or bitmap to a FreeImage bitmap. I am using the code below. NOTE: the problem I am having doesn't seem to be with the FreeImage Library itself bit rather with the Windows API calls. Am I doing something wrong on that end? This is the ...
|
| How can i restart a thread in VB.NET | 19 Nov 2004 08:34 GMT | 1 |
I have one doubt regarding threads in my application. If i aborted one thread ,then i want to restart the same thread again.How can i restart that one. Is it possible to restart a thred after aborting.
|
| How to pass parameter from vb.net to Crystal Report | 19 Nov 2004 08:23 GMT | 1 |
How to pass parameter from vb.net to Crystal Report? I'm now using ReportDocument and CrystalReportViewer. However, I don't know how to pass a parameter to the report and print the parameter in the report. Please help. Thanks a lot,
|
| Help with exporting text and formating vb.net tia sal | 19 Nov 2004 08:06 GMT | 1 |
Greetings all I'm trying to export text to a file but the format comes out incorrectly I'm trying to have an array exported to a text file side by side Example
|
| Strange happenings in my DataGrid | 19 Nov 2004 07:50 GMT | 1 |
I have a DataGrid that allows for a combobox in a column through a inherited DataGridColumnStyle and a inherited ComboBox. I have 3 of these columns in a row. The overall problem is that when I hit TAB on the first of 3 of these columns the cursor moves into the second and then ...
|