| Thread | Last Post | Replies |
|
| Writing an array to a REG_MULTI_SZ registry key adds newlines | 31 Oct 2007 22:41 GMT | 2 |
I'm trying to write: strMulti = new string[] { @"c:\pagefile.sys", "512", "512" }; with: keyRead.SetValue(regKey, strMulti, regKind);
|
| Problems with identity impersonate parameter in web.config file. H | 31 Oct 2007 20:32 GMT | 2 |
I've been trying to use the identity impersonate parameter, as Microsoft Tech Support indicated I should, to enable a .Net application to access an MS-Access .mdb file on a Windows 2003 voice response system server at the same time that the IVR application on that server has the ...
|
| Missing many HTML properties in design time | 31 Oct 2007 18:10 GMT | 5 |
There is a big difference between my VS.net 2005 team edition and my co-workers'. We all installed VS.Net 2005 SP1. However, in my IDE, the table cells in the web project are missing about 40% properties. For example, the frequently used "nowrap" property is missing.
|
| read/write excel using odbc | 31 Oct 2007 17:51 GMT | 11 |
how can i write to an excel .xls file using odbc? i've read in several places that its possible but i can't find an example. i have managed to read an excel file using odbc
|
| Help with Setup project | 31 Oct 2007 17:20 GMT | 2 |
I'm using VS 2005 SP1 to create a setup project. I'm checking for a registry entry in HKCU\Software \FMI\NCR called 'TemplateFolder' in the Launch Conditions tab. The Property is set to REG_NCRTEMPLPATH. In the Registry tab, I want to create the same registry entry as above
|
| VS Standard 2005 vs 2008 | 31 Oct 2007 09:00 GMT | 3 |
I'm going to buy Visual Studio Standard Edition. I've found product feature comparison for VS 2005 version (http://msdn2.microsoft.com/en- us/vstudio/aa700921.aspx). I'm looking for something similar for VS 2008. Is there any? I've installed Orcas Beta 2 Standard and I've
|
| Error Copying Files--Need help ASAP! | 30 Oct 2007 23:33 GMT | 1 |
I have a Windows app that has a C# class that calls a VB .Net module to copy the latest files to the user's local drive from a shared location(via XML) everytime the user hits the startup icon. When I compile in Release mode it runs fine. When I run my new setup.exe, that runs ...
|
| MSDN Subscriptions | 30 Oct 2007 20:56 GMT | 7 |
I have an expired MSDN subscription and need to install some software (Server 2003 and VS) from it that requires a product key. Despite the FAQ explicitly stating that I can use the software after the subscription has expired there seems to be no way of getting a product key ...
|
| Beginner - What Software will help me learn | 30 Oct 2007 18:29 GMT | 2 |
I am a beginner and I am acquiring a new PC with XP Professional, I am currently using notepad to write ASP.Net pages. Is there any software that would help me or make it easier to learn? thanks,
|
| Failure sending mail | 30 Oct 2007 16:57 GMT | 2 |
Trying to send mail with System.Net.SmtpClient, using very simple code just for testing: SmtpClient smtp = new SmtpClient("mail.server.com", 25); smtp.Credentials = new
|
| Architecture for a Webservices project | 30 Oct 2007 16:55 GMT | 8 |
Hello I'm concidering better ways to architecture our VB.Net Webservices project. Below is a draft of what I thought would be a decent way to go about it, I was wondering about other peoples thoughts. I thought maybe a half business object half dataset approach is feasable...Im ...
|
| how to set Reference for dynamic control | 30 Oct 2007 10:49 GMT | 1 |
i am using dynamic wizard control within a placeholder i used the following code and g has null value Wizard g = (Wizard)this.PlaceHolder1.FindControl("WizardControl"); can anyone help in this?
|
| how to use a C# dll like a C dll | 30 Oct 2007 02:43 GMT | 1 |
I want to create some DLL's in C# but they must be used in a C program. How do I create the exports for the C# dll and how would I access them from a C executable or DLL. If it can't be done using C, then how do you do it if you are using C++ ?
|
| Javascript array to vb array | 29 Oct 2007 20:11 GMT | 6 |
Hey guys, I've searched high and low for a way to populate a vb array with data from a javascript array. I can find 50 ways to do it with ASP but not one for VB. I appreciate what help you can give.
|
| Part OT: 64 Bit Laptops | 29 Oct 2007 16:15 GMT | 1 |
I currently have an Acer Travelamte 800, about 5 years old. 1.3Mhz Centrino, 4Gb Ram, 80Gb 7200rpm HD. The screen is 1400 x 1050 The sound on it has stopped working, not that this is important. I am considering replacing it with a new laptop and am considering options.
|