Software Development Network Logo
  • Visual FoxPro
  • SharePoint Products
  • Windows Vista
  • Game Technologies
  • Visual Studio
  • SQL Server
  • Visual C++
  • Visual C#
  • Smart Devicet
  • VS Team System
  • Visual Basic
  • Microsoft ISV
  • Audio and Video
  • .NET Development
  • Windows Forms

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

TheViewMaster

Member List

scharland
crescens2k
Wolf5
kyus94
John Oriente
chicagoclone
Burldo
Seefer
madenci
Robert Barnes
Manoj Agrawal
S_Parikh
sticksnap
Rattlerr
Grumpy McNasty
AlfonsAberg
leoku
Leslie Mason
nzwpfnewbie
Johanvdk
Only Title

TheViewMaster's Q&A profile

  • Connected Services Framework Unable to send messages to yourself?

    It seems to be impossible to send messages back to the sending participant (don't ask me why I want to do that ). When I create a session with only one participant (short-version manifest retrieved from session management console posted below), any messages I sent to the Session containing the correct action produce a 'Zero routed resolved...' message in the Event Log at the Session server. Is it illegal/impossible to send messages to yourself Or to create a Session with only one participant THE EVENT LOG ENTRY Timestamp: 12/1/2006 10:49:20 AM Message: Zero routes resolved for the incoming message - urn:uuid:679cc7dd-5eee-42bf-a95e-492dffa160db Category: Session OperationalEvent Priority: 2 EventId: 20146 Severity: I ...Show All

  • Visual C# save richtext in database

    i have some text in a richtext control how could i save this in a database if i pass control.text from C# to the database the richtext properties are not stored. When i try to viw the text i stored none the rich text formatting are displayed. Save the richTextBox.Rtf property to the database instead of richTextBox.Text. Of couse, when loading, use the Rtf property also. ...Show All

  • Smart Device Development Extend Call Log Menu

    Hi, i'm trying to add my custom menu in Call History on SP platform. My code works as well on PPC but on SP 'DllGetClassObject' is never called! ! The dll is correctly registered and exports all functions. The registry key that i'm using is: AppView\MSCLog Any ideas Thanks in advance ;) no...i can read all records in history. Remeber: pRef returns the CEOID of record in clog.db and not the index for PhoneCallLog APIs ...Show All

  • SQL Server Problem Creating Stored Procedure From A Library, DLL

    I'm having a problem creating Stored Procedure from a library I have created. I have found that the Create Assembly query causes the Assemby to be placed into the Master Database's Assembly collection. The other is that the Create Procedure Query states that it cannot find the type in the assembly. Can someone see what is going on and let me know I have also changed the "struct" to a "class" and I get the same error message. I've included the code snippit, and queries belows: using System; using System.Collections.Generic; using System.Text; using Microsoft.SqlServer.Server; using System.Data.SqlClient; using System.Data.SqlTypes; namespace HHLibrary { [Serializable] public struct State { [SqlFu ...Show All

  • Smart Device Development StackOverFlow Exception

    Hi, I’m working on a Pocket PC application in VB.Net on Compact Framework. There are many modules in this project, including 5 games. This an Icon based project and these icons are displayed using PictureBoxes. The problem: There are 3 events (Mouse Move, Mouse Down and Mouse Up ) associated with the array of Picture Boxes(icons). We are facing a problem: Multiple clicks results in a “ StackOverFlow Exception ” and the application crashes! (This might be because each click triggers 3 events as mentioned above ) Is it possible to detect the status of the stack and if so, how can the contents be deleted to avoid this Exception Can anybody suggest how this can be solved ...Show All

  • Visual Studio 2008 (Pre-release) C++/CLI in ORCAS

    Now that we have adopted C++/CLI as our main development language, I am curious to know if there are any plans to extend/enhance the language as part of the ORCAS work Thanks Colin Hello We are not adding any language features to C++/CLI in the Orcas timeframe, our focus is on improving the IDE experience and bug fixes. Thanks Damien ...Show All

  • SQL Server SSIS Configuration in different environments

    Hello, I want to store each SQL Server's (prod, test, etc) connection string in XML to make deployment & configuration easy. However, the connection string must be encrypted. Does anyone have any ideas or suggestions on how to accomplish both. I know how to encrypt it but I dont think SSIS can work with it. Any help would be appreciated. Thanks Donald! I just went through the Sql Server Configuration Type and it gives me the functionality I need. Oh Yeah... You're sessions at TechEd Boston were awsome (especially SSIS Performance Tuning). Eric ...Show All

  • .NET Development Unmanaged to managed callback through wrapper: this works but is it good?

      I implemented callback in mixed mode the following way and it works fine but I wonder if this is the right way to do it. In particular, is this 100% safe I mean could there be some obscure GC/CLR "event" that would make it crash at some point, for instance should not I be using pin pointers It works this way: a delegate is declared in C# and used as argument to the setCallBack() function of a C++ .net wrapper. This function casts this pointer and use it to initialize the callBack pointer value in an unmanaged C++ class (it also keeps its value so the Wrapper can also call the callback). The C++ .net wrapper is shown below: public ref class WrapperClass { public : delegate int CallbackType(); ...Show All

  • Windows Forms Preview Form2 on Form1

    I have 2 forms, Form1 & Form2. On Form1 I'd like to have a small scale preview window of Form2 when I run it. Form2 will be running fullscreen on another monitor in a dual-monitor setup. Please can someone help me with this Thanks in advance 30 frames a second would be close to impossible. First you have to copy a block of memory (within a bitmap), if you can even copy the mpg control's graphics), then you have to scale that down to a new block of memory, then copy that block of memory to the screen via your picturebox control. The mpg control is doing the same with highly optimized algorithms and probably not going much faster than 40 fps. What is the benefit of showing a smaller copy of something r ...Show All

  • SQL Server Leaf levels

    Hi All, I want know what are leaf levels and non leaf levels in Analysis Services 2005. How to work with them like load data etc In a situation where data of Operators, Managers, VP need to be loaded into the cubes, in the sense that after data entered by the lower level employees is completed in a warehouse, it must be loaded into the cube(s). Same mechanism is followed in case of Managers and VP's. Can each of these levels be called as a leaf If yes, what are non leaf members I am very much confused with this. Can anyone give some clarification on these A link to a good resource is also fine. An early response will be highly appreciated. Thanks SekharPC Here is ...Show All

  • Windows Forms How to Hide Entire Category in a PropertyGrid

    Hi Folks, I would like to know if there is a way of Hiding entire category from a PropertyGrid (PG) I have been using the Browsable(False) attribute on property that I need want to be displayed on the PG. Then when all properties belonging to a perticular category have been browsabled-false the category automatically dispeared. However, I still have the a category that are still present and that is the Design category. It contains the Name and Locked properties, but I would like to remove them too. Is anyone knows how to get around doing that Thanks Seve I have solvented this issue using a TypeConverter in my components. The following line implement a custom TypeConverter for a compon ...Show All

  • Software Development for Windows Vista NumericUpDown control doesn't look right on Vista with VisualStyles enabled

    Hi, This question was originally posted on dotnet.framework.windowsforms, but MSDN team seems to fail on their 'reply within 2 working days' claim. Anyway, the question was: The UpDown buttons of the NumericUpDown control don't look right on Vista with VisualStyles enabled and with certain combinations of DPI and screen resolution settings. Specifically, with 96 DPI and 1680x1050 resolution the UpDown buttons are shifted and clipped. The same settings work fine on Windows XP. Obviously, when VisualStyles are disabled the control looks right, but it is kind of important for our applications' UI to have the same L&F both on Vista and XP. Can I (or Microsoft:)) do anything about this porblem Any help/advice would be appreciated. ...Show All

  • Visual Basic Listbox selectedItem not working!!

    Hello All, I have a function that fills a listbox with data from sql server 2000 database. Here is the code: (It's in a class) cClass.FillControl(listbox1) In the Class I have this: Public Sub FillControl( ByVal objControl As Object ) Try 'DETERMINE WHAT OBJECT IS BEING PASSED If TypeName(objControl) = "ListBox" Then objControl = CType (objControl, ListBox) ElseIf TypeName(objControl) = "ComboBox" Then objControl = CType (objControl, ComboBox) End If 'CLEAR ITEMS objControl.Items.Clear() 'OPEN THE DATAADAPTER Dim daControl As SqlDataAdapter = New SqlDataAdapter daControl = New SqlDataAdapter(m_SqlQuery, m_Connection) 'FILL THE DATASET WITH DATA ...Show All

  • Visual C++ OpenFileDialog and SaveFileDialog crashes windows application

    I built a simple windows application in C++ with the .NET framework (using Visual Studio .NET 2005). The application used to run fine (it opens the OpenFileDialog and SaveFileDialog properly), but after I added more (unrelated) features, when the application tries to display an OpenFileDialog or a SaveFileDialog, the application closes abruptly on another computer with no warning message , not even that annoying warning beep sound. However, the application "sometimes" ran properly for the computer on which the application was compiled. By "sometimes" I mean for some builds of the application. Builds of my application that crashes does so consistently.   Some more description: In earlier builds of my program, disp ...Show All

  • Microsoft ISV Community Center Forums Urgent HELP!!!!! VB in MS Excel

    I have a data file in Excel which contains a lot of information for different hospitals. I want to create separate Excel files which contains the information specific to one hospital - I don't want hospitals to see data from other hospitals. Ideally I would like one click that will generate the reports for me I am not sure how to go about this. I have some VB code but for business objects and it doesn't work in excel. Please help!!!! You need to modify the recorded code such that there's a variable that counts the number of entry. While Loop can be used. Email me, I'd like to help you with this. Please send me your email address at 639209590012@chikkatxt.com , I'll get your email th ...Show All

©2008 Software Development Network