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

Software Development Network >> Rolf Wenger's Q&A profile

Rolf Wenger

Member List

marknic
ekolis
pdressler
djdekker
Claus Schiroky
SequelGuru
Thierry Lam
Ryan.Witschger
MikeP2
help_me_please
mike in nyc
alexjstubbs
Boaz Shalev
Sune Hansen
hghrp
cguanchez
Jon Vincent
Receev
Bob McD
domlev
Only Title

Rolf Wenger's Q&A profile

  • Visual Studio Yellow Arrows??

    I seem to be having a very basic yet confusing dilema. For some reason when I debug the program just runs through and no yellow arrows come up at all. It's as if I ran the program. I tried using breakpoints but there is no effect. Is there any answers for this It seems that your debuger is unable to hit your breakpoint. Do you see question mark on your breakpoint If so, try to ReBuild your program, close your Visual Studio, and try again. Regards, -chris ...Show All

  • Software Development for Windows Vista Designer and the Toolbox

    We are working on integrating the workflow desinger into our suite of tools. Our shell currently has a toolbox that implements the IToolboxService interface. When we create the DesignSurface for the Workflow designer, we pass in our root service provider (which contains our toolbox service). However, the Workflow designer never asks our service provider for the IToolboxService (though it does ask for many other services). How does the list of available activities, etc, get populated in the Visual Studio toolbox Thanks! I'm trying to create activities and workflows on-the-fly (xoml) and drop them onto the de ...Show All

  • Visual Studio Express Editions how to save and update database?Urgent!!!

    hi...i'm using visual c# express edition to create my application for my assignment. But i'm facing problem to store the information from the form. I have tried to create a class to open the connection for it but failed. The following is the code i used to save the user's input data into database but failed. The first one, i try to save the data from textbox. The second one, i try to update the data using the datagridview. Unfortunately, both also failed. So, i hope that someone can help me to figure out. Thanks... ---------------------------------First----------------------------------------------------------------------- ...Show All

  • SQL Server Deployment worked when it shouldn't have done

    I've just had a situation where, when trying to process a cube, it failed because one of my Script Commands referenced a non-existent dimension. Now I have no problem with that - its easily fixed. My problem is that the cube is obviously faulty so why was I allowed to deploy it The deployment should surely have failed shouldn't it Is this a deployment bug Here is the script command: Scope ( Leaves ([Currency]), EXCEPT ( [Currency Conversion].[Currency Conversion]. MEMBERS , {[Currency Conversion].[Currency Conversion].&[<None>]} )) -Jamie   P.S. Does anyone from the SSAS team in Redmond frequent ...Show All

  • Smart Device Development keep focus on my form

    Hi,   I'd like to press the callkey, of the smartphone, with kbd_event method, when there is an incoming call, but, when there is an incoming call, a popup apears end I loose the focus on my program...   So I'd like keep the focus on my form thanks to a loop like this : --------------------------------- Declare Function SetForegroundWindow Lib "CoreDll.dll" ( ByVal hWnd As Integer ) As Boolean   hwin = --handleOfMyForm--   while(true)    SetForegroundWindow(hwin) End While --------------------------------- But how can I get the Handle of my Form ...Show All

  • Visual Basic Generating thumbnails for video files?

    OK, I posted this same question previously and have gotten no replies, so perhaps I was too vague and need to rephrase it.  Everyone is familiar with the "thumnails" folder view in Windows 2000/XP, and how thumbnails are generated for movie files   Well, in an application I'm trying to develop (and unfortunately am about to hit my deadline), I have a need to generate a "preview" thumbnail when a video file (avi/mpeg/etc) is selected in a particular listview.  I have no idea how to go about doing this, and I can't find any documentation ANYWHERE on how to do it.  Do you use a Windows API or DirectX or what   Should I ...Show All

  • Smart Device Development Can't launch the .exe on the emulator

    I'm using VS.NET 2003 to code Smart Device applications.  My problem occurs when I use the Windows CE and Pocket PC 2003 emulators. VS connects to the emulator, deploys everything well (CAB and application specific files), but then a problem occurs when it tries to LAUNCH the application itself. It says : Application launching Error executing the project : Impossible to start debug Impossible to start program 'C:\S7GI\MYSTUDIOTESTS\SmartDeviceApplication6\bin\Debug\SmartDeviceApplication6.exe'. Anyone knows what could cause this problem Thanks Pierre You are right the CPU is not important for the managed appli ...Show All

  • .NET Development Having problems running a web service in Visual Studio 2005

    I created a web service following the steps laid out in http://msdn2.microsoft.com/en-us/library/87h5xz7x.aspx I have encountered several problems. 1. When I open the project I get the following. "The site http://localhost /BriConvert1 has not been configured for use with ASP.NET 2.0. Microsoft Visual Studio has been designed for use with ASP.NET 2.0. If not configured some features may make incorrect assumptions, and pages designed with the tool may not render correctly. - Would you like the site to be configured now" Click Yes and I get the following. "Configuring website http://localhost/BriConvert1 to ASP ...Show All

  • Windows Forms How to move a borderless Form on MouseDown Event

    Hi, I have a Form who's FormBorderStyle is set to none. Can anybody help to move it on MouseDown MouseEventHandler. Please Slam hi, Is your problem solved If yes, then could you please mark reply as answer Thank you, Bhanu. ...Show All

  • Visual Studio How to change working preferences on the Start Page of Visual Studio 2005

    Hi, I have installed the trial version of Visual Studio 2005 Professional Edition on my PC. At the end of the setup it has been asked me which type of language I would have used more frequently: I have selected Visual C# and clicked OK, so setup has finished. Now the VS 2005 start page is set to show me various features of C# (about Getting Started, MSDN, etc.). If I would need to change the working preferences of the start page (setting it to Visual Basic, for example), how can I do (I have checked all the menus, but I have found nothing about that). I have read that somewhere there would be a menu voice called "My Profile", but i ...Show All

  • Windows Forms Dynamic ContextMenuStrip Events

    I have a user control grid, that I want to have a customizable menu associated with. I can get the standard portion of the menu to trigger an event within the grid to perform that function (e.g. Export to Excel), but I do not know how to add an extra menu item at runtime, and pass that event to the parent form. The article at http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref32/html/T_System_Windows_Forms_ContextMenuStrip.asp shows how to add menu items (Apples etc.), but does not show how to define the event associated with that, which would still be in my grid user control. Then I would want to pass it up ...Show All

  • Visual FoxPro Using a Lan Connection on Visual FoxPro 9

    hi guys...im just new here on this forum...i am about to work on my thesis and i chose visual foxpro 9 as my software development tool..im planning to create an enrollment system for a certain school..im just wondering that if im going to create this type of system, i need to make LAN connections because enrollement system includes sectioning,assessment and payment. actually, i dont have any idea of how LAN works on visual foxpro and the things i need to know when using LAN connection..i have some questions like can a user access the system if another user on another computer is accessing it,should i use LAN or no need what problems might oc ...Show All

  • Visual C# Generics and Inheritance question

    K, after an hour or so of playing with generics I've already hit my first snag... How do you declare an abstract property to return an instance of a template class that will be instantiated with the type of the derived class (what a mouthful!) i.e.: public abstract class Node {     public abstract NodeList< > ConnectedNodes {get;} } public class GraphNode : Node {     private NodeList< > _connectedNodes;     public NodeList< > ConnectedNodes     {         get         {    ...Show All

  • Visual Studio Express Editions How to Format date from 01/01/06 to 01, Jan 2006 in VB 2005

    I am having a problem.  I just installed the new version of VB 2005, and I don't know how to format the date. For example in VB 6.0 I do as fallow: CODE:   Me.panelDate.Caption = Format(panelDate, "dddd"", ""dd MMMM"", ""yyyy") DISPLAY:   Sunday, 01 January 2006   If I do similar using the VB 2005 CODE:   Me .LabelDate.Text = Format(LabelDate.Text, "dddd"", ""dd MMMM"", ""yyyy" ) DISPLAY:   " dddd"", ""dd MMMM"", ""yyyy" I know it is something I am doing wrong.  Please someone help me I am getting stressed with this new VB 2005.   Thank You ...Show All

  • Visual Studio When is the next release for GAT???

    I am stuck between a rock and a hard place. GAT is keeping me on VS 2005 Beta 2 so I can't move on to the two CTPs that have been released since Beta 2. Beta 2 has a bug which keeps my application from running which is fixed in the CTPs. Well... >>> I *guess* the next GAT... I think it is pretty clear that this is me just guessing. If I knew for sure another release is not coming before RTM then rest assured I would not use "guess" here... ...Show All

©2008 Software Development Network