| Thread | Last Post | Replies |
|
| combo box width - (how do you change it) | 21 Jul 2004 06:34 GMT | 5 |
Could anybody tell me how to change the drop down width of the drop down control for VB.NET!!! There are loads of examples for vb 6 ie http://vbnet.mvps.org/index.html?code/listapi/listrightalign.htm But VB.NET doesn't allow the use of the ANY keyword in the declare statements.
|
| Creating graph in Windows Forms Application | 21 Jul 2004 06:30 GMT | 3 |
Can some please provide some tips, links whatever possible on creating Graphs in WINDOWS FORMS application (not web forms), using DataSet, DataTable etc etc… anything. I am totally lost and cud not find anything helpful.
|
| windows service... when do we need installer | 21 Jul 2004 03:02 GMT | 7 |
i have some doubts on .net windows services.. please see if some one could help me understand this.. 1)is it possible to install a windows service which does not have a installer added to it,
|
| DateTimePicker Problems | 20 Jul 2004 23:06 GMT | 1 |
I want to store only the time in an access database using VB.Net. I'm using a date time picker on my VB form that has a custom format set to "hh:mm". When I send the data to the DB the date, not the time is stored. What am I doing wrong?
|
| Good .NET Magazine | 20 Jul 2004 22:42 GMT | 3 |
Can someone recommend a good developer's magazine for .NET? I'm looking for something that will give good tips and tricks, solution recommendations, etc.
|
| emailing passwords using .NET | 20 Jul 2004 22:42 GMT | 1 |
is there a way to email users their forgotten passwords using ASP.NET? Stephen
|
| Why bother with .Net language conversion? | 20 Jul 2004 19:04 GMT | 7 |
There are various utilities that you can buy to convert VB.Net to C# (C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that convert C# to VB.Net. I don't understand the point of these tools. MS designed .Net so that I can create assemblies in one language (VB for
|
| Best IDE Font | 20 Jul 2004 18:55 GMT | 3 |
Just curious, what do you use for your IDE editor font? (Got tired of Courier but looking for something that won't confuse i's with L's...)
|
| Cold Fusion to .NET Conversion | 20 Jul 2004 15:45 GMT | 1 |
I am attempting to convince a group of developers to move from Cold Fusion to the .NET framework. Has anyone else made this migration, and how would you make this case to a team of CF developers?
|
| Separate DAC from BO logic? What about physical assembly? | 20 Jul 2004 14:53 GMT | 2 |
I'm looking for people's opinions and feedback regarding the design of the application tier, and how to best logically separate out the Data Access from the Business Object's. Per the Microsoft prescriptive architecture documents, they recommend creating a completely separate ...
|
| compiling an ASP.NET web project with the command line compiler | 20 Jul 2004 13:20 GMT | 1 |
Everyone, Does anyone know how to compile an ASP.NET web project using just the command line compiler? I've tried numerous options and can't seem to come up with the right solution. Is there a way to capture what
|
| Sorting a listitem by a custom field | 20 Jul 2004 12:05 GMT | 1 |
I need to sort a list item collection by a sort order value taken from a database. The first thing that occured to me was that I could inherit from ListItem and add a sortOrder field to it. Unfortunately this isnt working because
|
| Problem calling a .COM component in :NET with C# | 20 Jul 2004 12:01 GMT | 1 |
I am implementing a hanwritting recognition benchmark, and when calling from my C# code the API of a HWr engine I have the following Code:
|
| printing using ExecWB gives error "Trying to revoke drop target .. | 20 Jul 2004 09:00 GMT | 1 |
I'm trying to print an HTML file using AxWebBrowser.ExecWB but it it gives a run time error "Trying to revoke a drop target that has not been registered". Does anyone have any suggestions? axWebBrowser1.QueryStatusWB(SHDocVw.OLECMDID.OLECMDID_PRINT); object o = ""; SHDocVw.OLECMDID ...
|
| How do I kill or break out of a synchronous Socket.Accept() call? | 20 Jul 2004 08:45 GMT | 5 |
I'm trying to implement a simple server in C#. I want to do the classic thing of spinning off a thread that just blocks in a Socket.Accept() call until a request comes in. At that point, the Accept() returns, the thread spins off another thread to handle the request, and then ...
|