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

Software Development Network >> Tiempo Hard's Q&A profile

Tiempo Hard

Member List

Computer Guy69146
John Galt 2007
GrayMatter Software
Sarguna
Jason Chan
Samoyed
SaurabhJain
clayhien
Kumar Puran
MickJ
corblet
soanfu
Barry Kwok
Robert Jeppesen
Marcin Kruszynski
Jonty-UK
mckraut
ReneeC
S. Monecke
Praveen Dayanithi
Only Title

Tiempo Hard's Q&A profile

  • .NET Development ComeDom Reflection of Attribute instantiation

    Hey there! I'm currently trying to create some auto-generated code within a small utility using CodeDom. One of the requirements consists of copying attributes from members into the new generated code. Is there an easy way to access PropertyInfo of a type, access its Attribute data, and determining how it was instantiated That is, I'm looking to find out the arguments and parameters of how an attribute is invoked on a type. Thanks for any help that you can lend! Mike The answer: http://msdn2.microsoft.com/en-us/library/system.reflection.customattributedata.aspx ...Show All

  • Software Development for Windows Vista How to figure out more detail information for indexing status?

    Hello, My name is Young. Is there any who knows how to figure out more detailed indexing status like how many more items need to be indexed... I know how to see such information from the desktop search..but I can't get to know how to do with Vista.. Thanks, Young ...Show All

  • Visual C++ what is supported by GDI

    I want to write a project that has some function likes WordArt of Microsoft Words. it can fit the text to any pattern I want to use GDI to deverlop my project. so, could you tell me, what is supported by GUI (not use GUI plush) . thanks & regards!!! For question such as this it can be useful to search the MSDN and/or the internet. I searched the internet for "+wordart gdi" and got results from the Microsoft KB that seem to be useful and relevant. When You Add WordArt Objects Publisher 2002 Slows Down and Appears Unresponsive OFFXP: WordArt Is Not Displayed Correctly in Preview or in Preview in Browser ...Show All

  • Visual Basic how to hanles Datetimepicker 's check event?

    hi,everyone: i want to deal with the DateTimePicker 's check event ,but no this event,how can i do when user change the checked property ,i will do something ,but how can i capture the "checked changed " event The ValueChanged event only fires if the datetimepicker is checked BUT doesn't always fire if unchecked.  This makes it difficult to handle checked changes.  Is this a bug   The following code demonstrates: Public Class Form1 Inherits System.Windows.Forms.Form # Region "Copied from designer" 'Form overrides dispose to clean up the component list. Protected Overrides Sub Dispose( ByVal disposing As Boolean ) Try If disposing ...Show All

  • Visual Studio Team System how do i make Domain groups into global groups

    Hey everyone ok well im in a situation where i want to have some groups that can ONLY read status's and not change it and some that can change the status for different stages of the defect.. my problem is that i created a couple different groups which were domain groups, when i go to the list of groups that i can read only or whatever there are only the global groups, how do i switch my domain groups to global lists thanks Here is how-to article on creating server level groups: http://msdn2.microsoft.com/en-us/library/ms252479.aspx . There is good information on how to manage groups and permissions at http://msdn2.microsoft.com/en-us/library/ms253047.aspx ...Show All

  • Visual Studio Express Editions MenuStripItem on sys tray

    After looking at this topic here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=381830&SiteID=1 Anyone know how to add some Sub or something for handling each individual MenuStripItem yes, exactly as I said. try this: on your form designer add a notifyicon and a contextmenu then click on the notifyicon to bring up is properties and in the "ContextMenu" select the context menu you just added then select the contextmenu control and on your form will appear a context menu strip. add your items in there once added, for each item you added, double click on the item to make an event for that item you would click on your systray icon (When you right click) do ...Show All

  • SQL Server ErrorColumn field from Datasource Error Output

    Hi, The problem is, ErrorColumn contains ID. Is the following code reference safe columnname = Me.ComponentMetaData.InputCollection.FindObjectByID(Row.ErrorColumn).Name Is there any possibility for FindObjectByID to return NULL Reference in any case Fahad349 wrote: Why I couldnt That sucks Because the column ID is the metadata ID of the column in the previous component, not the current component. So the ID being passed in isn't in the current component's metadata. Indeed it isn't the best situation. ...Show All

  • SQL Server FAILED again! Express fails to install on Windows server 2003

    VERY frustrating. I have tried uninstalling. removing regietry keys. removing with the windows unistaller etc... to NO avial. See my Core.Log: Error: Action "LaunchLocalBootstrapAction" threw an exception during execution. Error information reported during run: "c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished and returned: 3221225477 Aborting queue processing as nested installer has completed Message pump returning: 3221225477 And my Core(local).log: Error: Action "ReportChainingResults" threw an exception during execution. DwLaunchMsiExec() returned : -1073741819 Error Code: -1073741819 Windows Error Text: Source File Name: sqlchaining\sqlchainingactions. ...Show All

  • SQL Server Bulk inserts - make it faster!

    I need some suggestions (or sympathy) to make my bulk inserts take less time. Using a SQL Server 2005 cluster, 2 3.2 ghz processors, 8 gig of ram, 2 terabyte server. The jobs I have created using SSIS are bulk inserting about 100 million records at a time and taking...well forever. I have a lot of data to insert (100 million records was just one month of perpetual inventory detail) and forever really just isn't an option. My users need access to this now and of course they are screaming. I turned off full recovery in favor of simple in the hopes that it will dramatically improve performance just for the bulk inserts. I will turn on full recovery after the inserts are done. Can't tell you yet how well it is working since I am in the m ...Show All

  • Visual Basic Childform misbehaving? Ignoring location commands.

    I have used the following code to try to have to childforms appear in a parent form. However, when i run the program, the child forms do not go to the specified sizes nor locations. The only bit that assumes the control doesn't exist already is the bit where I call new on it. The code all assumes the control is not part of hte form yet, however. Naturally, you cannot cut and paste my code, it's creating an instance of a class I wrote ( that you don't have ). Substitute your own control name for the one I am creating. ...Show All

  • SharePoint Products and Technologies how to quote content

    I am new to moss. I encounter a problem: Say i have an Calendar in my site. And I want to quote the Calendar in another page. How to do Any suggestion hi sondergaard A error occure when I do the last step (11. Click OK in the tool pane) The error message is :Cannot save the property settings for this Web Part. The site URL is not valid. The site URL should refer to a site in the current site collection and should be specified as a server relative URL, as in "/sites/MySite" why Specifie a relative URL ...Show All

  • SQL Server Hierachy drill down stops at point

    I have the following scenario I have a Staff Parent child hierarchy and that links down to a division. A staf member is in charge of a division but we want the managers to drill down into the children and see which divisions they are in charge of etc. So here is what the data looks like Staff Lev1 | Staff Lev2 | Staff Lev3 | Staff Lev4 | Division | Value ------------|------- -------|--------------|-- ------------|----------- |--------- A | B | C | D | DivA | 1000 A | E | | DivB | 2000 the problem is, with drilling down though the staff hierarchy I can never see DivB, I can see the value associated to the Staff member E but when I try drill down it j ...Show All

  • Windows Forms is there way to display the custom class is not inherited component?

    hi all. i know, the control must inherited from component class or implement IComponent interface can display on toolbox surface. can i display the custom class is not inherited component thanks. ...Show All

  • SQL Server The Device is not ready error when Executing package on the server

    Hi, I have a package which reads an XML file from a certain folder and parses it. I deployed my package onto the server. Copied XML files on the D:\ drive the following folder on the server. Dim reader As New Xml.XmlTextReader( "D:\Apps\Request\Clients\ClientsStatus.xml" ) is fine. But Do While (reader.Read()) generates "The Device is not ready" I think it is still trying to read it from my desktop on which I don't have a D drive. Any help is appreciated.       Jennifer LaMacchia wrote: I have the same problem. I am able to successfully map a drive but as soon as I attempt any file manipulation I get the "device is not read ...Show All

  • .NET Development Changes made to multiple tables

    Hello all, This may sound rather silly (a newbie question...), but is there a way to have more than one table in a dataset, and to have the dataAdapter updated afterwards with changes that were made to all tables If not (as I believe would be the case), what is the easiest way to go about this Am I obliged to create a dataAdapter & dataset for each table if I wish to minimize the usage of dataAdapter.update dataAdapter.fill methods (initializing/filling the Dset & Dadapter upon Form load, then having a certain point to update, instead of updating with every click event and the likes..) Hope this was coherent enough , thanks for any answer.. Somehing like: string strSQL="select * from table1"; string strSQL2="s ...Show All

©2008 Software Development Network