BXSGolfer's Q&A profile
Windows Forms Form Resize
I design my software in 800, 600 form size. My client's computers have their resolutions set differently based on the operator's preference. Is there an easy way to make my windows forms resolution independent That way no matter what ...Show All
SQL Server error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0
hi, i'm using SQL Server CE 2.0 in my application. When i try to synchronize my database by calling replicator.Synchronize(); errors : Initializing SQL Server Reconciler has failed. process could not connect to Distributor SQL Server does not exists and access denied. what i did right now is i try to register regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll" regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20 ...Show All
Visual Studio Tools for Office Speed -- reading values in Excel
Hi everyone, I'm having a problem reading values from the cells in a worksheet. It works, but it's surprisingly slow. It takes about 10 seconds to read about 650 items. I put some timing into my test application to see where the slowness was. I tried all kinds of approaches. My current one is: Dim mSheet As Excel.Worksheet = Globals.Sheet1.InnerObject Dim A_ID_Range As Excel.Range = mSheet.Range( "B4:B663" ) Di ...Show All
Visual J# WindowsApplication with j#
Hi all, I am new with J# programming. How I can build a windows [form] application that has single input line and a button, that reads an integer number when button is pressed prints factorial of that number. Hi, Please Check this walkthrough ... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vjsharp/html/vjwlkwalkthroughcreatingwindows-basedapplicationusingj.asp This walkthrough adds a label an ...Show All
SQL Server Do I need SSIS to process cube?
There is a function called "proactive caching" in Analysis services. It can: ----Automatic synchronization with the relational database ----No more explicit "cube processing But I cannot have the latest data in the cube even I set the proactive mode as "real time" Do I need SSIS to process cube in this case Following is the procedures I have done: 1. test the data 1.1 use the bi dev studio to browser the cube, ...Show All
Windows Forms Turning a certain point on form a specified color in MSVC++.NET
Hi, I need to know how I can set a certain point of my form a color of my choosing. (Color found in System::Drawing::Brushes) Thanks, The Digital Pioneer OK, I'm a VB.NET Programmer too. Unfortunately, that isn't working. By sprinkling messageboxes through it, I found out that the e.Graphics.FillRectangle(Brushes.Red, x, y, rectSize.Width, rectSize.Height) command doesn't work. Thanks, The Digital Pionee ...Show All
.NET Development .NET/Java (Apache Axis) Interoperability: Custom Deserialization of SOAP Message
In my project the proxy seems not to be able to deserialize the SOAP Response from the Java server. I used this WSDL to add a Web Reference to my project in Visual Web Developer: http://wortschatz.uni-leipzig.de/axis/services/Thesaurus wsdl I should get back the jagged array responseParameter.result . But this object is always Null . The service returns the following SOAP message: < xml version="1.0" encoding="utf-8" > <soape ...Show All
Visual Studio 2008 (Pre-release) VS 2005 Express & Indigo
Hi! What do I need to build Indigo services with Visual Web Developer 2005 Express edition released on November 7th Thnx. The latest November CTP works with the released version of Visual Studio 2005 Express versions as I believe you determined based on your previous post. Thanks, - Craig McLuckie ...Show All
Windows Forms Updating Listbox Items
Short and Simple: How do I do this ;) Nope. my own stupid fault. No problem. Works fine. It's not that. That text works fine. Here's my form. Listbox looks like this: Me.ListBox1.Items.AddRange(New Object() {"Mike",&nbs ...Show All
Windows Live Developer Forums Commercial Control - can we use v3 with what/where turned on?
Dear Microsoft, The v1 Customer control isn't so great. As an alternate to v1 Commercial, can we use v3 with the what/where turned on It produces the same results (i.e. ad based model) and would encourage a higher level of adoption - as it's far easier to use than v1. Thanks, Jeff adaley wrote: Yes, the v1 commercial control is no longer supported and the v3 control is meant to replace it. Ok, with this being the ...Show All
SQL Server Another Sql 2005 Express Installation Problem
I am receiving the following message when trying to install Sql Server 2005 Express: "An installation package for the product Microsoft Sql Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'. I have verified that the sqlncli.mis file is included in the file being extracted by the installer and I have redownloaded the installation program 3 times from the MSDN site i ...Show All
Visual Basic Object array and refference
Hello , i write a class that stores data simple. the class was in the module and i import that module in the main form class. Name of Class>> DataSource Name of Object>> DS( ) i create an object array in the module by the following code Public DD() As DataSource and then i add the following line to initialize the object array in button click event. DS(Index + 1) = New DataSource Here index+1 show how ...Show All
Windows Forms Listbox and datasource
I have a listbox filled with names of people from my database. Now I want to display the rest of the information from a person when the users clicks on that item in the listbox. But I don't know how to do that. This is what I&nbs ...Show All
SQL Server Printing Directly from Reporting Services (No User Interface)
Reporting Services 2005 Building a process that is scheduled and no end user viewing of reports. The reports are created and then need to go directly to a printer. First cut is some custom code that sends reports rendered as images to the printer with embedded printer commands. Problem is that the images are being right justified to much. Any good samples for this type of solution. Again this is a simple server side process that needs to print r ...Show All
SQL Server Is IIS always required for replication?
I would like to take advantage of either Merge or RDA replication over HTTP, but would like to avoid setting up IIS. Is IIS always required to support connectivity for SQL Server Mobile replication back to a desktop SQL Server database Thanks, Tim I have heard that we can synchronize using ActiveSync is it correct or not, because on Online Book I read we can synchronize using IIS. I need to synchronize my ...Show All
