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

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

JVJ

Member List

Noam Lewis
JavaBoy
matt01
Esp_99
Vince P
SuperAska
Andrew Mercer
imillicit
Spankmaster79
yodafett_77
Phonics3k
kfindev
BensonFabonan
Sean D Wright
KevinHall
ar_pad
WIL PANNELL
ChitownDotNet
Jasbir
Linda Shao
Only Title

JVJ's Q&A profile

  • Visual Studio A4 paper size with winforms reportviewer

    Hi, Ive searced the web and found only a few dead ends, so i thought i'd ask in here, hope its the correct place! i have created a report that will use a localreport on a winforms app, the report works fine, however when i try to print it, it is always set to letter size paper, how do i change the print preview to be A4, and set the margins i have set the report size in the report, but it seems to make no difference. Regards, Russ I fear you aren't going to like this answer... The report viewer isn't broken, it's the PrintDocument class that's broken. Fundamentally, there are two problems. In PrintDocument.PrintPage the PrintPageEventArgs object incorrectly repor ...Show All

  • Visual Studio Express Editions Add Delay in between 2 process

    How we can Add Delay in between 2 process. i using this System::Threading::Thread::Sleep(5000) found the application( Windows Form) was freeze, does have any other to replace this Very appreciate if some one can help example do something wait 5seconds (May i know how to add this delay in VC++) do something ...Show All

  • .NET Development Question about reading in attributes

    Hi all, I have a question concerning the use of attributes. I have a base class with attributes and a class which inherits from the base class with additional attributes. When I read in the attributes of the inherited class through reflection, the attributes of the inherited class are always read first while the attributes of the base class are read last. Since the order is important to me, is there a way to force the program to read the attribute in the base class first I hope I stated my question clearly. Thanks ahead of any help or recommendation. David No. The attributes are most likely to be read in order of inheritance so the most derive class comes first followed by the base class and then t ...Show All

  • SQL Server Localizing cube elements

    We're an ISV that builds a product which includes a predefined set of SSAS2005 cubes, dimensions, and measures. We want to support the localization of the various cube elements. The ideal way would be to use translations - however, we need to support Standard Edition, and my understanding is that translations are only supported under Enterprise Edition. :( So the question is, what's the best way to accomplish this and still support SE Right now we're looking at using AMO to programmatically translate the various OLAP elements (we also looked at directly modifying the XML/A deployment script, but aren't pursuing that option for process reasons). There are some concerns about this approach, however. There doesn't seem to be a language-indep ...Show All

  • Visual C# Rotating Two Dimensional Arrays

    I am using two dimensional arrays to create Tetris style blocks that need to be rotated. I've thought of a number of things, but nothing has worked. I am now asking for help. Since rotation of two dimensional arrays sounds odd, I'll try to make some ASCII text for visualization. Each number represents an element in the array. I'll give two examples. Before rotation: After rotation: 0 1 2 6 3 0 3 4 5 7 4 1 6 7 8 8 5 2 Before rotation: After rotation: 0 1 2 3 0 3 4 5 4 1 5 2 Can someone please explain to me how to get from the before to the after After reviewing my notes from before my post I'm come to the c ...Show All

  • Visual Studio Does Visual Studio Professional include Visual Foxpro (9) ?

    Hi Can't make any sense of the conflicting information on the web - please can someone tell me if I get Visual Foxpro 9 when I buy a current version of Visual Studio Professional (or Standard - or Premium....) MSDN site implies I do - Visual Studio sites imply I don't - I need VF9 but would prefer to buy the rest of the tools as well rather than blow almost the same amount just on Foxpro. Many thanks in advance. Visual FoxPro does not come directly with any shipping versions of Visual Studio 2005... however it can still be had if with VS if you buy an MSDN subscription along with it as noted on the MSDN Subscriptions Chart . ...Show All

  • .NET Development Design control problem

    I made inherit Button control with XP look. Control is OwnerDraw type because I want button control with XP look on Win2000. Control have two property BottunStyle and BottunShape. For that purpose I create class with two enum variable. public class eButtonType { public enum ButtonStyle {Default, Blue, OliveGreen, Silver}; public enum ButtonShape {Rectangle, Ellipse}; } In class XPButton I created two property and two private variable m_btnStyle and m_btnShape private static PKH.XP.Controls.eButtonType.ButtonStyle m_btnStyle = PKH.XP.Controls.eButtonType.ButtonStyle.Default; private static PKH.XP.Controls.eButtonType.ButtonShape m_btnShape = PKH.XP.Controls.eButtonType.ButtonShape.R ...Show All

  • Visual Studio Express Editions bind hscrollbar to label/textbox

    Hi All, I am newbie in .net 2003 C#. I want to add hscrollbar to label/textbox to rightside to see my long string in my label/textbox control. ( like -> ) | label/text control | <_horizontal scrollbar_> I tried but cant find such type of properties to bind. Could you please help me or suggest. waiting 4 reply. Thanks, Nik ...Show All

  • Smart Device Development How to deploy only one project on the PDA when working with multiple projects in a solution?

    Dear ppl...I have got 3 projects in a solution inside VS.NET 2005. 2 of them are class libraries and one of them is an exe. When i run the exe project from VS 2005.NET, it deploys all the 3 projects on the PDA in 3 separate folders and takes alot of time and its so annoying for debugging purpose. Is there a way to deploy only the exe project on the PDA Regards Nabeel Farid If these projects are unrelated (and it appears to be the case from your description), simply split them into 3 separate solutions so they would not care about each other. If they are related you need to deploy them all anyway. ...Show All

  • Visual Basic Help... Can't get .vb file to open in Designer mode

    Alright, let me describe the problem I'm having: I was working on a program - a world switcher (yes, legal) for the game RuneScape, for my help site - and got quite far in. I had saved a few times along the road... And then Visual Basic crashed. No, the files were not corrupted, they had been saved several minutes before this. Anyway, I boot up Visual Basic (Express Edition) and click File -> Open File -> myscape.vb ^^ Can't get the design editor to come up. I see all the code that appears when you double-click an icon in the Design Editor... And yet... It doesn't load properly. In the same folder, I also have: myscape.Designer.vb (No changes made by me) myscape (.NET resource file [no changes made by me]) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Adding a .x Model to the Pipeline by hand

    Hey all, I was just curious if there's any way to add a Model from a .x file to the project by code (ie- without using the GSE's asset creation functionality). I've disected my .csproj file, and I got something like the following, but I don't really know how to translate this to code. ContentPipeline.xml is just an internal cache file used for the incremental rebuild functionality. You can ignore this. The content pipeline is only needed to compile your meshes and textures. The *.cs or *.py source code is compiled separately (although in the case of Python I think maybe you just run the .py files directly without needing to compile them first Don't know exactly how that works). Once you've run the content build, you will ...Show All

  • .NET Development dATSET XML

    HOW DO you save a datra set to a existing xml file . I do not want to over write the file Hi, From your question, there might be 2 possibilities: 1. You may have a XML file that has the same structure as the dataset, and you would like to append the data on your dataset to that XML file. In this case, the immediate thing to do would be read the xml file to a temporary dataset and append the data to that and than save. 2. The XML file you have is not a part of the dataset you would like to save, in that case, I would use XmlReader/XmlWriter couple to seek to the correct position and write the dataset to the correct position. This will also work for case 1. The reason why you just can't append to ...Show All

  • Visual Studio 2008 (Pre-release) How to generates app.config for Self Host with NetTCP transport?

    Hi Eveyone, I am leaning how to self hosting a service with NetTcp transport. I just want to know how to use SvcUtil.exe to generates the App.config file for client ( see server's app.config file at the end) Regards, Jdang <!-- App.config of Server application --> <system.serviceModel> <services> <service name="Company.Services.TestServices" behaviorConfiguration="DqServiceBehavior"> <host> <baseAddresses> <add baseAddress="net.tcp://localHost:8002/TestServices"/> </baseAddresses> </host> <endpoint address="" binding="netTcpBinding" contract="Company ...Show All

  • Visual Basic rich text box control cannot paste.

    rich text box control cannot paste when i select any thing(it may be image or text from internet explorer) and paste it in a msword it has got pasted including image and text when i do the same copy paste in my application which contain the richtextbox control i am unable to paste the images and i can paste only the links of the images can any one help me in pasting the images and text i have tried this it is working the screen shot has got pasted in the rich text box control but my requirement is to paste the content from the brouser to the richtextbox control u try this please, in a new project take one richtextbox control and open the bouser and navigate www.google.com and select some text and the g ...Show All

  • SQL Server Getting a final version of a person into a DW

    I have about 8 databases to integrate. All of the databases have ssno, address city...ect. I need to create a DW table with one unique record for each actual person. In other words, Joe Smith,123 Main St, Anytown, State,....+ssno goes into the DW table and is the same person as Joseph S. Smith,123 Main Street... and any other versions. Could someone point me to a reference or give me an outline of how to do this in and SSIS package Is fuzzy logic used here Do I need to deduplicate the feeder systems first It needs to handle a situation in, for example, the Bronx New York where there could be an apartment buiding with 7 people named Jose Sanchez . I hope I've been clear, I'm a newbie at this DW stuff, but it's fascinat ...Show All

©2008 Software Development Network