Software Development Network Logo
  • Architecture
  • Windows Vista
  • .NET Development
  • Windows Forms
  • Game Technologies
  • Visual C#
  • VS Express Editions
  • Visual FoxPro
  • Windows Live
  • VS Team System
  • Visual Basic
  • SQL Server
  • Visual C++
  • Smart Device
  • Visual J#

Software Development Network >> Steven Hemingray - MSFT's Q&A profile

Steven Hemingray - MSFT

Member List

David Parr
Majid8351
orekin
Flap
Tara Nerurkar
blettner
gcryall
Roman Golovin
Felixredwoody
etan
hero281
Ad Kalaf
Simon Tian
Corneliu Barsan_MS
GabeOSM
Josh Stitzel
Protean
DbHd
William Bain
Mateus Stock
Only Title

Steven Hemingray - MSFT's Q&A profile

  • Visual Basic Helpcursor on a ToolStripMenuItem

    Hi all, I have a ToolStripMenu in my application. I would like to change the cusor from default to help cursor when i click on a item in the ToolStripMenu. I was successfully able to change the cusor, but when moved the cursor on certain items, the cursor again changes to default. When moved away from such items, cursor changes to help cursor. I later found that the help cursor remains unchanged for items which has help for those items are enabled. So when i move the help cursor to a toolstripmenu item, cursor changes to default cursor. I would like to know how to avoid this change in cursor when moved to toolstripmenu item as there is ...Show All

  • SQL Server Cannot work with Scrip task

    Hey guys, It's sort of madness I guess. :)) I use Script Task. It has no code inside, but " Dts.TaskResult = Dts.Results.Success" I execute package. I'm getting error Error: 0x5 at Script Task: The script files failed to load. Task failed: Script Task What is it How I can fix it What's wrong Thanks. Check out this thread ... http://forums.microsoft.com/msdn/showpost.aspx postid=68546&siteid=1 Donald   ...Show All

  • Windows Forms Design Help - Panel and more

    Hi guys :) In Visual Studio 2005, I wanted to write a Windows Application which has the dialog soemthing like this:  ___________________ |           |                     | | Option|          List       | |______|____________| |            Detail             | |___________________| lol, nice ASCII art :D Anyway, I ...Show All

  • Visual Studio 2008 (Pre-release) CommunicationObjectAbortedException

    I'm trying to get an object from my server, that contains lots of other objects with List<>'s, strings, ints and colors. The server is throwing a CommunicationObjectAbortedException. Then I tried to change the iterface and added [XmlSerializerFormat] on the servicecontract. That seemed to work, but now all my Color objects are changed to 0. The server is returning an object with correct information, but when it reaches the client, all the color-objects are 0. All other objects (DateTimes, List<>'s..) are coming thru OK. Any ideas Can you get a trace (both server and client) for me ...Show All

  • Windows Forms datareader bind to datagridview

    hi, how to bind datareader to a datagridview without using datatable. thanks, Popskie   try this code,    cnn.Open();    cmd = new SqlCommand("s_Y",cnn);    cmd.CommandType = CommandType.StoredProcedure;    dr=cmd.ExecuteReader();    DataGrid1.DataSource=dr;    DataGrid1.DataBind(); ...Show All

  • Visual Studio Team System How to force Repository Refresh?

    Hi, is there any way to refresh the repository on demmand or the only way to do something like that is to set a small refresh time Thanks a lot Thank you for the details. For these cases, you can manually run the adapters and process the cube by invoking the Run webservice by following these steps: - Log onto the application tier. Browse to http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx Click on GetWarehouseStatus, and then click the Invoke button. Wait for it to be idle. It should return ProcessingAdapters (pulling data), ProcessingOlap (processing the cube), or Idle. - Browse to http://localhost:8080/Wareh ...Show All

  • .NET Development Can I apply an attribute at runtime?

    Hi all, As you might have noticed some attributes are supported only on a limited number of flatforms and/or os versions, so I am trying to apply those attributes with caution.  I can achieve this by using conditional compiling with some symbol defined ...  However, in such an approach, I have to re-compile my file on every platform and/or os version, with different symbol definitions ...   I just wonder whether there is a way I can apply attributes at runtime rather than at design time.  I know CodeDom namespace can achieve this by making your whole file dynamically generated and complied.  I just wonder, wheth ...Show All

  • SQL Server DTExec is the only redist for executing dtsx file?

    Question: trying to execute SSIS package "Package.dtsx" from another machine. What are the requirements to do this without installing full SSIS I presume that we need .Net framework 2.0, but what are the minimum component or files I need to run a package thanks Horseshoe My understaning is that SSIS is not redistributable as DTS was. Either way there are more files than just dtexec. All the tasks and components are spread accross several assemblies for example. If it is redistributable, then it will be covered in redist.txt or the equivalent if that has changed from SQL 2000. I believe it is now licencsed a ...Show All

  • .NET Development Questions on EncoderParameters / PNG TIFF Image types

    This is a repost, (i had originally posted to the incorrect group, sorry...), and also, I am still unclear on where to post this one, as it seems to "fall between the cracks" somewhat...I can't find a forum that really seems appropriate for GDI+ questions (if someone has a tip on that, idappreciateit!) The question: Does anyone happen to know, offhand, if there is a way to specify the quality encoder parameter type for .PNG files that actually causes some effect on the degree of compression I have seen 3rd party imaging software that allows settings for this, usually with a compression level from 1-10, which really w ...Show All

  • .NET Development .net framework v2.0

    i'm wondering if i really need .net framework v2.0, i know it's an optional update on the Custom Page i have 1.1 net framework XP Home. Processor Architecture: Intel CPU Manufacturer: GenuineIntel Processor Level: Pentium III or higher (15) Processor Revision: Model 4 Stepping 1 Approximate CPU Clock Rate: 3057 MHz Number Of Processors: 1 Page Size: 4,096 bytes (4.00 KB) Allocation Unit: 65,536 bytes (64.00 KB) Minimum Application Address: 65,536 Maximum Application Address: 2,147,418,111 Slow Machine: No also i would like to know, if i need to uninstall 1.1 framework, before installing 2.0 framework thanks. best regards. ...Show All

  • SQL Server Concatenate field based on unique id.

    I have a table like this Id comment -- ------- 1 abcd  1 efgh 1 cc 2 aa1223 3 myComment 3 myComm123444444 I want to a SQL statement that returns unique Ids with their comments concatenated with comma. 1 abcd,efgh,cc 2 aa1223 3 myComment,myComm123444444 Can anyone help me with this. thanks. I need to contatenate a field and I tried your example, but it gave me a "Incorrect syntax near xml" error. I have this script I wrote, but it runs extremely slow: SELECT DISTINCT Description ,      (     SELECT TOP 1 (   &n ...Show All

  • Visual Studio Tools for Office Access parent doc in VSTO

    Hi everybody, Here's what I wan't to do. I have an actions pane. I wan't to have access to the document object in the left. This is what I got so far ... Private TestDoc As Word.Document TestDoc = ............. I just don't know how to get my current docuemnt. And how to do it with more then one windows opend. So I hope I can solve this one in this year. If not, let us hope for a better new year. Thomas, are you using VSTO. If so, the missing line is TestDoc = Globals.ThisDocument HTH, iouri ...Show All

  • SQL Server using sql Mobile Databases

    I am very new to programming using Pocket PC's. I am attempting to develop a system that will allow scientist to access information while in the field. I read somewhere that the pocket pc must be connected to a PC before it can access a sqll mobile database. I am currently searching for the answer to this question to ensure that I can do what I am wanting to do. If this is not true, which I hope it isn't, can someone show me some quick connectivity code to connect to the database. I am using VB.NET to do this programming. Any help will be greatly appreciated. SQL Mobile can be used in a stand-alone mode o ...Show All

  • Windows Forms Making child controls of UserControl editable

    I have a UserControl subclass, CompanyInfo, with various controls (Labels and Textboxes) on it. When I'm designing this class, I can edit the controls, move them around etc., which is fine. However, when I build CompanyInfo into a DLL, then add it to the Toolbox and drop it onto a form in the Designer, I can no longer edit and move the various controls that CompanyInfo encapsulates. I have tried setting these controls to public access, but that hasn't helped. I'm using C# in VS .NET 2003. Is there any way to get these child controls to be editable when my subclass is placed on a form this is possible for VS2005 using the EnableDesignM ...Show All

  • Visual C# Reading large .csv file loading is very slow.

    First let me state that I am very new to C#. I learned C++ in college but that was in 99 and have been coding mainly mainframe since then. So I am kind of new to the .Net platform as well. The problem that I am having is when I am loading in a .csv file it is taking a long time before the user can do anything because the program is busy loading my data into my array. Is there a better way for me to do a read then using StreamReader. Here is a snipet of code where I am doing the load. Any help would be greatly appreciated.   private void openFileDialog1_FileOk( object sender, System.ComponentModel.CancelEventArgs e) { st ...Show All

©2008 Software Development Network