Software Development Network Logo
  • Visual C#
  • Microsoft ISV
  • Architecture
  • Visual FoxPro
  • .NET Development
  • VS Team System
  • SQL Server
  • Visual C++
  • Visual Studio
  • Visual Basic
  • Windows Forms
  • Visual J#
  • Windows Vista
  • Smart Device
  • Windows Live

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

Sonnenblume

Member List

mark73777
LloydM_APFM
GoodCook
TulioBourbon
VBNET_Fanatico
Jay Muralee
LeviS
Sönmez Kartal
Noordin
Brad007
james bond
ludlowk1
oVan
jbarton
Mike Gold
Sat007
loydmoseby
Manu_ivanohe
Alcedes78
PiotrP1
Only Title

Sonnenblume's Q&A profile

  • Visual Studio Fields cut off printing Crystal Report

    I have a C# .net program that contains a Crystal Report.  The program allows the user to print the report from within the program.  I am not using the report viewer control, I am simply telling the report object (quoteReport) to print to the printer after showing a print dialog window (reportPrintDialog).  Here is my code: // printer settings quoteReport.PrintOptions.PrinterName = reportPrintDialog.PrinterSettings.PrinterName; // print all pages quoteReport.PrintToPrinter(reportPrintDialog.PrinterSettings.Copies, false , 0, 0); The report prints on the printer, but when I look at the print out, most of the ...Show All

  • Visual Studio Express Editions printing form?

    Hi all, is there a way in vb express to print all data (there are inputed and calculated in textboxes) from form like a document spike76 wrote: Hi all, is there a way in vb express to print all data (there are inputed and calculated in textboxes) from form like a document There are several posts in this forum on Printing and Printing a form. You need to read a few more posts back to find them. Depending on exactly what you want to do, the information is already posted here. james aka:Trucker ...Show All

  • .NET Development WSE question

    Hi, I was using test certificate with WSE 3.0. Since test certificate was signed with Root Agency so I get warning dialog when I try to access web service from IE. My web service is hosted under IIS and I am using SSL( Using test certificate). Through code I can by pass this warning by using a class ServicePointManager. But if I have to use client certificate how can I tell the server to ignore this warning. (Client certificate for client authentication which I can set in IIS that client has to submit the certificate which I can add in the proxy ClientCertificates collection) Thanks I am not sure that I understand the question. A ...Show All

  • Windows Forms DataGrid / DataGridView Copy to Clipboard Performance Issue

    I am currently using DataGrid in .NET 2.0 application in C#. It remained DataGrid because of migration from .NET 1. I am having performace issue when users want to Copy / Paste data from grid to MS Excel. Sample statistics: when I have ~3600 rows and 7 columns, completing of CTRL + C (After CTRL + A) takes more then a minute. Is this DataGrid problem only, and will DataGridView work faster Is there someway to improve performance in DataGrid ...Show All

  • Visual Basic Datagrid resizing of last column to stretch to edge

    Hi, Two questions: 1. How do I get the datagrid last column to resize to the edge 2. Is there a way to get the datagrid to display 10 rows by 3 columns even though there is no data, because I want to link it to a calendar component so when you click on a calendar date it will show the appointments for that day 3. How do I get the datagrid to allow me to double-click and not edit the cell when I click it tnx 2) The datagrid does not have an unbound mode like the datagridview so you need to have it bound to a datasource with 10 rows and 3 cols. 3) Make the column readonly http://www.s ...Show All

  • Visual C++ need help in string in MFC

    I'm starting to learn MFC with visual studio 2005. I've got a little problem. I posted this on CodeGuru but the answers are not satisfiable. I'm also not using ATL. I specified " not using ATL" and "use MFC in a shared DLL" in the project properties. In a dialog button OK, I added an event handler like this: void CHelloDialogDlg::OnBnClickedOk() { // TODO: Add your control notification handler code here AfxMessageBox("abcde"); OnOK(); } it won't compile. The error is: error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types When I change to this: void CHelloDial ...Show All

  • Visual Studio 2008 (Pre-release) Login Sourc Code Sample

    Hello, I saw some week ago a great Login Form to join an application. I remember it had 4 different user logins, and for each user a customized user interface. Do you guys know if the source code of that application is available Thanks Giorgio Hi, this app is included in the windows vista SDK, you should find it in : %Microsoft SDKs%\Windows\v1.0\samples\AllWinFXsamples\WindowsPresentationFoundation\Demos\LogonScreen if you installed the SDK on your computer (the AllWinFXsample folder is actually a zip file) or search the MSDN for 'logonscreen' ...Show All

  • SQL Server IBM Informix Ole Db Provider

    Hello, I'm getting the below errors when using sql server's data import wizard. Please Note: My test connection was successful and the error occurs when I click the "Next" button after closing the properties window. For Security reasons I've filled the User Id and DataSource with a bogus account, database, and server i.e. xxxx. Notice the password is blank ... Is that normal I'm in a jam and appreciate your help. Thanks, Matt =================================== Cannot get the supported data types from the database connection "Provider=Ifxoledbc;Password=;Persist Security Info=True;User ID=xxx;Data Sour ...Show All

  • Smart Device Development SQL Mobile Debug Speed

    Is there a way to "optimize" the debugger when dealing with SQL Mobile What I am after here is to debug my own base code, but get limited information from the debugger when talking to the SQL Mobile database. I have a simple form that builds a tree with about 10 nodes that was generated from a query from the SQL Mobile database. When I run in debug mode, it took 25 sec to bring up the form, but only 1 sec when compiled for release. I do not see that type of speed up on other parts of my code, but debugging when using SQL Mobile seems really slow. Thanks, Juan Foegen If you b ...Show All

  • Windows Forms Painting Non Client Area in C#, VS.NET 2005

    I would like to handle my own painting of captions and borders of windows in C#, VS.NET 2005, in order to change the standard look and feel of a Form / Window - can anyone explain how I might do this Thanks, Mikael I'm sorry but I would have to disagree here. You will have to override the WndProc and handle the NC* messages yourself. Not doing so will get you into trouble: for instance, if you paint without NonClient area, the child controls can be placed on top of the borders, and the client area will start at the form's (0,0), which is not what you want.  This article explains quite thoroughly how to paint your own bo ...Show All

  • Windows Forms adding new columns

    I use a table defined in the table designer to which I want to add columns during runtime. Doing this works fine, the data is there when I update my table before leaving the form. Loading back the data with fill() does not produce any error, the "new" columns are existent in a selected row, but the the data is lost. The "new" fields contain DBNull as value. Any idea what I need to add Thanks for your help ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA needs visual studio 2005?

    I am working with Dark Basic Professional and want to check out XNA. I have visual studio.net I can't find if XNA will work with VS.NET or if I will be forced to upgrade to VS 2005.  Knowing Microsoft they will use XNA to drive sales of every new version of visual studio that gets released. So will XNA work with visual studio.net Sorry if I sound bitter about all the new version of visual C. I don't have a lot of money and I keep hitting roadblocks. Are you speaking of XNA Build or the framework XNA Build will install the Visual Studio IDE so you don't need to purchase any Visual Studio product for it to work. We don't have any pl ...Show All

  • Software Development for Windows Vista TransactionScope

    where can i find sample of transactionScope with database operations. ...Show All

  • SQL Server How to disable Visual Studio 2005 Autoformat when using SQL

    How do I stop Visual Studio 2005 from autoformatting my SQL code It changes this: SELECT Customers.CompanyName, Products.ProductName, [Order Details].Quantity * [Order Details].UnitPrice AS [Amount Spent] FROM Customers INNER JOIN Orders ON Customers.CustomerID = Orders.CustomerID INNER JOIN [Order Details] ON Orders.OrderID = [Order Details].OrderID INNER JOIN Products ON [Order Details].ProductID = Products.ProductID ORDER BY Customers.CompanyName To this: SELECT Customers.CompanyName, Products.ProductName, [Order Details].Quantity * [Order Details].UnitPrice AS [Amount Spent] FROM (((Customers INN ...Show All

  • Visual C++ Problem where a managed C++ dll returns values via parameters to a C# application

    I am looking for description or sample code in C++ for how to retrun values via parameters from a managed C++ dll in Visual C++ 2005. It is no problem to send values from my C# to the managed C++ dll, but return values via parameters dosn't work. Can anyone send some documentation on this topic /BR Nicolaj Hi Nicolaj! I am not entirely sure I understand what you mean with parameter. If you try to pass/receive values through a reference function argument, this is the principle: <C#> string s = "InputText"; MyCppObject.MyFunction(ref s);   < ...Show All

©2008 Software Development Network