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

Software Development Network >> Hockey Nut's Q&A profile

Hockey Nut

Member List

Paul Mead
Sanjiro
jaebird
Jared Wennstrom
clintonG
EvilPenguin
Mary Potapova
Seyfert
CBono
MKyE
Deepak Urath
Elloco999
Kiexcolo
Shaun Miller MS
Dynamical Dog
mossay
prk
robertbain
Craig Westlake
Matt Hallett
Only Title

Hockey Nut's Q&A profile

  • SQL Server Is there any way to control the visibility of items in Reporting Services Toolbar ?

    I want the Reporting Services toolbar to be shown in my report. But i would like only "Zoom" dropdown and not others like "Find", "refresh", "Print" etc. Is there any way for me to control this from the URL. (as work around can i specifying this in RDL ) thanks, Shyam Could you possibly go into more detail how to go about turning on and off individual buttons through VS 2005 report controls in server mode Thanks!! ...Show All

  • Windows Forms ControlStyles.ContainerControl

    How is this style used in Windows Forms   I see it marks the control as a container but does it change anything else Not really it changes anything visible to the control, all it does is to tell the designer that the control marked with ControlStyles.ContainerControl is a container control. In my opinion, it's better to derive your control to ContainerControl than manually setting the ControlStyles.ContainerControl style, as it does all the other things needed by the control to be a container, like autoscroll and clippings. Forms, for example, is derived from ContainerControl. For more i ...Show All

  • Visual C# c# tutorial

    is there anywhere i can get a free ebook on the c# language. thanks in advance... Just an idea, but Microsoft have some good documentation on the C# Language. http://msdn.microsoft.com/vcsharp/programming/language/default.aspx ...Show All

  • Visual Basic SelText Function

    Hi People I am trying to create an application using VB6 to do the following: - The user highlights a word in Internet Explorer that they do not understand - They then click the 'Find Definition' button on my VB application. - This then opens Internet Explorer and passes the highlighted word value into a predefined web address to show the user the deffinition. I can open internet explorer and I understand how to use SelText to grab the value of selected text in a text box within the application. I can't however find how to use SelText (or an alternative) of passing a selected value from Internet Explorer into the VB appl ...Show All

  • .NET Development reflection.emit: How to emit an explicit interface implementation?

    Hi, Does anyone know how to create an explicit interface implementation using Reflection.Emit (I'd guess the solution uses MethodBuilder). For example, the following C#: public class MyClass : IEnumerable { ArrayList list; IEnumerator IEnumerable .GetEnumerator() { return list.GetEnumerator(); } } compiles to give the following IL for the GetEnumerator() method .method private hidebysig newslot virtual final instance class [mscorlib]System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() cil managed { .override [mscorlib]System.Collections.IEnumerable:: ...Show All

  • Visual C++ CString char/wchar_t conflict

    I'm encountering a strange issue that I have not seen before. I recently built a new MFC app with VS .Net 2003. I am using the MBCS character set - e.g. UNICODE is not defined. The problem is that when I step into CString code down into the CSimpleStringT level, in atlsimpstr.h, it thinks it has wchar_t traits. However in the CStringT code (in cstringt.h), it thinks it has char traits. So, for example, I step into CStringT::Left() and see char traits, then Left() calls GetLength(), which is defined in atrsimpstr.h. Then when I step into GetLength(), suddenly it thinks it's a wchar_t string and returns 0 as the length. I tried rebuilding from ...Show All

  • Software Development for Windows Vista Windows Vista

    Hi, I was just wondering if anybody is able to advise when Windows Vista is scheduled to be commercially released in the UK Hi, Microsoft has not released any official dates for the release of Windows Vista. There are some speculations regarding the release dates which you can read about here . Regards, Vikram ...Show All

  • Windows Forms A Split Textbox

    Hi, I am looking for a control, or a way that I can either code or fake a control that looks like the text window of X-Chat (http://www.xchat.org). If you take a look at http://www.xchat.org/files/screenshots/xc208xp.png, you can see what I mean.  Basically, the textbox (or whatever it is) that they are using is split in two, with the nicknames being added& ...Show All

  • Windows Forms GridView has no AutoFormat?

    Is there an equivelant of the DataGrid's AutoFormat wizard for the GridView ...Show All

  • Visual Studio Express Editions Polling Access Database

    Hi there, I have an access database that is used on an online ASP system to book holidays, now I'm wanting to create a VB application that can look at the database and as soon as a new record appears have the display update and a message window appear. Problem is that I can get the program to look at the database and display the content, but I don't know how to get it update and refresh the screen automatically, or even to get a message depending on whether or not a new entry appears. Any help would be appreciated. Goodness, that's an unusual profile. A message can be msgbox("You ...Show All

  • .NET Development IPv6 in System.DirectoryServices?

    I have not had any success in connecting to my ipv6 ldap server. I get an exception of type COMException saying "The server is not operational.", but no ip packets are sent from my application. I have verified that it works with ipv4. Code; DirectoryEntry directoryEntry = new DirectoryEntry("LDAP://" + path + "/RootDSE",userName,password,AuthenticationTypes.ServerBind) Where path is the servers ipv6 address (I've tried with and without square brackets). Is ipv6 not supported in System.DirectoryServices Or am I missing something here Regards, Arnebjarne ...Show All

  • Visual Studio Express Editions Registering Express Edition on 2 Computers

    Hi. I installed the Express Editions at work.  I then went to each product's Help menu, and clicked the "Register Product..." item.  I logged in with my Passport, verified my information, and received a Product Key that I pasted into the Registration Form. Sometime later, I installed the Express Editions on my PC at home.  I also went to each product's Help menu and clicked the "Register Product..." item.  From home, I logged in with my Passport, but instead of being taken to a Product Key that I could enter on the Registration Form, I was taken directly to the page that thanks everyone for registering. I am NOT using the ...Show All

  • Software Development for Windows Vista Adding parameters at runtime before instancing

    Is There any way to add parameters to a workflow instance before instancing it I tried with: IRootActivity ra = workflowRuntime.GetWorkflowDefinition(type); WorkflowChanges wc = new WorkflowChanges (ra); ParameterDeclaration pd = new ParameterDeclaration (); pd.Name = "MyParameter" ; pd.Type = typeof ( string ); ra.Parameters.Add(pd); wc.ApplyTo(( Activity )ra); But maybe I'm wrong doing this... Regards, M Are you trying to pass parameters to the workflow, or trying to define parameters in the workflow that you can then send in   If you are trying to pass parameters, th ...Show All

  • Visual FoxPro Open table exclusively?

    Forgive my ignorance - I've recently reinstalled XP and subsequently Foxpro 7.0. Now when i double click on a foxpro dbf file it opens the table and another datasession labeled 'B' (i'm supposing it's a datasession). Previously, when i opened a table i was in exclusive mode and didn't have this duplicate table open also. I normally work in exclusive mode because my data is not in a shared environment (i'm a vb developer). Any suggestions thanks, rroot01 Sounds like your XP is set to work with a single click. Create a text file in VFP home folder named config.fpw and add: exclusive=on ...Show All

  • Visual Studio Express Editions Add line numbers to code

    Does any one know how to add line numbers to your code for error handling I want to use Information.erl in my error routines so I know the exact line the error happend. In vb6 I had an addin that would add line numbers for me. Is there anything simillar for vbExpress Note: This is different from adding line numbers by going to Tools > Options > Editor Options. Thanks Assuning that you are debugging, if you either call The ToString method of an exception object or else get its StackTrace property, that will give you the line number on which the exception was thrown. Try     Catch ex As Exception     ...Show All

©2008 Software Development Network