Software Development Network Logo
  • Visual Studio
  • Visual FoxPro
  • Microsoft ISV
  • Visual J#
  • .NET Development
  • Visual C++
  • Visual C#
  • Windows Live
  • Windows Forms
  • VS Team System
  • Architecture
  • Smart Device
  • Game Technologies
  • Visual Basic
  • Windows Vista

Software Development Network >> Gamaliel Isaac's Q&A profile

Gamaliel Isaac

Member List

hxu64
Vittorio Bertocci
geneway
kickf1ip
jhudson
rusold
B Langston
BrainToaster
Ramanakumar
Toengel
Leo2515
KWU
Ajay Kalhan
Lieblick
MikeTheMechanic
ajhuddy
Pross
Carlos Guzmán Álvarez
animated405
Kawarjit Bedi - MSFT
Only Title

Gamaliel Isaac's Q&A profile

  • Windows Forms Tough Reflection Question

    If given a FieldInfo object that represents a reference type, is it possible to call a method on this reference type  I know how to set and get the field, but that's not what I want to do. I want to actually call a method on the field.  For example, let's say that I wrote a function that uses reflection to get a list of every&n ...Show All

  • SQL Server Report Manager - Blank Reports Page

    Hi, I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space. I had it working fine a week ago. Any ideas The RS runs on Win2003 Std, SQL 2005 Std. Thanks Very likely the account that you use to connect to report manager no longer has permission. Connect as a admin and check your permissions. ...Show All

  • .NET Development An Error oCCURED

    When i tried to run any sample ASP.Net Application i recieve an error "A name was started with an invalid character. Error processing resource 'http://localhost/Shpping%20Cart/Default.aspx' " Only if i rum the application which is not been developed on my system. Can u please tell me step by step how do i overcome this problem thank you Please ask this question at http://forums.asp.net/ ...Show All

  • SQL Server System.Data from NETCF and System.Data from .NET

    Currently, I have a WinCE application which uses the System.Data from NetCF and System.Data.SqlserverCE from MSSQL Server 2005 Mobile Edition. Now, I'm trying to use the System.Data.Sqlclient but I can't seem to find it in my System.Data. I notice that there are different version which is one from NetCF and one from the MS.Net framework itself. Here's my question: Is it possible for me to use both System.Data or should I only choose one. This is for my attempt to connect also from an SQLServer and connect to the local SQLServerCE as well. Thanks in advance, rikimaruXP yes, the SqlClient that allows a CF app to work directly with SQL S ...Show All

  • Visual Studio Team System SourceContext.Documnt is null

    Hi, I've problem with my rule. I can't receive node.SourceContext.Document. It's always is null. That why I can't receive location of this node in source code. Pdb file is located in the same folder that assembly. My rule based on BaseIntrospectionRule. Interesting feature: if I run my rule with rule, based on BaseControlFlowRule, all is correct. node.SourceContext.Document is not null. Please help me with my problem. Thank you.   Not all nodes in the tree have SourceContext. You need to remember the source context for the last node in the tree that you encountered that had one (gen ...Show All

  • Visual Studio 2008 (Pre-release) UI Threading

    Hello, I've an UserControl and other user interface component that take about 10-15 seconds to load. I would like to use some thread to load the slowest UI. In .Net 2.0 I used to have a BackgroundWorker to accomplish this task. What can I use now Thanks Giorgio Take a look at the document: http://www.designerslove.net/docs/Optimizing Performance in the Windows Presentation Foundation.doc I hope it will help you to solve your problem. Bye ...Show All

  • Windows Forms Create custom UI type editor for control property ?

    Hi, In my custom control, I have a property of a type IRenderer , which is a custom interface in my project. During design time, for that property, I want the PropertyGrid to display a list of all IRenderer -derived controls/components on the current form. How can I do that I suspect I have to create a custom UITypeEditor but I have no clue. Perhaps I need some reference documents or articles. Thanks in advance. You don't need to create a custom UITypeEditor for this. The standard UITypeEditor should list the controls/components if you have place the pieces together. public class Class1:Control, IRe ...Show All

  • .NET Development Converting between Ver 1.1 and ver 2.0 .net

    Howdy, I have just written a small program in VB 2005 in .net framework 2.0, i wondering if there is a way that the executable could still run in ver 1.1 as i have been getting errors (ie not compatible!)    The program is very simple, and i dont think i use any new "fancy" parts of 2.0 (I am very new to VB and .net....like today) thanks... Dwayne Ok, I tried a small experiment and Yes, you are correct. I got a "Application generated an Exception that cannot be handled" when I tried to force a v2.0 EXE on v1.1 So, I guess the only option is to rebuild the app for v1.1. Regards, Vikram ...Show All

  • Windows Forms Scrolling textbox

    I'm using Windows Forms 2.0 (Visual Stduio 2005) and cannot get characters within the textbox to scroll. I need displays coming out because it is a batch process and need to allow operators of the app to view the messages. I have the following code which I want to basically have show up in the window like so: line1 line 2 etc. <code> TextBox1.Text = ControlChars.CrLf & "Retrieving Search Definitions along with their respective Search Criteria." 'do some processing TextBox1.Text = ControlChars.CrLf & "Retrieved Search Definitions along with their respective Search Criteria." </co ...Show All

  • Visual Studio How to speed up help integration into Visual Studio help collection using merged modules?

    Hello everyone,   I am developing an installation of a .NET component for Visual Studio 2003/2005. I have created a HxS documentation for the component and included the necessary merged modules to my installation. Everything is working fine and help is integrated into the Visual Studio environment. But the installation takes very long time. I think the problem is that the Index and TOC files of the Visual Studio help collection and my help collection are merged during the installation. But I would prefer the Index and TOC files to be merged after the installation, when the Visual Studio help collection is first accessed. What c ...Show All

  • Visual Studio 2008 (Pre-release) using *linq with a web project

    web projects don't seem to have a .csproj file, where the pointer to the alternate c# compiler resides. so, how can i use *linq with a web project   if you are not doing any inline coding, you could also compile your code with C# 3.0 compiler and copy the related assemblies (like System.Query.dll) to the bin directory ...Show All

  • Windows Forms getting active form for application

    I want my messageboxes to center over the active window, not the centerscreen. I see the owner parameter and this works when I pass a form. Sometimes, I want to display a messagebox from a class though and have no reference to the calling form. I thought I could use Form.ActiveForm, but it always seems to return null. How would I go about this Thanks There’s good news and bad news. The good news is that the .NET Framework’s MessageBox class internally uses the GetActiveWindow API function to retrieve the handle of the active window attached to the calling thread, so assuming you’re trying to disp ...Show All

  • Smart Device Development Treo 700w voice operation via Bluetooth connection

    Does anyone know of any software available that will allow voice operation through a Jabra bluetooth headset Hi, for better results, please post Windows Mobile questions to one of the Smart Device forums. This forum is patrolled by experts in laptop, Tablet PC and UMPC development. Thanks, David ...Show All

  • Visual FoxPro Index on Deleted() VS .NOT. Deleted()

    Which is best for performance index on deleted() tag del or index on not deleted() tag notdel Thanks Hi If you're using VFP8 or earlier you have to use the former. From VFP8 help: "Rushmore cannot use an index created with a NOT condition . For example, the following expression can be optimized: INDEX ON DELETED() TAG DEL But this one cannot: INDEX ON NOT DELETED() TAG NOTDEL" If you're using VFP9 " INDEX ON NOT( DELETED ()) optimizes NOT( DELETED ()) and DELETED () query conditions" and you can use a Binary index - see h ...Show All

  • Visual Studio 2008 (Pre-release) table of data

    I need to display the contents of an XML file in tabular form. The basic structure of the XML is; <table> <row> <column_name_1 /> ... <column_name_n /> </row> </table> where column_name_* etc could be <name>, <age>, etc. For example, <table> <row> <name>Bob</name> <age>32</age> </row> <row> <name>Alice</name> <age>23</age> </row> </table> Which should result in a table thus, [name][age] Bob 32 Alice 23 Unfortunately, what I am seeing is [name][age] 32 32 23 23 Obviously, my binding logic ...Show All

©2008 Software Development Network