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

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

elke0842

Member List

M.Lipinski
Jan Alexander
Tinus Groenewald
CharlieDigital
StrickatTREEV
metz-
Steve Strong
TheGriff
Karl Kaiser
jaspi
E00Y
nataliyaTT
bastawhiz
Walt Ritscher
Khalid Omar
klva1
Bmeyer
Nats_007
cycledesign
angelLee
Only Title

elke0842's Q&A profile

  • Visual Studio Express Editions starting another application with parameters

    Hi there.. i want to start an application which name and path is stored in my.settings. so i use Process.Start(My.Settings.pfadname) when i execute my program and the filename in my.settings contains any command-line-parameters, vb tells me that the file doesnt exist.. so how can i make the programm start any other app using parameters Greetings Jan "JeriC" Eric Protected Sub CreateProcess( ByRef Filespec ...Show All

  • Windows Forms Form event question please...

    Is there an event that fires when a form is minimized   I have a program that needs to execute code right before the minimize event occures. Thanks in advance, Devin Cool, that worked great.  Now if I can just figure out how D3D is crashing :( ...Show All

  • Windows Forms How to peek a message in message queue?

    What's the Win32 PeekMessage equivalent in .NET Thanks! There isn't. You'll need to p/invoke the PeekMessage call. Note that you can pre-filter the current message by adding a message filter using the application object (check out Application.AddMessageFilter) -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • Visual Studio Team System Build Succeeded, but no output.

    Hi, I'm just trying to build my simple web application with Team Build. I was managed to create new build type. But when I'm running the build project, I'm getting only 3 files (BuildLog.txt, ErrorsWarningsLog.txt, Mixed PlatformsDebug.txt) in my drop location. My build log says, 1 Warning, 0 error. What can be the problem Here is my build log: Build started 6/15/2006 10:33:38 AM. ______________________________________________ ...Show All

  • SQL Server Sharing time intelligence across cubes

    I have a couple of cubes (orders, deals, etc) and they all share the same Time dimension. For one of the cubes (Orders) I added time intelligence features like Year Growth %, etc. This process added one attribute to my Time dimension. My question is, do I have to go through this process again with every cube if I want the same time intelligence features This means the process will add more attributes to the time dimension for every other cube ...Show All

  • Windows Forms User control with textbox keeps beefing when non-printable is pressed?

    Seems to be processing the key event; however, i keep hearing a beef on non-printable keys. Thanks Hi, Is your problem solved yet Thank you, Bhanu. ...Show All

  • Visual C# Removing methods calls off the stack in C#

    How can I remove all the method calls off the stack of an object in C# I set the variable equal to null but the object is still executing the code. For example if I have onc class calling a method of the other and that calling other methods in that class like this: class A {     private B var;     void start()    {       var = new B;      ...Show All

  • Visual Studio Express Editions Newbe question, incrementing a value

    I'm trying to increment a value every time button_1 is clicked. Can someone tell me why the following code doesn't work. Thanks in advance. Ken Public Class Form1 Dim number As Integer = 0 Public Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click number = number + 1 End Sub Ken, I do not see any errors in you co ...Show All

  • Visual Studio Team System Creating New Process Template

    Hi all, I won't to hear if it's possible to create our own Process Template. When in Process Template Manager (Visual Studio), I only get two process templates listed in the box - what if we wanted to have our own. Where do we create it, and how. Running VSTS RC - TFS Beta 3 dual server setup Best regards Musa As Joe says you can download and configure by modifying the XML files.  And then upload. This works well for Work Ite ...Show All

  • Windows Forms Focus on Panel Contained Controls

        I'm using panels to "Switch" several sets of textboxes. I want to set the focus on the First Textbox of the 1st panel, but I'm having no luck.      In the initialization of the form I've got the code  txtP ...Show All

  • Visual Studio System Requirements Question

    We are currently using VSS6 and the database is located on the server (NT4). I know when we installed VSS6, we installed a component on the server itself. Does VSS2005 also require a server install We plan on upgrading our servers to 2003 in the next quarter. Do we need to wait till then to upgrade VSS also Thanks Hi, As far as I know, VSS2005 does not work on NT4. We have only tested on Win2 ...Show All

  • Windows Forms Form not accepting keyboard input

    I've created a .net usercontrol and placed it on a .net form in a class library. Then I created a class called UI and added a method "ShowMyForm" which displays the form using a .show. I'm registering it with COM and calling it from VB6. Everything works properly except the form does not accept keyboard input when called using CreateObject() from VB. It does however work properly when using straight .NET Any thoughts Here's the ...Show All

  • Visual Studio Team System Is this a problem with mscorlib or FxCop?

    I am getting warning CA2000 : Microsoft.Reliability : need to dispose local object that implements IDisposable. (thats the jist anyway). The problem I have is that the object I am using from BCL, RSACryptoServiceProvider, does not allow me to access Dispose (because its base class implements the interface but aparently abstracts the method ). It seems to me that this is an issue with the design of that class in the BCL, but then again I am ...Show All

  • Visual Studio Express Editions Need a faster ArrayList save to text file

    Hi I have used a variety of file write routines to try to find a quick way of saving an ArrayList of 240,000 strings. The best I have managed so far takes an awful long time, 20 minutes and hadn't finished when I stopped it. In all my attempts, I have to split off each word from the ArrayList and File.Append it to the file. I can see that is not an efficient way of doing it, but I can't find an alternative method. What is the best/fa ...Show All

  • .NET Development Config file for DLLs

    Hello All ! I have some test DLLs (5) which all references a common DLL. The common DLL needs a specific value in the config file. So in my 5 test DLLs, I add a config file with the value needed for the common one. Of course it would be simpler if I can add only one config file (for the common DLL) but this doesn't seem to work. Is this possible or not Thanks, Jarod For connection strings, I would use the settings designer to create a set ...Show All

©2008 Software Development Network

powered by phorum