| Thread | Last Post | Replies |
|
| Where to find Components | 06 Apr 2005 04:04 GMT | 2 |
Can anyone tell me a good resource to find user interface components for VS 2003? I specifically need nice look field and grid components, drop down lists, calendar components and so on. I'm coming from Delphi where I have a pretty rich set of user interface
|
| Math Error in the .NET Framework 1.1.4322 SP1 | 06 Apr 2005 03:41 GMT | 1 |
I have discovered a math error in the .NET framework's Log function. It returns incorrect results for varying powers of 2 that depend on whether the program is run from within the IDE or from the command line. The amount by which the calculation is off is very small; even ...
|
| A very persistant Access To Path Denied Error | 06 Apr 2005 01:17 GMT | 1 |
I'm stuck with a terribly persistant "Access to the path *** is denied" problem. I'm trying to upload a foile using the file control. The code checks if a file of the same name as uploaded exists and if so, attempts to delete the file and then uploads the new file.
|
| Help with DataTable.Rows Reference | 06 Apr 2005 00:49 GMT | 1 |
Hi. I have a Public Function which requires 2 parameters as follows... Public Function Test(ByVal 1 as String, ByVal 2 as String) Prior to calling this function, I fill a dataset(ds) with an undetermined amount of records, and then use a datatable(dt) to reference the rows of the
|
| access violation - crashing the application.no idea when and where | 05 Apr 2005 22:02 GMT | 2 |
(5b4.f74): Access violation - code c0000005 (!!! second chance !!!) eax=00800000 ebx=77e760cb ecx=00a3dc1c edx=00000004 esi=80000016 edi=000000c8 eip=792cfcbb esp=0e47f91c ebp=0e47f928 iopl=0 nv up ei pl nz na po
|
| Encoding/Codepage: Can't Get There From Here | 05 Apr 2005 21:12 GMT | 10 |
Long story longer. I need to get web user input into a backend system that a) only grocks single byte encoding, b) expectes the data transer to be 1 bytes = 1 character, and c) uses the HP Roman-6 codepage system wide. As much as it sounds good, UTF/Unicode encoding is not an ...
|
| Stupid little problem with & | 05 Apr 2005 21:06 GMT | 2 |
I'm trying to add an onclick event to a button control so it will open up a new popup window. Everything works fine except where I add variables to pass on to the popup window. Where I have "&column" it prints out the html as "&column", like I'm trying to write to html.
|
| Help with ADO.Net Interfaces | 05 Apr 2005 21:01 GMT | 5 |
I posted this question in the ADONet NG and havent gotten a response. I am hoping that one of you have a solution. Thanks in advance I was working on creating a data library to use throughout my applications,
|
| REALbasic 5.5 free to VB6 Users Untili March 31 2005 | 05 Apr 2005 17:23 GMT | 13 |
If you want to try a true cross platform development tool - REALbasic is giving away REALbasic Standard 5.5 to VB6 developers who may feel stranded by Microsoft's abandonment of VB6. It's still got a lot of growing to do, but if the idea of writing an app
|
| Caching in IE | 05 Apr 2005 16:23 GMT | 4 |
I want to write code to prevent IE from caching my pages at certain times. The following META tags prevent the page from caching but images still cache: <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Pragma" content="no-cache">
|
| Excel 2000 Automation | 05 Apr 2005 16:16 GMT | 4 |
Does anyone know of a site that might give some decent documentation on Excel 2000 objects, particularly their methods and parameters, in order? The little I've found so far seems to mainly focus on using named parameters which doesn't do me much good in C#!
|
| How to know if windows is locked | 05 Apr 2005 14:49 GMT | 2 |
I need to know the windows state by programmation with vb.net or c#, of course I have looking for in Environment.GetEnvironmentVariables but this value is not present Help me please
|
| Plaese help a newbie with data access | 05 Apr 2005 13:31 GMT | 2 |
Okay, I'm new to .NET development. I need to build a simple tool web based to display a data set from a SQL2000 database. When I create the connection and test it, it works fine. I build the page, test it and get denied access to the database (ASP error) because user is
|
| database search | 05 Apr 2005 12:47 GMT | 3 |
I've a table filed holds keywords seperated by comma, and a web search form where a user can type one of multiple keywords in the search text field seperated by comma aswell. How do i create a sql statement to bring results that matches one or more keywords in the database?
|
| newbie general questions | 05 Apr 2005 12:24 GMT | 2 |
I am a newbie in .NET and C# - I have been programming java for the last 4 years, and now I am moving over to the dark side :-) I am using Microsoft Visual Studio as a development tool. Here they use the term "solution" and the term "project". Is it a correct assumption that a
|