| Thread | Last Post | Replies |
|
| getting path from shortcut | 12 Jan 2006 17:49 GMT | 1 |
i am facing a problem, how to get path from shortcut. i am developin an application in vb.net (but can be implement it in C# as well )that save favorite (website shorcuts). i
|
| Building my own front end to the network configuration. | 12 Jan 2006 17:26 GMT | 1 |
I have a product that will allow users to enter some, but not all, of the network options (TCP/IP Address, Gateway, ...) Are there calls that I can make that will write the appropriate spot in the registry. Or are there routines that I should be calling that says 'make this the ...
|
| Datagrid EnableViewState problem | 12 Jan 2006 17:25 GMT | 1 |
I have a datagrid to display search results. The search results at this stage we only return the first 500 records to speed up the search. The problem is, if I turn the EnableViewState on, the search regularly failed with a message that says tempdb is full... It does not however ...
|
| abstract user control | 12 Jan 2006 17:02 GMT | 1 |
I am not sure if this is the right place for this question! Anyway, here it is: Is it possible to create a user control with abstract methods? I couldn't do it. The reason is that I want to constrain the developer to
|
| performance - Comparison | 12 Jan 2006 15:05 GMT | 5 |
I have a simple doubt abt the performance when comparing variables with constats values.. Can any one tell me whether to use 1.
|
| VB.NET call up the C# windows form | 12 Jan 2006 15:04 GMT | 2 |
As I would like to develop an Windows application which has VB.NET forms and C# forms but I am not sure how can I call up a C# forms from an VB.NET forms. Does anyone can help me to solve the problem? Many thanks!! Cheers,
|
| Send Outlook Appointment from VB.NET | 12 Jan 2006 15:01 GMT | 1 |
I need to create an Outlook appointment from a VB.NET class that will be on a remote server. This class should send the appointment to about 50 different people and put it in their calendar. How would I go about doing this?
|
| Sending a method as a parameter | 12 Jan 2006 14:58 GMT | 4 |
How can I send a method as a parameter to be executed in a class? If possible without using delegate. public void MethodA() {
|
| Want to use a "drop-down list box" on a windows form | 12 Jan 2006 14:57 GMT | 4 |
I would like to use a "drop-down list box" on a windows form, but it does not seem to be available in the tool box. I get it available in the tool box when I develop a web page and an InfoPath form. When I check to add it to the tool box, it is allready selected - but does
|
| problem System.Configuration.ConfigurationManager.ConnectionStrings | 12 Jan 2006 14:13 GMT | 5 |
I am getting the error, then I am using System.Configuration.ConfigurationManager.ConnectionStrings("..."): 'ConfigurationManager' is not a member of 'Configuration'. in your help it is written that ConfigurationManager is on
|
| Prevent service from stopping | 12 Jan 2006 12:11 GMT | 6 |
I have a service which is only a server for some objects the user can instanciate and call. Right now, the service starts and then stops automaticaly. The only line of code I added is in the OnStart event and is
|
| System.Net.WebRequest.Create | 12 Jan 2006 09:20 GMT | 1 |
I have the below code.. executing from .NET APP System.Uri objUri; System.Net.WebRequest objWebReq; System.Net.WebResponse objResp;
|
| Thread syncronization | 12 Jan 2006 07:31 GMT | 2 |
Hi, i'm trying to grasp the concept of syncronizing threads, but without success Here is the situation: I'm using an object which connects to a server. After connection i want to
|
| Frames and Response.Redirect / Response.Write - Refresh | 11 Jan 2006 23:44 GMT | 2 |
I have an ASPX page that is storing data into a session Variable: Session("Name") = "Chuck" When the User clicks "Next" on the page, it naviages to "Details.aspx", Details.aspx has two frames (one on the left and another on the right).
|
| Moving to C# | 11 Jan 2006 23:33 GMT | 4 |
I am a VB programmer tring to learn C# I am stuck on a bit operator "&" in VB: ' checkLogin = 3 means "Login exists" and "Employee Number exists"
|