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

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

djkiz

Member List

erzfezsf
matman13
Lucia_fernadez
Christie Myburgh
SneakerXZ
Simes1412
Attila Fogel
trogdor2323
Stikstofman
HSBF Lewe
catiger
Dylan Smith
fshrago
John Portnov
OniShiro
Dan Crowell
Mirai
SoopahMan
jay1234
Trophimus
Only Title

djkiz's Q&A profile

  • SQL Server Report printing issue using the browser print control after deployment

    I am having an issue with report printing. I have used a specific font (Garamond) for all the report elements when creating the report in Bus Int. Dev. Studio. While printing from the preview pane, the report prints with the Garamond font (as intended). But the issue is that after deployment, printing the report (with browser print control) does not print it with the Garamond font (looks like it is using the Arial or a similar font). This changes the whole look and feel of the report. I have tried printing the report from the reportserver, report manager and through URL access. All the 3 methods are giving similar results that the print output is not using the on-screen font. Anybody else face similar issues Is there any workaround ...Show All

  • .NET Development Maintaining the Query Through States issues "WORKS @ HOME"

    I have built a web front end in ASP.NET that ties into a database used to capture information from varies servers. The front end uses a datagrid to display the data from the database. The front end also includes drop downs and text boxes that the user enters in criteria to be searched on. When the dataset is returned and displayed based on the criteria entered into the form I would to be able to edit fields returned. The issue I'm having is that the criteria(SQL statement) isn't being kept if I want to edit a certain recordset returned after criteria is submitted. What happens is that when clicking the edit button for a particular recordset it is returning the original resultset without the criteria entered. I do not have this issue @ home ...Show All

  • .NET Development OLEDB Excel provider - select data from the first sheet

    Hello, I'm using connection string to connect to excel sheet. something like: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1""" after it I use sql select statement. the FROM clause contains the sheet name in the workbook. can I avoid using this name, and just select data from the first sheet Thanks. What would be the main reason for this I do not think provider allows using indexes for the spreadsheet names and you would definitely need to pass the name in your SQL, but if you use GetOleDbSchema you could get list of the spreadsheets inside of the workbook. The only thing is that I do not believe that GetOleDbSchema guarant ...Show All

  • Visual Studio Express Editions Win32 API's

    Hi All H ow can i see all the methods inside WinAPi's like user32.dll,kernel32.dll etc.. Looking For Response Decipher take a look at this too: http://www.nirsoft.net/utils/dll_export_viewer.html ...Show All

  • Visual Studio Team System How to create a webtest

    I have a login scenario to test. The scenario is as follows The user will log in the web site. There will be passport authentication. and the user will be redirected to a new page. What i need to know is for this wherein the user will move from One web page to another and then back to the original. How should i create a webtest. Create a test project and add a new webtest to create a webtest http://msdn2.microsoft.com/en-us/library/ms182539.aspx . ...Show All

  • Windows Forms Flushing Values from an Active-X Controls onto Form Controls...

    HI All,     Is there any way in which we can flush values from an active-x control on to our form controls like a text box.      My requirement is like this, I have a peripheral device like a Card Reader, I have some public variable in my Card Reader Active-X control, which gets the values when the user swipes the card. I need to populate these values onto my Form Controls. Right now I do it using javascript timeout, which looks to see whether the Active-X Variables has values, and if it has then I flush the variable values onto my form controls. Is there any way for me to get rid of the Javascript Timeout and flush the values from my Active-X control right onto my form controls straight away when t ...Show All

  • Visual Studio Deadlock in ReportViewer?

    Hi there, I'm stumped by the following: My program loads a report into a ReportViewer control (in LOCAL mode!), populates its datasets, then executes the report. Then I start changing the paper source and orientation in the Page Setup button in the toolbar. Every 20 times or so that I change something and click OK, the entire app hangs, showing the animated green circle (now frozen) and "Report is being generated". I can attach a Visual Studio debugger, and I get the following stack traces for two of the 5 or 6 running threads. Anybody seen this before, or have an idea of what's going on FIRST THREAD [In a sleep, wait, or join] > mscorlib.dll!System.Threading.WaitHandle.WaitOne(long timeout, bool exitContext) + 0x2e bytes ...Show All

  • Visual Studio 2008 (Pre-release) Loading images

        ...Show All

  • Visual Studio 2008 (Pre-release) Using web services with xbap application

    I have created an wpf browser application that relies on calling a web service. However, whenever I call the web service, I recieve a "System.Net.WebPermissions" error message. The web service is located on a different server. How do I get this to work Thank you for the help. Steve Scratch that: it seems to be working now. Not sure what I did to fix it, but it's now working. Sorry to have troubled you if you read my previous post! ...Show All

  • Visual C# I want refer the assembly dynamically

    Dear all, In our project we need to refer the assembly dynamically without the help of webconfig file. Here I am explaining briefly <assemblies> <add assembly="office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> <add assembly="Microsoft.Vbe.Interop, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> <add assembly="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> </assemblies> using this i can run my application sucessfully. But My requirement is I want do the same functionality through the c# code. Please help me. vijil Bangalore. ...Show All

  • Visual Studio Sandcastle Errors

    I am getting the following Warning on starting a sandcastle build: Warning: MRefBuilder has a version of '2.2.061208.00' but version '2.0.2459.30849' was expected. You may need to update your copy of the help file builder. followed, much later, by: Error: BuildAssembler: The type 'Microsoft.Ddue.Tools.CopyFromFileComponent' was not found in the component assembly 'C:\Program Files\Sandcastle\ProductionTools\BuildComponents\BuildComponents.dll'. BUILD FAILED: Unexpected error in last build step. See output above for details. My question is does this mean I need a newer version of the Sandcastle Help File Builder Can I make a configuration change to correct Does the Warning result in the error Thank yo ...Show All

  • Software Development for Windows Vista Persistence and long running workflows

    Hello all I am developing a specialist content management system that uses state machine workflows to control the content throughout its lifecycle, which could last from a few days to a number of years. I have implemented a custom persistence service that uses Activity.Save and Activity.Load to (de)serialize the workflow state into and out of my backing store. This all works fine and I am very happy with it. However there is one major issue: Whenever I make the smallest change to a workflow none of my saved workflows can be deserialized. Instead it throws an IndexOurOfRangeException from ActivitySurrogate.ActivitySerializedRef.OnDeserialization This part of the framework does not appear to be designed for user extensibili ...Show All

  • Visual Studio Express Editions ReneeC I need your Help.....

    Well...there comes a time in almost where a choice in the past makes for a difficult (or at least uneasy) future...I have made such a mistake. Now I need to correct it and since you (ReneeC) helped me with it in the very first place I beseech you to help me correct it..... I am not sure it you remember the following program: ----------------------------------------------------- Imports System.io Public Class FolderRenamer Protected Const ext As String = ".vob" Protected gbFd As New GroupBox Protected gbTb As New GroupBox Protected Friend WithEvents TextBox1 As New TextBox Protected Friend WithEvents Fdb As FolderBrowserDialog Protected FilesMoved ...Show All

  • Commerce Server Problem while excluding category from virtual catalog

    Our company has a base catalog containing all our categories and products. Some products belong to more than one category. We would like to exclude some categories from the site for certain customers so we created virtual catalogs having the appropriate exclusions. However, we have encountered a problem in that any product within an excluded category is no longer available in the virtual catalog even though that product is also within a category that has not been excluded. I am curious if this behavior is this by design Unfortunately, this is the default behavior for exclusion rules in virtual catalogs. According to the on-line docs "When you define an exclusion rule on an item, all descendants of that item are excluded from ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Riemers.net -- 4th Series finished: Final screenshots

    Hi all -- I've been working on a 4th Series of XNA Tutorials, which deals with advanced terrain rendering. This series is completely new; it is not a translation of one of my MDX series. The graphical part of the series has been finished, so you can already have a look at some screenshots: XNA Tutorials Series 4: Advanced terrain You can expect the first chapters somewhere next week. I first have to clean up some code and get the skydome exported to a .x file! If you have some experience with this, head over to this thread please.   ps: you can find links to 2 larger screenshots in the 3rd paragraph. Just wanted to add my voice to the praise for Reimer's tutorials. I understand what everyone means ...Show All

©2008 Software Development Network