| Thread | Last Post | Replies |
|
| where i can find single view? | 31 Jul 2005 19:04 GMT | 6 |
where i can find single view of any Sub or Function in VS.Net 2003 (like vb6)?
 Signature Best Regards
|
| MyTextbox control | 31 Jul 2005 18:49 GMT | 1 |
I have a new textbox control with a couple of added properties. The problem is when the textbox is painted there is an extra black line at the top of the box. In the designer for the control the location is missing, so I added
|
| Balloon-Tooltips (CreateWindow fails) | 31 Jul 2005 18:46 GMT | 5 |
I'm currently trying to port a piece of code from VB6 to VB.net which enables my application to display balloon tooltips. Unfortunately it doesn't seem to work. This is the code VB:
|
| SQL tables to class/entity | 31 Jul 2005 18:25 GMT | 1 |
I have several tables on SQL Server. Is possible that instead of manually creating entity classes (where each table is represented by a class and each field on the table is represented by a property in the class), I can run some wizard which create all these
|
| Datagrid row index errors | 31 Jul 2005 16:49 GMT | 2 |
Can anyone point me in the right direction I am using vb.net 2003 to create a windows form application I have a datagrid bound to a dataset, clicking between row 0 and row 1, several times will cause an exception, the error is because the
|
| Passing data to a thread | 31 Jul 2005 16:44 GMT | 2 |
I have seen the following example of passing data to a thread: Class ThreadData Public Id As Integer Public Msg As String
|
| no taskbar or menu bar | 31 Jul 2005 16:34 GMT | 2 |
hi, how can i make my windows form not show the start menu or any menu for that matter so it will essentially be full screen?
|
| differ mouse down from mouse click | 31 Jul 2005 14:27 GMT | 1 |
A mouse click on some object in my application should select this object, where mouse down should start moving until mouse up. But, when I press mouse down small move always happens. I tried to work with move tolerance, but then if mouse was near the border of the object, it
|
| Listbox | 31 Jul 2005 11:59 GMT | 2 |
Are there any way to set different color per line on my listbox? Thanks a lot. Windy
|
| Lookup Table to select (or multi-select) for edit | 31 Jul 2005 10:03 GMT | 2 |
I want to write a form control to lookup some tables fields from database, let users to select one record (or multi-select more records) under win-form
|
| How to set focus to a popup | 31 Jul 2005 08:23 GMT | 1 |
I am developing a web page in VB .NET. I am using a popup to show pictures of dresses. Mi probles is: When the used cliks on the button that calls the popup it is loaded (until this point there is no problem) but if the user closes the popup and cliks again the button that calls the ...
|
| Re: Common Problem I think... (More issues) | 31 Jul 2005 01:54 GMT | 1 |
Thanks for bearing with me. I am getting there (maybe).... I change the SupervisorId property to use the SqlInt32 type as such: Public Property SupervisorId() As System.Data.SqlTypes.SqlInt32 Get
|
| drawing snap mode indicator | 31 Jul 2005 01:51 GMT | 1 |
I'm writing a small drawing program which has "snap to grid" mode and I want to display something (some kind of shapes for example a small square or circle which indicate the current snap point of my mouse) but I have no success so far. I tried controlpain.drawreversibleframe ...
|
| full screen? | 31 Jul 2005 01:40 GMT | 7 |
hi, is there anyway i can make my windows form to be full screen? thanks
|
| International versions of .net framework | 31 Jul 2005 00:37 GMT | 7 |
There are various versions of the dotnextfx installer fro different "cultures" / languages. Is the installed framework different or is it just the setup part of it? Out of curiosity why cannot one version cover all by detecting the current culture?
|