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

Software Development Network >> Andreas_VdBerg's Q&A profile

Andreas_VdBerg

Member List

Scotley
bijie85
xlx2
Hummer
Eivind__no09
JTSTAR
sharon sharon
newvbee
Hugocpp
Jan Pukovec
Gary7
Jason Hamlin
EricA_MS
raider74
pwoods
gdf
Ilyck
fdaske
jimmyshu
Vinces
Only Title

Andreas_VdBerg's Q&A profile

  • Visual Basic What is the difference between <Me> and <MyBase>?

    I have noticed that the VB .NET compiler/IDE allows both the <Me> and <MyBase> keyword in some situations.  The situation I am talking about here is the following: you have a base class and a class that derives from the base class.  When you are coding in the body of the derived class and you access one of its own members that was actually defined in the base class (an inherited member), you can use both the <Me> and <MyBase> keyword. Is there some subtle difference here   Or maybe it is just a good coding practice to use <MyBase> to have self-documenting code.  You can later on see that t ...Show All

  • Visual C# parent - generic why not?

    How can use parentes with generic links I talk about this constructions: struct abc<tfrom>: tfrom {...} or class abc<tfrom>: tfrom {...} but i need constructions like public class  aaa   <tKey, tVal, tTVal>                       : IConfig where tKey : int where tVal: int where tTVal: byte {...}   public class  aaa   <tKey, tVal, tTVal>               &nbs ...Show All

  • Visual Studio Express Editions No puedo abrir o crear proyectos en VB 2005 Express Edition Beta 2

    Ingresa al menu Tools / Import and Export Setting y selecciona la Opcion: Reset all Settings A mi esto me ha solucionado mas de un problema. ...Show All

  • Windows Forms ToolStrip

    I was trying out the ToolStrip and the ToolStripContainer, the other day, but I'm having a problem trying to undock the ToolStrip and to make it floats outside the ToolStripPanel.  Is this possible or what am I missing To reproduce: It can be demonstrated, just created a new Windows Form Project, add the container and have it the Dock property to fill the entire form.  Create a ToolStrip and put it on the top area.  Run the app and try dragging it out of its docking container. VStudio 2005 Beta 2 Please delete the above post. The mouse position is obviously Cursor.Position and if the control a ...Show All

  • .NET Development Problem with WSDL file of a web service

    Hi all, I wrote to web services, and generated the WSDL file of each one. The two web services simply connect to Access database and return the retrived data from the Database. The strange thing is, the WSDL files are different according to the tages and body. The bad WSDL file I got is: In the first one I got wsdl before each tage name, e.g: Instead <wsdl: message name =" GetPylonByFillerSoapIn " > I got here < message name =" GetPylonByFillerSoapIn " > < xml version="1.0" encoding="utf-8" > - < definitions xmlns:http =" http://schemas.xmlsoap.org/wsdl/http/ " xmlns:soap =" http://schema ...Show All

  • SQL Server EMail Notifications

    Yukon Apr '05 CTP Using Notification Services Trying to send out notifications by mail Entry in the instanceconfig file   <DeliveryChannel>       <DeliveryChannelName>MailChannel</DeliveryChannelName>      <ProtocolName>SMTP</ProtocolName>       <Arguments>        <Argument>          <Name>SmtpServer</Name>          <Value>1.1.1.1</Value>         & ...Show All

  • SQL Server How to add reference in C# SQL Server Project (June CTP)

    Hi,    I'm using June CTP Visual studio .NET Framework. I have created SQL Server Project in C# language. In that i want to add external dll's to that Project. But when i click the Add reference in the References, it shows only two Tabs 1. Projects 2. SQL Server.   I cant able to add external dll's located in some other location to my References. How to do this Please  let me know if anybody know the solution. Thanks, Vinoth Vinoth@gsdindia.com Thanks for ur reply,    A question: What are the external dll's you want to use Are they developed by you or are they coming from somewhere else Yes Vineet, ...Show All

  • Visual Basic Clipboard - How to determine file is cut or copied ?

    Hi all, I encountered a serious problem while working with clipboard class in VB.NET. I want to simulate cut-copy-paste operation with my application and Windows Explorer. User can copy files from Explorer and paste it into my application & vice-a-versa. My question is- How can I determine if user has copied or cut the files from Windows Explorer I want to differentiate cut & copy. I am using >> My.Computer.Clipboard<<. Please help, Thanks in advance, Now if I recall correctly the user would need to code the difference between cut/copy. Something like the following. The only dif ...Show All

  • Windows Forms To access MDIParent's controls

    From the childform, how can I update the status label on the status bar of the MDI window I tried the following code. But it says the toolStripStatusLabel cannot be accessed due to its protection level.             MDIParent1 frm = new MDIParent1();             frm = (MDIParent1)this.MdiParent;             frm.toolStripStatusLabel.Text = "aaa";   Controls are declard as private by default in C#. You can change this by setting the Modifiers property in the propert ...Show All

  • Visual Studio Team System TFS Security Question

    I'm using TFS beta 3 refresh . I'm trying to figure out what permissions should the various groups that use TFS should have and how to crate them. I read the help online that come with TFS and found some discrepancies between what the help says and what the TFS actually does. Examples: 1) U nder the "Project-level permissions" ( I take it it same as Project Administrators group) section, it states that we can set permissions such as "Administer a build","Delete test results", "Edit build quality", etc. But these permissions don't exist. 2) The help also sates that "When you create a new team project, Team Foundation also ...Show All

  • Visual C# Changing webbroswer Url

    I have a group of radio buttons, and a web browser. The buttons each have this code: WebBrowser1.url = Http://example.com Http comes up as an undefined variable so I put " around it. Then it says it cant convert system,uri to string. So, what do I do I'v done this before but I cant remember how. i suggest to start another thread when you have another question anyway.. In click event of the notify icon set -maximize and get focus ...Show All

  • Visual Studio Tools for Office It doesn't install PIA & VSTOR

    Hi! I've followed this guides (1) & (2) for building my VSTO addin for Outlook...but my users reported that they had to manually download PIA and/or VSTOR...the setup didn't automatically downloaded and installed them! What may I check Another thing: before using VSTO, I used to update my installer by changing his version number (in this way, a newer installer would uninstall any previuos version)...but doing so, it prompts me about changing the product code. Doing this in VSTO meant I was UNABLE to uninstall what I created (I had to go through regedit and caspol utilities...)...may I still change the version, WITHOUT changing the produc ...Show All

  • Visual Studio Express Editions Application Configuration Incorrect

    Hello, This weekend I was programming a game using the Win32 platform SDK (Feb05), Glut and OpenGL.  When I compiled the release edition and tried it on another computer (included all DLLs as per Dependency Walker) it failed with error 14001 "This application failed to start ... application configuration incorrect." I ended up having to dig out my old Visual Studio 6.0 CD and create a project using it to get it to run on any other machine than my own.  I was using Visual C++ 2005 Express Beta 2 CTS. Is there a reason why this would happen   Will it work with the new Beta 2 version that I am currently downloading ...Show All

  • Smart Device Development Read specific line from a file?

    Hi, Is there a method to read a specific line of a text file The StreamReader class does not seem to have a method to do so. The Peek method isn't what I'm looking for either. Would appreciate your help. Thanks. Will threading help If you know in advance what is the file to be processed, you can start a thread to index it first. I did a simple test program, and indeed, with indexing, reading any line is extremely fast. In my program, if the user wants to read a line that has been indexed, the result is displayed immediately, otherwise, a timer is started to repeatedly check if the line has been indexed. Here ...Show All

  • Visual Basic How to change a pic??

    i put like this     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)     Handles Button1.Click             PictureBox1.Image = "1.JPEG"         Label1.Text = "what text"     End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. the error showed is " value of  type string cannot be converted to 'System.Drawing.Image'" May i know what happen> Picturebox1.Load( "c:\temp\h.jpg" )   Happy viewing ...Show All

©2008 Software Development Network