Jan Pukovec's Q&A profile
.NET Development Xmlschema compilation problem (.NET framework 1.1)
Hi all, I am working on an application that needs to be able to read and lean on the XMLSchema information contained in the web service description(wsdl). After i got a wsdl from address : http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx wsdl , I attempt to get its schema and compile using XmlSchema object(iam using vs2003 with .net framework 1.1), but an error occured: "The 'http://www.w3.org/2001/XMLSchema ...Show All
Windows Forms Sharing same data on two forms
I am new to VB.Net and windows form so bear with me. I am working on an inventory program and am having some trouble figuring out how to do the following. I have a dataset with several tables adapters. The viewSalesCallItems table adapter combines several tables and has the following columns: ItemKey UPC ProductDescription SalesCallKey CutIn Npnt Discontinued Dispaly Price ReducedPrice Facing The second table adapter handles the tblSale ...Show All
Visual Studio Tools for Office Save a new File with a VSTO Solution
Hi everybody, I have a problem with my VSTO solution, but it's not easy to describe it. A VSTO solution is always connect to one word file (doc or dot). New the user works with this file and makes some changes to the file and stuff. Now he want's to save the file. But I don't want him to overwrite the document he is working on. So he needs to save it as a new file. This isn't realy the problem. But when you start the new createt file ...Show All
Visual Basic is there any way to get CPU temperature
hello friendz, i like to get CPU temperature of my own machine and i am developing application for network monitoring. so please anybody tell ,, is there any way to get CPU temperature using Visual Basic.. Hope i'll get reply for this question. please send ur valuable suggestions as soon as possible.. thx ...Show All
.NET Development Type.GetType
What do I do about when Type.GetType fails for types like System.Xml.Serialization.XmlElement I have created an addin that I want to be able to see what are the attributes for a given class but it is failing on this one all the time. If I need to load the assembly first how do I look at references for a ProjectItem so I can load the assembly if needed before calling GetType Yes, if GetType returns null you need to then load th ...Show All
.NET Development Trying to fix 'The underlying connection was closed: An unexpected error occurred on a send.'
Hi, I've been seeing this error intermittently on our Windows 2003 servers while running web services under the 1.1 framework. The setup is fairly simple, the client is a windows service and it makes a number of requests to a web service throughout the day. Requests are authenticated using NTLM (Negotiate) and respond fairly quickly (less than a second). Occasionally though, the exception The underlying connection was ...Show All
Visual FoxPro Display & list to the screen
Am new to this - first part of msg disappeared after edit - trying again. Display or listing a dbf to the screen produces a wrap when it should all be on 1 line. The dbf consists of 6 char fields for a total of 76 characters. Arial 10pt. I am using a 19 " screen so there are gobs of room. VFox 8 doesn't recognize the screen size Have noticed this in older versions as well. Courier spells reli ...Show All
Windows Forms which control 2 use : windows numeric like clock
Can anyone pls. help me what control to use to create windows numeric clock with numericupdown control.How to split numericupdown controls into parts so it works separately on hours,minutes and seconds like in windows clock. Thanks Dude Gr8 this helps :) using format propert to time and showupdown to true that is what i wanted :) thanks again ...Show All
Visual Studio Team System Error TF84037 with Excel Team Foundation AddIn
I get the following error when I try to open Excel documents stored on the TFS. TF84037: There was a problem initializing the Microsoft Excel Team Foundation Addin. Re-installing the Team Foundation Client may be required. I've attempted a full uninstall and re-install but that have no effect. Please provide more information on the TFS version you are using and the steps leading to this error. Does thi ...Show All
Windows Forms Datagrid Questions
I did not work with Windows Forms datagrid, only with web datagrid, so may be asking easy questions. 1. How I can clear completely datagrid in case no records match the search criteria and there are still some records from previous search 2. ...Show All
.NET Development Data for tables
I need to make an input table for a windows application. First column needs to describe a part, and should be read only. 3 more columns are needed for X, Y, and Z coordinates that describe the position of the particular part. I need to be able to both save the data and open it from a file. XML I don't want the datafiles to be read by any other program, but all I can find is stuff about XMLs and databases, I need none of this. Also the table and ...Show All
Visual C++ resources and dll's
Hi I have a windows component written in c and I am loading a custom mouse cursor like mouse_cursor = (HCURSOR) LoadImage(GetModuleHandle(0), MAKEINTRESOURCE(IDC_ZOOM_CURSOR), IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE); SetCursor(mouse_cursor); This works fine when I compile the control and a function to test the control into a executable. However when I compile the control as a separate dll and try to test that ...Show All
Visual C++ Need construct for member relative location placement in huge structures
Here is the problem : I have this huge structure whose members have address restrictions (e.g. member x starts from relative address y from the base pointer B). The address restricted members(from base) are needed to satisfy the hardware device register specification of the device. For example, typedef struct _DeviceRegMap { struct PCIDeviceHeader PDH; // Bytes 0 - 199 &n ...Show All
Visual Studio How Can Create Intaller Project for C# EE 2005?
Hi! I've three projects in a solution, two of them are DLLs and one EXE. I want to be able to create a single installtion package for all these. Is it possible to do this with C# EE 2005 . If yes then please tell me the steps to follow or any related link. Thanks in advance. Sohail. Create a new project, in 'other project types' you'll see a setup and deployment' group. I've not played with this stuff yet, I still use Advanced Ins ...Show All
SQL Server Drop a Role in Report Sever
I create a new Role "TestRole"under Security/ Roles in the Report Server. I i want to drop this Role, i get the Error that the Role does not exist But the Role exist !! Anyone can help For UI operations, please post to SQL Server Tools General . Thanks Laurentiu ...Show All
