Aleksander Dye's Q&A profile
.NET Development Global variables in Web Service class
Hi, I wanted to write a WS that had about 6 Clients. How can I share a variable between all these clients What I wanted to do, is have the WS store a Time stamp of the time that the newest data was retreived. I want to do it like this: namespace myWebService { public class myWebService : System.Web.Services.WebService { private string myName = "Unas ...Show All
.NET Development Multiple selection on dropdownlist???
Hi! I would like to know if it's possible to select multiple values on a dropdownlist. I've already seen something that looks like a checkboxlist in a dropdownlist, I mean, at first it looks like a dropdownlist, and when you click the button, it appears a checkboxlist, where you can select as many values as you want. How can I do something like this Thank you! Hi, You must write yo ...Show All
Visual FoxPro Visual Foxpro tables locked by aspnet_wp.exe process
Hi! I'm currently using Visual Foxpro 9.0, .NET Framework 1.1, Visual Studio 2003 (VB) for web development. Everything's fine except this little 'quirk'. When i'm doing some testing, and try to open a table with VFP, i have the following message :File access is denied .... with the path of the table. The first solution i found (not very practical in a running environment) is to run a cmd-line and type iisreset to release any ...Show All
Software Development for Windows Vista Load xoml in runtime (beta 2)
I have a workflow with two custom activities from an activities library. I run this workflow from another console app. From what i understood, if i change the order of the activities on th xoml file and save it, the change should take place without building. anyhow, it's not working for me. (I have code activity in the custom activities which print me the activity name so i can see if there is a change in the order. Any suggestions ...Show All
Visual Studio Express Editions How to create transparent "Computer Locked" window?
Hello All: Rookie question, just beginning with VB 2005 Express. How can I bring the Computer Locked window (Server 2003) into VB Express 2005 and add opacity I'd like it to show on my desktop, but see through it to the picture on the desktop. Thanks!! hi, i don't know what Computer Locked window (Server 2003) is but i guess you talk about form property (opacity) you can set it in ...Show All
Visual C# filename from ListView
My questions is simple but I can't figure it out! I have a listview area which take different pictures. When the user selects a picture I want to get the filename and use this to put the picture onto a large picture box. Can anybody tell me how to do this The problem I am having is that I cannot convert the picture selected to a filename. I have tried: private void listView1_SelectedIndexChanged(object sender, EventArgs e) { pictureB ...Show All
Visual Basic Using VB.NET to run External Applications
Is there anyway to use Visual Basic 2005 Express to run external files For example, pressing a button would open Notepad. I am trying to use the process command to run an external DOS-based program and then issue commands to it. Is there any easy way to reroute the commands to the program once it is running Roran1981 ...Show All
.NET Development XmlSerializer and SOAP/RPC encoding
Hi, Some help is desperately needed... I need to provide a solution for serializing/deserializing SOAP requests in both literal and encoded styles. For literal style I use XmlSerializer and found no difficulties at all, but when it came to encoded style (e.g. RPC) I was surprised to figure out that XmlSerializer couldn't generate a valid object. For example, I'd like XmlSerializer to deserialize the following XML/Soap Body: <so ...Show All
Microsoft ISV Community Center Forums VBA XmlMap.loadXML problem - repeating call
Hi all, I have the following XSD load to XML Source of excel: < xml version="1.0" > <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="stock"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="quote"> <xs:co ...Show All
Visual Studio Tools for Office Calling .Net Routine from with VBA
Hi I am designing an XLA in .Net which is to be used in navigation of our application. Our application consists of a number of workbooks. For various reasons, these workbooks will still need to have VBA code in them. I would like to be able to call a .Net routine from within the VBA coding (No way around this unfortunately). Guidance will be much appreciated. Regards David Edelman Here's an old post from someone else ...Show All
Visual Studio Team System I am running out of time with the registration to get the activation key !!
Nothing I do allows me to actually register and get the activation key. Big game register Now and you simply go to msn passport profile and then they say call 877 256 2495 but when you call that number you get nothing they tell goto the web and then hang up on you immediately before you can do or say anything. I am not really sure what to do at this point I have been posting bug reports for 11 days now and not gotten any feedback at all on anyth ...Show All
Windows Forms How do I make a spell check...?
Hey, I searched for this, but none helped... I am using Visual Basic 2005 express, and I need a spell check, but I can't figure out how to do this, if someone finds/knows a program that will let you put the words in it and it will give me the VB2005 express code thats fine, but if you want to give me code...I would be fine getting a 3 word spell check so I can go from there...ummm..I dont really want to use the MS Word spell check, k ...Show All
.NET Development Itaniun & Managed C++ Extensions: Unresolved token 'Sleep'
Hi folks. I hope someone might be able to shed a little light on this as it's got me stumped. We wrote a small .NET DLL using the Managed Extensions for C++ using Visual Studio 2003 and it worked like a dream on our 32-bit x86 Windows machines. Now however we want to rebuild the same thing on an Itanium using Windows Server 2003 and the Visual Studio 2005 beta 2 and we've hit a problem getting it to link. We're compiling at the com ...Show All
Visual C++ increment in C++
#include<iostream.h> void main(){ int a=5; cout<<++a<<a; cout<<"\n"; cout<<a; cout<<"\n"; } the above code generates the following output: 65 6 but as per me the output should be as follows: 66 6 why does the incement doen't show up the second time I think that the simple answer is complexity. This is really a language level diagnostic but t ...Show All
Visual Studio 2008 (Pre-release) Porting/debug woes
I got past the compile errors from the move to Nov bits, but things are not all there that were there in the application using the Sept bits. Controls are missing that are in the XAML file. It looks like my immediate issue is the control library assembly finding the resource dictionary. In the old template the file generic.xaml contained the resource dictionary for the assembly. In the Nov bits the assembly attributes for locat ...Show All
