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

Software Development Network >> Trevor E Hilder's Q&A profile

Trevor E Hilder

Member List

Secsi
Per Salmi
Nightowly
EdenR
ledwinka
vab
AbhimanyuSirohi
BlueBeetle
Philip Jaques
UmairKhan
foxman_
Ariel Valentin
king4south
Mathew1972
Allah Is Here
syhzaidi
Ignacio Alvarez
Jean-Pierre Fouche
JCJCJC
SKK*
Only Title

Trevor E Hilder's Q&A profile

  • Visual Studio Add Resources using EnvDTE in VS 2005

    Hi, I am using EnvDTE to generate a project from templates. What I would like to do is, in my Wizard, I give the user the option of selecting an Icon file. I can programmatically add this icon file to my Project. But I cannot add it to the Resx file as a resource. If I add a token "placeholder" for it in my csproj file, it does not find the file since my token replacements occur on RunStarted() whereas I add the file programmatically only on RunFinished(). Any assistance would be greatly appreciated! Regards I am strugling to find the appropriate interfaces to access the resouces of a project. I can access the project properties : Project project = document.ProjectItem.Containing ...Show All

  • SharePoint Products and Technologies Cannot upload a .exe file to a sharepoint site.

    Hi, I am unable to upload an exe file to a site created using MOSS 2007. Inspite of removing .exe from the list of blocked files in Central Administrator, I still cannot upload a exe file. How do i upload a .exe file Any information on this will be appritiated.. Thanks in advance, Regards, Sunit Pinto Probably the easiest way is to just zip up the file. SPS was not really meant to replace a file share so things like exe files are better left off of it. I believe Mike Fitzmaurice has a blog entry about just this type of thing. ...Show All

  • Software Development for Windows Vista LVM_SETITEM

    The following works on xp sp2 but fails on Vista with return value 0. Any suggestions SendMessageByLong(hwnd, LVM_SETITEMW, 0, plvitem) Dim lv as LVITEM lv.mask = LVIF_IMAGE lv.iItem = x (any item's index) lv.iImage = n (any other item's image index) lv.stateMask =LVIS_STATEIMAGEMASK This works on xp but fails on vista. ...Show All

  • Visual Studio 2008 (Pre-release) Disabling autocomplete for Combobox

    How do you enable or disable Autocomplete for Combobox programmatically Man do I feel slow...I didn't even bother to check the namespace when I looked it up. Although I did have a .Net Framework 3.0 filter on (which should have excluded the winforms stuff). Looks like you got it though. ...Show All

  • Visual Studio Third-Party Charting Products that work with ReportViewer?

    Hi there, Does anyone know of third-party charting products that work with ReportViewer in local processing mode I've looked at Dundas and ChartFX, and I'm waiting to hear back from their sales & support people, but from all outward appearances those two products only work with reports that are generated on a server. Thanks, Eva Pierce Monsen ...and, should you need to place said image in a header, you can Base64 encode it and pass it in as a parameter, decoding within the design. Hopefully, this'll get easier in a future drop... ...Show All

  • Commerce Server Biztalk Adapters Sample

    Hello, Can I get some help on how the CatalogRecvPort, CatalogSendPort, and CSAck ports should be set up Specifically, what should the Port Type and Transport Type be for each Thanks A catalog receive port is used to export catalog information from the CS system to some other LOB system. This is a one-way port. The transport type will be CS Catalog. A catalog send port is used to either import data into the CS system, or query the CS system. Both import and query should be configured as static solicit-response ports. The inbound message (either the import or the query) represents the solicit message in this pattern. The adapter passes the message to the CS web service, which generates the resp ...Show All

  • Visual Basic SQL Procedure - Parameter count

    Is there any restriction in the Parameter count for the Stored Procedure I can sense the restriction with the Data type. If any parameter count restriction is avaiable where can i tract such information. I'm searching in the Product Features document... this link show you all version of sql server. http://www.sql-server-helper.com/sql-server-2005/maximum-capacity-specifications.aspx ...Show All

  • Visual Studio - can I get quick starts web site with their explanantions on my laptop

    1/can I get the quick starts web site with their explanantions on my laptop 2/ can I have the latest MSDN on my laptop. is it free. cause I only have the 2003 version not inclusing the latest arcticles. 3/ also the doc in VS2003 is confusing. I see there re 3 huge sections related to .Net: -Developing with Visual Studio .NET -Visual Basic and Visual C# -MSDN library I don t know when I should go to each section to find quickly the things I need. 4/ Generaly, when I want to learn something, I need some documentation straight to the point that explains the theory but also comes with examples that show what the stuff is used for. My problem is that many times I don t understand the value and the usage of then th ...Show All

  • Visual Studio 2008 (Pre-release) databinding issue, june ctp

    hi, i just updated to june ctp and started working on a new project (of course the may-ctp projects are not working anymore..). in may-ctp i got used to working with clr data objects, which i implemented throu a dll, which provided some observable-collections containing the data. those i bound to the root grid element, to be consumable by child element via an explicit data connection. in my new project there seems to be a bug with this kind of binding to data (i haven't tryed the xml-option yet): althou i configure the correct dataContext and the data seems to be available and consumable (i bind the Count property of the collection to a label which returns the acurate value), i even see the data when working in EID, but i do not s ...Show All

  • Windows Forms Listing all the controls in the page

    Hello All I have a windows application in which I have sevaral controls. Namely buttons ,checkbox, contextmenustrips,ToolStripMenuItem,SubMenu1ToolStripMenuItem When i loop through my controls like following I do not get the contextmenustrips,ToolStripMenuItem,SubMenu1ToolStripMenuItem listed For Each ctrl As Control In Me .Controls Debug.Print(ctrl.Name & " --- " & TypeName(ctrl).ToString) Next I tried the following too but it only lists contextmenustrips For Each com As System.ComponentModel.Component In Me .components.Components If TypeOf com Is ContextMenuStrip Then End If Next Do i have a method to access to all the controls in the form as ...Show All

  • Windows Forms Import text file into a datagrid

    Hi, I'm new to VB. I recently read a Microsoft KB for importing a text file into a datagrid. But I forgot the KB number and I'm not able to retrieve it. Basically my needs are these. I've a Windows Form Application. I need to select a text file using a browse button which I've accomplished! Then, I need to fill a datagrid with the contents of the text file I selected. I need help on this now. Please note that there is no database that I'm using. Everything's gonna be run time. I need this form only for display and not for edits or storing data. Please help me with the article number that helps me proceed step by step to accomplish the same. use the following link to get the result http://web6. ...Show All

  • Visual Basic accessing dataset fields

    Hi, I can not get this for the life of me. I want to get a list (array) of all the values in a certain column in a dataset, how can I go about doing this Also, what is the format for getting the value in a certain field from a dataset Like "Row x, Column y" where x and y are specified by a unique row value and unique column name. If you know of a good tutorial for Visual Basic & using SQL (Binding sources, datasets, etc), please let me know as I think I'm having a more difficult time grasping it than other aspects. Thanks! The best way to look at this is A dataset is a collection of Tables (type datatable) A datatable contains a collection of rows.  (type datarow) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. question about boundingspheres and planes

    Hi, the Xna framework supports functions to find if a boundingsphere intersects with a plane or at what side of the plane the boundingsphere is located. This seems very handy to determine if over a given time a sphere crosses a plane. However , are there functions in the Xna framework to determine at what given time the collision happens , and at what location the sphere hits the plane And even better , if this collision happens within the surface of a given triangle ...Show All

  • Visual C++ Question on FILEDESCRIPTOR Structure

    Hello All, I have been having some problems with the length of "file path + filename" greater than a certain number of characters (242 characters). The problem is occuring in the drag and drop operation. FILEDESCRIPTOR structure is used to describe the properties of a file that is being copied by means of the clipboard. I see that the MAX_PATH defined is 260 characters. I would like to find out if somebody encountered this situation and is there any function or property related to FILEDESCRIPTOR structure which can understand this path without any problems. Thanks, CPPUser7. Windows actually allows path names of up to about 32,000 characters by prefixing the name with \\ \. You'll find it doc ...Show All

  • .NET Development Intermittent slow response while using custom HttpHandler

    Hi friends, I am trying to build a custom HttpHandler which accesses a remote site to fetch the responses. I have placed the HttpHandler in a website (abc.com) and modified the configuration files so that all accesses to the website is intercepted by the handler. However I find that when I access the website (abc.com/default.asp) for the first time it takes significant time to get the response. Subsequent responses come very fast (without any perceptible delay). However if the IE is idle for sometime (say 5 mins) the next response again takes a painfully long time. My guess is that the .NET platform dumps the custom HttpHandler when the client browser is idle for some time and reloads it when the next request comes. Can someone p ...Show All

©2008 Software Development Network