Software Development Network Logo
  • Windows Forms
  • IE Development
  • Audio and Video
  • VS Team System
  • Visual Studio
  • Visual C++
  • .NET Development
  • Game Technologies
  • Microsoft ISV
  • Visual C#
  • Visual FoxPro
  • Visual Basic
  • Windows Vista
  • SharePoint Products
  • Smart Devicet

Software Development Network >> Kyle Anderson's Q&A profile

Kyle Anderson

Member List

DevDiver
RussP
Bader Cheema
gfmajchrzak
SaimaSalim
Johan Nyvaller
NuclearChicken
Maddog C
kmote
nabeelfarid
Laughing John
Friendly01
den2005
Mitch5713
Jim Pendarvis
Sonia2
babucherayath
Ian Jorgensen
Slugger25
_joe
Only Title

Kyle Anderson's Q&A profile

  • .NET Development Errors after successful install of .net framework 3.0

    I am a consumer, not a programmer.    On 1/29/2007 I went to Microsoft Update and got two items from the software(optional) pane, they were as listed below.  After I got the updates the computer did not ask me to reboot as it had advised me I might have to before the update.  So after the successful download and install of these items and waiting a good while after the Microsoft Update website said success and I had closed it, I rebooted the computer using the start menu restart.  After the restart the computer would not access the internet whatsoever, even though my ISP said I had a valid IP number and my IP phone from Comcast was working fine.  I called McAfee because their software was not able to run and t ...Show All

  • Windows Forms Listbox to show options from a related table

    On a Windows form, I have textboxes to show data rows of a main table. The main table has a foreign key to a minor table which is a list of status values ("Pending", "In Progress" and "Done"). The object is to display the status in a listbox or combobox. I want to know how to do this. Some notes: 1) The code to set up connections, DataAdapters, CommandBuilders, bindingsources, Datasets, etc works fine. 2) I would like to set up any constructs in code rather than with a wizard. 3) Unless I have to I want to avoid creating the relationship between the tables in the wizard. 4) I get the sense that one Dataset can access and update both tables, but I don't know how to tell the dataset about additional tables. ...Show All

  • Software Development for Windows Vista How can my process best tell if it is running elevated?

    Hi all, I asked this in another forum also but thought I'd give it a shot here. I'd like to programmatically determine whether the process my dll is running in has had its authority elevated. I think I remember having read about an API call that would tell me this, but I can't find that doc anymore. This info will help me do the right/safe thing in an app that MS would say should be split into two parts: non-admin and admin -- but that I do not have time to split. I see there is an entry point exported from kernel32.dll called "CheckElevation", but I see no doc on this anywhere. Thanks! Yes, this stuff is defined in the Vista version(s) of the SDK - and the latest is the one that came with Vista ...Show All

  • SQL Server SQL Agent Job error message, help!

    I've just created a Maintenance Plan with Maintenance Plan Wizard, after I hit the Finish button and the SQL Server Management Studio start executing the wizard, it said something has conflict with the new maintenance wizard. Next thing I know, there's this DB Backup agent in SQL Agent Job (in SQL Server Management Studio); and I can't delete it although I'm able to disable it. Can someone help Here's the detail of the error message I received every time I tried to delete the job agent: Drop failed for Job 'DB Backup'. (Microsoft.sqlServer.Smo) Additional information: - An exception occured while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) - The DELETE statement conflicted with the REFERE ...Show All

  • Visual C# Referencing .Net 2.0 dll in .Net 1.1 application !?

    Hi , I want to refer a dll created in .Net 2.0 in a .Net 1.1 Windows application. How do I do that Thanks in advance Aseem Chiplonkar Software engineer. I created a "File System" ASP.net webservice in VS2005. It has the default HelloWorld service. I build it. When I reference it in VS2005 solution it works fine but when I reference it in the VS2003 application it says access denied ! ! ...Show All

  • Visual Studio install errors in the vs2005.net,help

    have errors in install vs2005.net, show "error 1335", help!! in the logs produced, is there any mention of error 1305 The reason I am asking is because those errors relate to bad media/damaged media which also can cause the 1335 error afterwards. I would also suggest to do the following and see if it helps: Try to create an image of the DVD/CD using something like say, Nero. Then mount this image using a virtual CD tool like MSVCD and mount this image on it, then run setup from the mounted image try to place the media into another CD/DVD drive and install it from that, if you have one available Disable AV software as sometimes it can cause to such errors during installation. see if you can install it to ano ...Show All

  • Visual J# Microsoft excel document

    Hi, I write a aplication in J# for a temperature sensor and I want save the data of the sensor into a excel document. So I want to ask you if you have any examples how I write data into a excel document Thanks Thomas Mayer You can use .NET version of POI, which can read/write/create Excel workbook without using Excel or .NET COM interop. Several example codes are available at http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=59851a30-f145-4af1-9071-51a673ba9a95 . ...Show All

  • Visual Studio Express Editions Programming Sudoku

    Well I just bought teh book Programming Sudoku, and I ran into a few problems. When I saw that you needed Visual Studio 2005 I was upset, but tehn I read on and found out it says C# shouldnt have a problem so im using Microsoft Visual C# Express Edition. Ive gotten pretty far in the book, and its in the Code section where i ran into a few problems! Heres what the bok says to do, Public Class Form1 '---dimension of each cell in the grid--- Const CellWidth As Integer = 32 Const cellHeight As Integer = 32 And thats where I hit the problems! See I wrote that and i get build errors! Heres my Code using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.D ...Show All

  • Windows Forms gridview refresh

    Hello! I have some code in atlas and everything works ok exept after refreshing my gridview don't get any new values. Let me explain i have open my IE and if somebody insert some data i should view this new data after refreshing. I put my code bellow: <atlas:TimerControl runat="server" ID="timerTicker" Interval="20000" OnTick="refresh_Tick"></atlas:TimerControl> <atlas:UpdatePanel ID="p1" runat="server" > <Triggers> <atlas:ControlEventTrigger ControlID="timerTicker" EventName="Tick" /> </Triggers> <ContentTemplate > <asp:GridView ID="GridView1" runat="server" AllowPaging="True ...Show All

  • Visual C# write into TEXT file using C#

    I have an XML file - XMLFile3.xml < xml version="1.0" standalone="yes" > - < DataSet1 xmlns =" http://tempuri.org/DataSet1.xsd " > - < MSH > < FieldSeparator > | </ FieldSeparator > < EncodingCharacters > ^~\$ </ EncodingCharacters > < SendingApplication > ADMIT </ SendingApplication > < ReceivingApplication /> < ReceivingFacility /> < DateTimeOfMessage > 200502110938 </ DateTimeOfMessage > < Security /> < Message > ADT^A01 </ Message > < MessageControlID > 00860 </ MessageControlID > < Processing > P &l ...Show All

  • SQL Server Export to Excel file too large

    I can't find the answer to these problems. I'm using SQL Server 2005 Developer Edition. I have a report with 15,036 rows and about 15 columns. It utilizes a table and a report header and footer. One column has data containing hyperlinks to another report. 1) When I export this report to Excel, the result is 14.2MB file. Why is this file so huge, and how can I make it smaller 2) Is there anything I can do to prevent the inclusion of the hyperlinks in the exported Excel file Thanks, Rosie Excel has some internal compression techniques that SSRS is not able to take advantage of. If you resize the file in Excel, you might see that it gets smaller. There is no specific option but you can make the hyperlink URLs base ...Show All

  • Windows Forms Hosting Windows Form Designer, BeginUpdate/EndUpdate methods?

    I'm hosting the Windows Form Designer, and I'm programattically setting position (for undo/redo). when I do this, the contol visibly moves first horizontally, then vertically to its final position. I was wondering if there is any way (like the BeginUpdate/EndUpdate methods on some controls) that I can delay redrawing until I've bade all changes to the controls properties If possible, I don't want to have to inherit and override paint methods. You should be able to call SuspendLayout() / ResumeLayout(False) on the control you're designing. If that isn't suspending things enough, you could try using designer transactions (some controls delay updates while a transaction is open.) Try this (VB code): Sub ...Show All

  • SQL Server ERROR IN SQL SERVER ENGINE

    I have a problem starting my SQL Server engine. Its service has been stopped. It was working properly till evening “ December 8, 2006 ”. But when I came to office at 10:00 AM, it did not start. When I checked the service in “Services.msc”, it was stopped. So, I tried to start the service “ SQL Server (MSSQLSERVER) ”, but it failed with message “ Error 1069: The service did not start due to a logon failure ”. I opened “Event viewer” and looked the list in “Application” log to find out what had happened. There was an entry for “SQL Server” source with type “Failure Audit”. There was a message “ Login failed for user sa ”. What went wrong….Can someone help me Plz its urgent…. I found errorlog file in folder as you wro ...Show All

  • SQL Server update statement

    Newbie Question: Im trying to update a table column to a new value and I receive an error, here is my statement: USE PD51_Data; GO UPDATE CASENUMBERS SET CaseNumTypeID = 130 WHERE CaseNumTypeID = 101 AND CaseNumber BETWEEN 199999 AND 600001; GO I receive this error Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '9368----' to data type int. What did I forget Hi, is the CaseNumber of type non-integer Then you will have to provide the between conditions with single quotes. WHERE CaseNumTypeID = 101 AND CaseNumber BETWEEN '199999' AND '600001'; HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C# Partial Specialization of Generics

    I want to do something like this: using StringDictionary<T> = System.Collections.Generic.SortedDictionary<System.String, T>; How do I accomplish that If C# 2.0 doesn't syntactically support the notion, what is the next best equivalent Create a generic class that inherits SortedDictionary class StringDictionary<T> : SortedDictionary< string , T> { } ...Show All

©2008 Software Development Network