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

Software Development Network >> matti-81's Q&A profile

matti-81

Member List

Laurentiu Nicolae
Al-Arabi
pomp
protovision
TIEN DUC
KC.M2Family
Sergey424701
Kfir Dadosh
MasterBodyman
Chee Kiang
BrettDerry
Belliez
ZopoStyle
mnelson
SPA
DLdfrd
Cameron D
MichaelMouer
Saibal Goswami
bobmurchie
Only Title

matti-81's Q&A profile

  • Visual Basic Printing in VB.NET

    Does anyone know how to print i vb I have information some textbox on a form which i want to send to the printer. Between the links that ahmedilyas and I've suggested, there should be enough information on how to print text (the sample shows how to print the contents of a text file, so you'd have to modify it somewhat to take the text from your textbox instead) Another option is to use the PrintForm component as I suggested in a previous answer, create a new form, put a textbox on it, set it to dock-fill, set the text of the textbox and print the form. If you could please clarify why you don't think that the information that we have suggested is enough, we may be able to help out some more. Bes ...Show All

  • Community Chat MS Access Developer Needed ASAP

    Hi all, I am a novice MS Access user and I created a simple database for a small business client. There are a few bugs that I need worked out ASAP. I am looking for someone who would be willing to take a look at the database and fix the bugs. I had someone helping me out but they were due to provide the fixed DB back in November 2006 and now I can't get in contact with them. I am desperate b/c I promised the client I would provide the DB to them in December. If anyone does some work on the side and is willing to help, I need you!! I am also looking to expand the functionality a bit but shouldn't be anything too fancy. Please contact me if you're interested. Thanks in Advance!!! "Desperate" AA807 Vic B - not to ...Show All

  • .NET Development Reconciling changes in the DataTable

    How can I reconcile changes between two data table and create a subset of those changes. I have two data tables with same schema which gets populated from two different xml files. I want to get hold of missing & changed rows in first table from second table. Tables have ID as primary key. Thanks not exactly. my question was how would i apply changes from second datatable into first datatable. i can't do GetChanges() without actually making changes to first datable. ...Show All

  • .NET Development Use of ClientScript.RegisterClientScriptBlock

    This function was Page.RegisterClientScriptBlock in .NET 1.1 but that has now been obsoleted.  The new function requires an extra parameter called TYPE but there are no examples of how to assign something to this parameter and everything I have tried fails.  I need to convert a Page.RegisterClientScriptBlock function to ClientScript.RegisterClientScriptBlock - what do I need to put in for the TYPE parameter I get a Name "this" is not declared error any suggestions Got it This worked  ClientScript.RegisterClientScriptBlock(GetType(WebForm1), "scriptName", "scriptCode") ...Show All

  • Software Development for Windows Vista more than one Video Renderer, the get_FullScreenMode() always return E_NOTIMPL!

    In my program there are two video render filters, one for local window and the other for remote. However, when I did the following: IVideoWindow *pRemoteVideoRendererVW=NULL hr = Graph.gcap.pFg->QueryInterface(IID_IVideoWindow, (void **) &pRemoteVideoRendererVW); if (hr!=S_OK) { Log.Log(1,"IID_IVideoWindow failed %08x",hr); return; } LONG lMode; hr= pRemoteVideoRendererVW->get_FullScreenMode(&lMode); if (hr!=S_OK) { Log.Log(1,"CCyklOneDlg::OnFullscreen get_FullScreenMode failed %08x",hr); goto exit; } Everything went through without any error. Excepting the pRemoteVideoRendererVW returned by the QueryInterface() does not guarantee that it was the remote windows. It sometimes returns the local vid ...Show All

  • Visual Studio Solution to Error message CorGetSvc could not be located in mscoree.dll

    I just used a product called PC Relocator to move applications from my old laptop to my new one. After relocation, upon start of Visual Studio 2005 I received the following messages: 1) NGEN.exe -- Entry point could not be found: "The procedure entry point CorGetSvc could not be located in the dynamic link library mscoree.dll" 2) Microsoft Visual C++ Runtime Library: "Programs: C:\Documents a... This application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information." 3) Visual Studio Just-In-Time Debugger: "An unhandled Win32 exception occurred in setup.exe[1124]. Just-in-time debugging this exception failed with the following error ...Show All

  • SQL Server Is this SSAS bug fixed in SP2 ?

    Can someone with the SP2 beta installed try the following and tell us if the formatting bug has been fixed (using the provided Adventure Works DB) with member [Measures].[DP] as [Measures].[Reseller Order Quantity] / 1000000000 select [Measures].[DP] on 0, [Reseller].[Business Type]. members on 1 from [Adventure Works] On SSAS 2005 SP1, I get scientific notation for the 2nd and 3rd rows returned by the query (as in 2.2076 E-05 ) This is a major issue for us as we tend to run SSAS queries from SQL Server using OPENQUERY. For instance, the following query fails because of this bug: select convert ( money , isnull ( substring ( "[Measures].[DP]" , 1 , 50 ), 0 )) from openquery ...Show All

  • Visual Basic Please Help me in converting VB6 DataGrid usage to VB2005 DataGridView.

    Hi, I am a newbie VB6 programmer looking for assistance in converting the following code into VB2005 code. No matter what I seem to do I cannot get an equivalent that will run using VB2005. I have to stay with the existing file format due to legacy issues. I would like to read and write randomly as shown. I'm also confused on how to get the data into the VB2005 DataGridView. Any help would be greatly appreciated. Thanks PaulZ --- A snippet of my VB6 code ---- Private Type DiskFileLayout dAccount As Integer dActivity As String * 10 dCurrency As Integer dDate As Date dTotal As Currency dContainers As Double dPrice As Currency dCommission As Currency dNote As String * 33 ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic MenuItems with Images

    I have the following Menu definition. However instead of showing the text of the filenames I'd like to see the actual Images. I can do this by hardcoding the <Image Source=""> inside a <MenuItem> without the binding but I am unsure how to do it with either a Style or Template with the binding. Any help would be awesome. Thanks in advance <Window x:Class="MenuStyles.Window1" xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="MenuStyles" Height="300" Width="300" > <Window.Resources> <ResourceDictionary> <XmlDataProvider x:Key="menuItemData" XPath="Items/Item"> <x:XData> <Items xmlns=""> ...Show All

  • Visual Basic Label Text Highlighted ... but I Don't Want it Highlighted

    Simple question ... I have put a label on a Windows form within a VB 2005 application I am creating. When I debug the form the text in the label is highlighted (as if I had swiped it). I don't want the text highlighted but I cannot figure out which label property is set that causes this to happen. Can someone enlighten me Thanks. Are you talking about a label or textbox control The only properties which I would think would cause this effect would be the forecolor and backcolor for a label. However for a textbox there are many properties such as selectedText, Selectionstart, selectionlength which could be used to achieve this as well as the focus method So can you confirm this and describe th ...Show All

  • Software Development for Windows Vista issuedTokenAuthentication\knownCerticates Validation Problem

    Hi, I am in the midst of porting over the Remote STS samples (from here) to the July CTP. I am faced with an issue that I totally have no idea how to solve. My Service config behaviour config looks like this:    <serviceBehaviors>     <behavior name="serviceBehavior">      <serviceCredentials>       <serviceCertificate findValue="Fabrikam" x509FindType="FindBySubjectName"  storeLocation="LocalMachine" storeName="My"/>       <clientCertificate>        <authentication certificateValidationMode="None"  revocationMode="NoCheck" />       </ ...Show All

  • Visual Studio 2008 (Pre-release) WPF Text blurry

    Hi, I'm wondering if this is a known problem: I have a multi monitor setup and whenever I move a WPF window from one screen to the other the text becomes totally blurred. Also, moving the window across to the other screens is very slow. Sometimes, this blurry text effect also appears on the main monitor, for example when I expand a combo box, etc. Anybody knows what's going on there Thanks, Tom RE: performance of multi-adapter, multi-monitor system Tom and I followed up offline, I have been unable to repro the performance issue with a similar multi-monitor-multi-adapter-multi-IHV configuration. If other folks watching this thread have seen similar issues, please mail me. RE: WPF Text blurry Followup: ...Show All

  • Software Development for Windows Vista what about legacy messenger service

    hi there, I noticed there's no legacy messenger service anymore, and the NET SEND command is now unknown. I'd like to know whether applications which relies on it will continue to work or not, and, if not, which is the best way to migrate them. I'm testing beta 5384 and it's the first Vista for me, so I don't know about previous ones. thank you. matro I have an app which basically replaces part of the messenger service functionality; there's code to start\stop\disable it which doesn't work anymore. I found there is no messenger service anymore, so I wonder how related applications will work: some rely on NET SEND command, others expects the messenger service listening on the client for n ...Show All

  • Visual C# using sockets in a dll?

    Hi, Can I use sockets in a dll (any dll for that matter) If so, how can I use sockets in VC# dll . The Class Library does not allow creation of sockets Would appreciate any help. Thanks in advance. Saania Who said Sockets cannont work from DLL I'm working on project and Sockets is every where, In dll, exe etc. What actually problem arises Best Regards, ...Show All

  • SQL Server data mining 2000

    i want show other products when somebody choose a product, ect: product1 product2 A B, C ,D B C,D,E C F, G ....... i create model: I create a mining model: CREATE MINING MODEL [bh'S] ([Cusid] LONG KEY , [Products] TABLE PREDICT ([Productid] LONG KEY )) USING Microsoft_Decision_Trees INSERT INTO [bh'S] (SKIP, [Products] (SKIP, [Productid])) SHAPE {OPENROWSET(…, 'SELECT DISTINCT "dbo"."customers"."cusid" AS "Cusid" FROM "dbo"."customers" ORDER BY "dbo"."customers"."cusid"')} APPEND ( {OPENROWSET(…, 'SELECT DISTINCT "dbo"."orderdata" ...Show All

©2008 Software Development Network