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

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

mnn

Member List

ShaneBattrick
percent20net
MosheCohen
Atreju
leimiaomiao
Marcos Barbosa
Numbers
Zydeco
ReneeB
SherlockDotNet
Narayan_jn
TazInfo
daniel mark
PSinclair
ekho
kr.Nitesh
Steve.Adams
Goran Ciric
Chris Powell
Aquind
Only Title

mnn's Q&A profile

  • SQL Server Balance Forwarding

    Hi, Just want to seek advice on how to forward the ending balance of Balance Sheet Accounts of previous year to the current year. Marvs You can use a couple of MDX function depending on the level you are standed. If we have the following time heriarchie: [DimTime].[Year-Month-Day-H] = [Year], [Month], [Day] And assuming that the [Balance] measure is additive 1) if you drill down to the day level you can obtain the ...Show All

  • Visual Basic How would I restrict input for a textbox.

    I have some textboxes that I only want numbers in and only want a range of numbers to be valid. Also I do not want to use NUDs. I already have the textboxes connected to functons and subs so I do not really want to change them. How would I do this I used following code to be sure that the input values in textboxes were a number between 0,1 to 25. The stored array values are ten times as high as the input because and data type is " ...Show All

  • Visual Studio Express Editions Full working database sample.

    Hi, I am trying to learn to build a database in Visual Studio 2005 Expresse. Building a working apllication with only one table is no problem, but an apllication with related tables is another thing. For learning purposes I tried to find a working sample on the internet. But didn't find anything. Is there anybody out there who can tell me where to find a working sample with Vb source code to understand how it works. Many thanks in ad ...Show All

  • Visual Studio Express Editions AddNew issue with BindingNavigator

    Hi I'm using Visual Basic Express Edition 2005. I've created a simple form which contains several text boxes and combo boxes which are databound to a BindingSource. The form also contains a BindingNavigator which is linked to the same BindingSource. All of the form controls work correctly when navigating back and forth through the DataTable (linked to the BindingSource). Also, I am able to delete a record and this is correctly reflected back ...Show All

  • SQL Server How to not render blank reports?

    Hi, Currently I am programmatically printing SQL Server Reporting Services reports using a C# console application (most of the code I got from Bryan Keller’s weblog http://www.csharphelp.com/archives3/archive545.html ). The problem I am having is that when a report is blank (i.e. its data sets don’t return any data) I don’t want it to be printed. If I don’t want a blank Access report to print I set the following event i ...Show All

  • .NET Development Failed parsing the policy document

    I am using WSE 3.0 with VS 2005 pro. I created a ASP .NET web service project on the local file system, added MyAssertion.cs to the App_Code folder in the project. After I manually added extension element to the wse3policyCache.config file. I get an error when I try to open the WSE setting 3.0. The following is the extension element I added and the error message that I got. extension element ============== < extension name = " MyAssertion " ...Show All

  • .NET Development StreamReader encoding detection problem

    I am having a problem with automatic BOM detection that used to work in 1.1. A trivial way to reproduce the problem is to do the following StreamReader sr = new StreamReader ( "c:\\somefile" , true ); If you put a breakpoint after this line of code and look at sr, you will see that its internal member _detectEncoding is false and as a result encoding detection is never done. I dont see (using Reflector) anything in the logic of ...Show All

  • Visual C# XML ERRO

    I get a xml error when i run this code. I am trying to make a xml file. However I keep getting a run time error. private void SetupXMLfile() { int rowcount = 0; int found; int cell = 1; ArrayList elementarray = new ArrayList (); //mydoc.Load(filename); XmlTextWriter xw = new XmlTextWriter (filename, System.Text. Encoding .UTF8); xw.WriteStartDocument(); xw.WriteStartElement(RootNodestrin ...Show All

  • Visual C# Has anyone used the Decorator pattern to draw?

    I have an object that will draw itself. I want to be able to put an unknown number (less than 10) of strings, lines... on the object.  I was thinking I could use the decorator pattern to accomplish this.  I could create an interface with a Draw(Graphics g) or a Draw(object o, Graphics g) for the pattern, and wrapping each string in its own decorator object.  Each instance of the object will have a different set of strings, so I ...Show All

  • Visual Basic image conversion component..

    hi ppl.. well i m developing a wallpaper changer.. and i am not to expert to write a code to convert a .jpeg or .jpg file to a .bmp file.. while the bit depth should remain 24 bits.. like windows does.. i have searched a function in vb6 ,but it isn't there or any winapi function that i can call.. as i am a student i can not buy anyone's properietery component also.. all u guyz are proper developers .. it would be really nice if u guyz can give m ...Show All

  • Windows Forms control array in VB.NET

    Hi, I created array of buttons and labels dynamically. Ref: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbtchcreatingcontrolarraysinvisualbasicnetvisualcnet.asp i have 4 buttons and corresponding 4 lables. Each label is associated with a button. Example : button1 label1 button2 label2 button3 label3 Initial text value of label is 10. When i click button1 , the correspond ...Show All

  • Visual Studio 2008 (Pre-release) Repeating MediaElement

    Hi, I am displaying MediaElement on button. Could anyone please help me in looping the MediaElement so that it never ends. I am using Feb CTP. Thanks in advance for helping You have at least two options: 1) Use a Storyboard with a MediaTimeline that points to your MediaElement < Button > < Button.Triggers > < EventTrigger RoutedEvent = " Button.Click " > < ...Show All

  • SQL Server When will it be fully supported?

    Having sucessfully tested mirroring, I've suggested we should implement it at my place of work. However, they are non too pleased that it is not yet officialy part of SQL Server 2005 and therefore not supported, does anyone know when it will be in standard edition because I really really need to know... Thanks Database Mirroring is included in SQL Server 2005, but requires a trace flag to ...Show All

  • Visual C++ CFrameWnd::OnSetPreviewMode ASSERTs in VC 2005 but not VC 6.0

    I have a VC++ 6.0 MDI project that uses a class derived from CPreviewView to provide some mildly enhanced Print Preview functions. The class is invoked according to the MSDN documentation by calling DoPrintPreview. In Visual Studio 2005 the program asserts in Debug mode at the last line of this fragment from winfrm.cpp: void CFrameWnd::OnSetPreviewMode(BOOL bPreview, CPrintPreviewState* pState) { ...etc... if (bPreview) { // Ente ...Show All

  • Windows Forms How can I make my user control take my other controlslike a panel

    Hi, I contructed a user control with two panels: one docked at the top (panel1) and another one docked as fill (panel2). When I drag my user control onto my form, I'd like to be able to add other controls (i.e. a button) to panel2 so I can dock it inside panel2. How can I accomplish this Thanks much! Hello. You really just need to make sure your user control inherits from either System.Windows.Forms.UserCon ...Show All

©2008 Software Development Network

powered by phorum