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

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

vishal_UK

Member List

weisun
Glandorf
cn_sean
schapman
J Smith
Dgates123
Simon Morris
Benjamin Day
Ido_ba
Eric Small
kilky
mw2005
flep
Stanley_fu2000
charliestrause
acydeK
Frank_9
NateET
Pooja Katiyar
Wayne Z
Only Title

vishal_UK's Q&A profile

  • .NET Development How are interpreted . and , in numbers in XML and in .NET ?

    hello, i would like to know if this is "XP Regional Settings" dependent thank you Normally numeric data is stored in a region-independent manner in XML.  The .NET frameworks provide an XmlConvert class that does the string to/from data conversions for you. ...Show All

  • Visual C++ Error report when running C programs.

    Hello all I hope this is not a duplicate post. I am a beginning programming student and I'm learning to program with the C language. I am reading a C programming book and have begun to build very simple programs. I am using notepad to write the programs and Microsoft C++ Toolkit 2003 to compile them. The first few programs I tried execute, but as I work ahead, all the programs causes the window's "Error report" message to appear. I compiled the book's source codes just to make sure I did not make any mistakes but I get the same error message. I have used two different desktops and my laptop all running window ...Show All

  • Visual Basic Adding or Modifying Records: Updating Data

    I am just begining with VB2005ExpressEdition and learning step by step with the documentation at MSDN. I create a simple DataBase named Database1 with 3 columns and populeted with several rows, at first time, in the SQL enviroment. After that, I take a form at design time and I've drag the tables from dataset to the Form1, creating textbox'es that are related to the DataBase information. All works perfectly, I could see the information that I populated before, I could add some records but notting are saved at DataBase. Trying to save a data modified at run time in textboxform and copying the changes in the dataset back to the local datab ...Show All

  • Visual Studio Team System MSF and Team Studio Related? Relavant?

    Hi, I am gathering materials in preparation for the MSF exam 70 - 301.  Many references to Team System and MSF version 4.0 are referenced. Though the exam covers MSF v3.0.  Does anyone know what the relevance of each are to the other   and will information regarding Team System be apart of exam 70-301 -Thanks KayJay The 70-301 exam has nothing to do with Team System nor MSF version 4.0. Please refer to this link "Preparation Guide for Exam 70-301 Managing, Organizing, and Delivering IT Projects by Using Microsoft Solutions Framework 3.0" http://www.microsoft.com/learning/exams/70-301.asp ...Show All

  • Visual Studio Express Editions Error with CurDir!

    Hi all, please could someone explain the problem i am having. To make this simple when i am using the CurDir property in Visual Basics it keeps displaying the wrong directory. When my excel document loads up i want it to dislpay what directory it is saved in. So i create the function: Private Sub Workbook_Open() Msgbox CurDir End Sub in the ThisWorkbook code form. When i close down the document and go file - open etc and open the file the directory is displayed correctly, no problem there. BUT When i close Excel down completely and double click on the document icon (let say i saved it on the desktop) it loads up excel and my d ...Show All

  • Visual FoxPro VFP 8 Classes

    I need to create a class in VFP 8. I have create the class and I have put it in a *.vcx file. The problem is that I need to add properties that are specific to the newly created class. How do I add properties to a class in design mode Thanks in advance >How do I add properties to a class in design mode Visually: When the Class Designer is open, go to the Class Menu and you'll see "New Property" and "Edit Property/Method" Programmatically:  Object. AddProperty( cPropertyName [, eNewValue [, nVisibility [, cDescription ]]]) http://msdn.microsoft.com/library/default.asp url=/librar ...Show All

  • Visual Studio Team System How to make Warehouse database auto-refresh?

    Hi, I have called the Warehouse Web Service to kick off the refresh the data of Warehouse database, how can I cancel this action What I have done is below: Go to http://localhost:8080/Warehouse/warehousecontroller.asmx using a browser on the app tier. Click the ‘Run’ link. Press the ‘Invoke’ button. Thanks. There is no cancel action for actions to be processed into the warehouse.  The process is also automatic.  It should occur every 2 minutes (or something like that) ...Show All

  • SQL Server Setting Paper Size to be default A4

    Hi, I have been trying to configure the Paper Size to be default "A4" instead of "Letter". My Report is configured to 21cm x 29,7cm and margins 1,5cm. The Body is configured to 18cm x 26,7cm. Everything looks fine in the Preview but the Size is always "Letter". The printers are all configured for A4 printing. Is there a way to set these default values in the Page Setup Toolbar or is it supposed to figure it out Thanks, steinar Hi Steinar, I am having the same issues as you regarding setting the size. I need to set the standard to Legal instead of A4. Do yo ...Show All

  • Windows Forms HOWTO avoid that the IDE place the propertys ordered alphabetically ?

    Hello, I'm a having a issue with my custom control, because the IDE place the attributes in alphabetical order in the code (when the user place the control in a form). e...g... : if you control have three properties (Buttons, Captions y ValuesToReturn), the IDE place the attributes in this order: mycontrol.Buttons = 2; mycontrol.Captions = "YN"; mycontrol.ValuesToReturn ="10"; I need that the properties become placed like this: mycontrol.ValuesToReturn ="10"; mycontrol.Captions = "YN"; mycontrol.Buttons = 2; I need that the ValuesToReturn property become the first property that the IDE set, because its value is use ...Show All

  • Visual Studio Reportviewer doesn't print first time I click print button

    I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form Spain.               Are you using the RTM version of the controls and of the 2.0 framework   We saw iss ...Show All

  • Visual C# Notification when a process ends.

    Hi, How to get notification when the process  gets terminated in the TaskManager & without calling the eventviewer Prcess again and again which may cause overhead / performance in the application Is there is any seperate class to check for notifying the end of the processes Thanks in Advance, Aravind No, you have to write a loop that checks all processes and fires an event. I would make it in a separate thread so that its not distrubing rest of the app. ...Show All

  • Visual Studio Team System Turning on Code Analysis

    Turning on Code Analysis is done via Project, Properties, Configuration Properties, Code Analysis, General. What I don't get is why you need to double click rather than have check boxes here. For C/C++ it's just a simple No/Yes. For Managed Code, however, there are three options, No/Yes/<inherit from parent or project defaults>. double-clicking to work your way through three options is not, shall we say, intuitive. Will this be fixed when the product goes to production There is a mismatch between the Walkthrough and the actual code. When you turn on Code Analysis for C/C++ the documentation says to choose Yes(/prefast). When you ...Show All

  • Visual C++ C/C++

    Hello everyone, I'm an "old timer", because I started learning computer languages in 1974 (!) on a VAX system. (Basic, Fortran IV, Fortran 77, Pascal, Assembler, Cobol, C, C++, ...) My preferences are for C++ (still do) programing, but because of my professional duties, I stopped programing since 1988. Now I'm "semi-retired" and would like to restart using C/C++ but... What should I decide to buy, I mean, what kind of language to start with Visual C++ version 6  or C++ or I will appreciate Your professional advice Regards, Jean Hi Jean: I loved VAX ... a great computer. If you want to restart using C and C++ you might want to do ...Show All

  • .NET Development Drawing images with transparency

    Is there a way with the Graphics object to draw a semi-transparent image ie. I want to load up an image from a .png or .bmp file, and be able to draw the entire thing at an arbitrary transparency level. But I can't seem to find an Opacity property or anything of the like. Does anyone know how to do this DrawImage method of Graphics class has some overloads that take a parameter of type ImageAttributes. Amongst other thing ImageAttributes can contain a ColorMatrix that can be used to alter the colors and alpha channel of the image in any way you like. See this for more details: http://msdn.microsof ...Show All

  • Visual Basic Version checking routine. Looking for input.

    Good Morning!      This is my current routine to go out to a website and retrive the current verison avalible or my application. It works to some degree. Issues: 1: I get  a minorBuild in the verison at:       Dim version1 As New Version(VerMajor, VerMinor, VerBuild, VerRevision) 2: There has to be an easier method to accomplish this.. -----sample code--- Private Sub CheckForUpdates_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckForUpdates.Click Dim webClient1 As New WebClient ' Download the Data into a Byte(). Dim Data() As Byte = we ...Show All

©2008 Software Development Network