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

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

kunallen

Member List

Surezsu
Unmesh Gundecha
Azurewrath
Brian Kramer
Mnkylord
Fred Herring
Krimboss
Vj5
arthurmnev
Buddhist
BogdanZ
godzilla9
Jade Skaggs
deViance
Bander ALSHARFI
abhas
Fahad Hanif
MikeH2005
davros51
Dr Z
Only Title

kunallen's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. 10-bits per component graphics

    I need to output 10-bits per component graphics but the System.Drawing.Color class only allow 8bits per component (0-255). Any idea Thank you for your patience, hehe, I'm noobie in graphics programming. Just two examples. For the background color I use this: device.Clear(ClearFlags.Target, bckColor, 1.0f, 0); Where bckColor is System.Drawing.Color. And like this for the primitives: vertices = new CustomVertex.TransformedColored[num_vertex]; ... vertices[j].Position = new Vector4(last_x, coord_y, 0.5f, 1.0f); vertices[j].Color = System.Drawing.Color.White.ToArgb(); My app doesn't need very complicated stuff. Just some rectangles filled with gradients, but this grad ...Show All

  • Windows Forms Detect dataset changes

    A have the following problem. I have a dataset wit the column "name". I hav a winform with a databinding control, and a textbox binded to it and to the dataset. Before I close the form or do others things (add new row, ...) I want to control if there are changes pendings in the current dataset to display a message. To do it I do: databindings.EndEdit and then a dataset.HasChanges() to verify if there are changes pendings. The problem is that if I create a new row in the dataset and call this procedure, the endedit raise an exception because the dataset column "name" don't allow dbnull values. How can I solve this problem. Thanks, Alex B. But I don't want ass ...Show All

  • Visual Studio 2008 (Pre-release) FaultContractAttribute , May 22 Build With Go-Live

    Hi, We are using the May 22 build of Wcf. This is a version with a Go-Live license. I've noticed that the FaultContract attribute can only be aplied to methods in this build. http://windowssdk.msdn.microsoft.com/en-us/library/system.servicemodel.faultcontractattribute.aspx The documentation here ( http://windowssdk.msdn.microsoft.com/en-us/library/ms733721.aspx ) has a section "Faults for the Entire Contract" For convenience, it is possible to apply the FaultContractAttribute attribute to an entire service contract as opposed to an individual operation. In that case, every operation in the service contract is able to return that type of fault. For example, in the following contract, any operation can return a MathFault: ...Show All

  • .NET Development How to unregister a COM wrapped .NET assembly?

    Hi All, I created a COM exposed .NET 2.0 dll and registered with my Windows 2000 operating system using 'regasm' and 'gacutil' Then I tried to call this component from my classic ASP page. It worked fine. But, I need to change the functionality of my assembly. I unregistered it again using  'regasm' and 'gacutil'  utilities and copied my new .NET DLL and registered again.  But for some reason, i still have a pointer to my old assembly and new calls to the DLL from ASP page are not working. Any Ideas   I appreciate any help. Thanks     I am facing the same kind of problem. The requirement is -- 1) I need to build a COM library using .NET 2.0 2) U ...Show All

  • Visual C++ what dlls to include

    hey all, i recently made (or configured to my liking) an opengl project. when i try to use it on another computer, it tell me i am missing whatever dll(like glu.dll and others i dont know). and when i do get thoughs dlls with the .exe, it opens and then crashes! can any body tell me why and cna you give me a list of dlls i need i am using the header files: glu.h, gl.h, and glut.h thanx, jt If you have Visual Studio 2005 or Visual Studio .NET 2003 installed you have Depends in the tools\bin subfolder. Open the Visual Studio command prompt (from Start | Programs | Visual Studio |Tools) and type depends (or depends <file name>) and it should run. The tool also ships with the Plattform SDK, so that's another place ...Show All

  • SQL Server Enable to start the Sql ENTERPRISE MANAGER

    Can any one help me to solve this problem, I WAS ENABLE TO START THE Sql ENTERPRISE MANAGER Oh yeah ....i fail to register the sqlmmc.dll. but i sucessfull unregister it. so it is cause me this problem the error message is 0x80004005   ...Show All

  • Visual Studio Express Editions Button to URLs

    Ok, what I want my program to do is: Go through a list of URLs, show progress in a progress bar, and just reload the URLs every 30 seconds. I don't know how to make the button go to the URLs. It doesn't need to display them or anything, just go to them. I also don't know how to make the progress bar link to the button. hmmm. The only thing I can suggest is using the WebClient/HttpWebRequest/HttpWebResponse classes. http://msdn2.microsoft.com/en-gb/library/system.net.webclient.aspx http://msdn2.microsoft.com/en-us/library/system.net.httpwebresponse.aspx http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.aspx the WebClient has a credentials property should you require to s ...Show All

  • Visual Studio Express Editions How do you close Form1 without shutting down the program?

    I'm writing an application that will use dozens of forms and I want to close the old forms as I launch a new one. When I use: Form1.Close() {Form1 being the traditional first form} it shuts down the entire program as opposed to closing the form and leaving me on Form2. Any advice for a newbie Thanks, Pat Thanks. I would have never found this on my own. As a follow-up, would you have any recommendations as to how to store the names of the launched forms, in order, so that if the "back" button is pressed I can re-load the correct form Just like the Back button on Internet Explorer. I can't seem to make a variable have the right scope to make it accessable from one form to ano ...Show All

  • Visual C++ module crash pointed in Dr.watson logs as Ordinal1584.

    Hi , I work on a c++ module in a Microsoft Visual studio environment.OS used is windows server 2000.I have been encountering a crash in one of my modules. Dr.Watson logs which are generated after the module crash show that the crash location is in a routine "Ordinal1584".Below are the stack traces seen in the Dr.Watson logs. function: Ordinal1584 6c3b7e24 56 push esi 6c3b7e25 8bf1 mov esi,ecx 6c3b7e27 57 push edi 6c3b7e28 8b7c240c mov edi,[esp+0xc] ss:0092f2d3= 6c3b7e2c 8b06 mov eax,[esi] ds:02324cc8=00000000 FAULT ->6c3b7e2e 8378f401 cmp dword ptr [eax+0xf4],0x1 ds:00819ee6= 6c3b7e32 7f05 jg Ordinal6239+0x17 (6c3bb939) 6c3b ...Show All

  • Visual Basic Problem to registered a component

    Hello, I need someones help to register a component - TwainContolX in visual studio 2005. After i installed the component, add it to the project and drag the icon to my application form, I gut this message : "Faild to imprt ActiveX control, Please ensure it is properly registered" There is anyone who know how to fix this problem I even registered it with the command line "Regsvr32 twaincontolx.ocx", and nothing .... Thank u for your help. What is this product - normally 3rd party components are registered as part of an setup/installer package. This handles everything and wouldnt require you to do anything except add the reference to the component in the proje ...Show All

  • SQL Server Accessing Reporting Services from Internet Issues...

    I have installed SQL Express 2K5 with Reporting Services on a server (on our private LAN) running Server 2003 with SP1. I have requested our ISP to forward port 80 from one of our public IP addresses to the private IP address of the server - I am reasonably confident this is setup properly since they have successfully configured other port forwards for me in the past. With that said, when I try to access the reporting web site from the internet, I receive an IE error message indicating "Internet Explorer cannot display the webpage." I am able to view the reporting website from within the LAN. Windows Firewall is currently disabled. Am I missing something Any suggestions/recommendations would be greatly a ...Show All

  • SQL Server Open url in a new window

    hi, I got a problem with reporting services 2005. I have to create a link activated by clicking on an image. In the image navigation properties I inserted the link in "jump to url"  but the problem is that no new window is opened, the url is opened in the initial report page. I tried to use jscript this way: javascript:window.open("myurl","", "scrollbars=yes,width=800,height=600,left=0,top=0"); but in this case the url opens in a new window but a blank page is shown in the report page. How can I solve this problem and open the url in a new window without changing the report page Thanks in advance and sorry for my english I have a piece of JavaScript for Jump to URL like the followi ...Show All

  • Visual Studio Express Editions Q about appliation and file interaction and structure

    Purpose of application: Pull necessary info from Quickbooks to be used in production scheduling. Use some customer/order info from QB to make/ keep Contact/Communication history and Returns Tracking. Keep track of Shop expenses in a central location, including individual efficiency to be used in calculating bonuses I will be skimming info from a QuickBooks file to be used in this separate app. This skimmed data and new data to be entered will be stored in a separate file/DB (question about that to follow). QB, as far as i know, doesn't allow create tables. Using the QODBC driver, I can connect to the QB data with the supplied app from flexQuarters, can read/write data, but can't create or modify tables to store my specific data. using the ...Show All

  • Visual Studio Team System New TFS integration: Mindjet Requirements Manager

    Mindjet Labs has a new integration with TFS for requirment gathering and would love to get some feedback on it.  Many software developers use Mindjet MindManager for requirements gathering.  Once you get the requirements mapped out, select topics and assign a work item type to them and they get published to TFS. For more information, a flash demo, and the free download, take a look here:  http://www.mindjet.com/labs/mjrm.html Please tell me what you think! Thanks, Michael Michael S. Scherotter Business Solutions Architect Mindjet Corporation ...Show All

  • .NET Development What Privilege Do I Need for Low-Priv Server to Listen on Port?

    I am trying to follow Keith Brown's recommendations in his book "The .NET Devloper's Guide to Security". I have created a server app using HttpListener. The server app runs fine when logged in as Administrator, but when I created a user account and assigned to the Users Group I get an "Access Denied" on the listener.Start() method. I am not sure how to determine what level of security I need to perform this operation. Thanks M.D.A I'm looking to try this as well...implement an HTTP listener class, but grant the proper permissions through code so our end-user doesn't have to run the httpcfg utility. Thanks! Jonas ...Show All

©2008 Software Development Network