asmasemsema's Q&A profile
SQL Server dynamic images in sql reporting services 2005
Hi all, I am currently working on some reports where I need to display images dynamically. there is one total field whose value ranges between 0 and 100 %. amd I need to display different images depending on the range of the value. for example, if the range is between 80% - 100% smily face. 60% - 80% normal face 40% - 60% sad face. Can any one help in approaching this. Initially I worked with only static em ...Show All
Visual Basic Error in Generic.Dictionary
Error in Generic.Dictionary base class Person ->Employee -> OfficeEmployee with all the proper inherits dennist685 In class Employee.vb Given key was not found in the dictionary system.collections.generic.keynotfoundexception line 30 Return mNames(type) Property block Public Overloads Property Name(ByVal type As NameTypes) As String Get ...Show All
.NET Development Pulling an XML encoded JPG from an XML SOAP stream and formatting it correctly to place in an sql image field
Has anyone taken an xml encoded jpg from a web service and formatted it; to place it in an sql image type / field example (not meant to be an actual encoded jpg or code; just an example) <PHOTO>9YHGDTEGHKLO2389YUD09CHCVSH 8HDHOSDH8WE8H8</PHOTO> node = selectsinglenode("/PHOTO") photoString AS String photoString = node.InnerText FormattedCorectlyPhoto = <somecode that processes photoString> DECLARE @ ...Show All
Windows Forms How to remove imagemargin in a submenu
I can see how to disable the image margin in a contextmenustrip: ContextMenuStrip1.ShowImageMargin = False but I can't see how to disable the image margin in a submenu!! Any ideas Thanks I used the exact same code. It doesn't work. Using a ContextMenu works though. ...Show All
Windows Forms Icon Colors
Is there anyway to increase the color palette for icons in Visual Studio.Net That fixed my issue. Thanks. I don't know why I didn't think of the new image type before. All I did was open my old icons, copy the content, a ...Show All
Visual C# How to search treenode?
Hi all, I am new to C#. I am currently implementing a treeview.But I am not sure how to search for treenodes. If I have a parent 'John' with child nodes 'B' and 'C', is there any way to find out the path that I select for 'B' is A-B. Can any one provide an example of searching treenodes Thanks Each node has a parent property, and a collection of child nodes. You can use a recursive function to ...Show All
Visual FoxPro older scatter gather, and VFP.
Hi; I have a form which the user fills. The info the user enters need to be added as a record in a table. In the Foxpro2.6 world I used to do this by letting the user edit empty memory vars, and then append blank / gather from memvar. I am wondering if there is a better way to do this in VFP9 I know I can use buffering then tableupdate(), but that requires that I would append blank FIRST before I let the user edit the fields. ...Show All
Visual Studio 2008 (Pre-release) Correct syntax for this.label.Visibility = Visible
How does it need to be ...Show All
Smart Device Development Create CAB
Hi, i have a question: I must create a shortcut in List Progams on my device. For create the cab file. i use this istructions : http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx but i don't know to create a shortcut in programs list. How can i do it thanks Alessandro Thanks. I have to resolve.... I must to insert the shortcut in the "PROGRAMS FOLDER". Thanks Alessandro ...Show All
Visual C++ Please tell me how to get a self-defined cursor.
I can get standard cursor,but I want to get a hand-form cursor. I insert a new cursor whose ID is ID_CURSOR1 in the resourse.Then,my code is as follow: HCURSOR lhcursor=AfxGetApp()->LoadCursor(ID_CURSOR1); SetCursor(lhcursor); But I didnot get the hand form cursor that I need most. Please tell me how to get a self-defined cursor. Best Regard! Each window in the system is responsible to set the cursor when the system tells it about ...Show All
.NET Development Sending large files with WSE
Hi guys. I'm trying to create a web service that will expose a method to upload a big file from a client to the server. I want to send a really big file ( aroung 1Gb ). I succeeded with 64Mb, but not with files larger than this. Any ideea Thank you in advance. Mircea Hi. Thank you very much for the answers and for your time. It pointed me to some directions. Thanks. Regards, Mircea ...Show All
Visual Studio Express Editions .NET Framework SDK Won't Install
I have a new installation of the Feb05 CTP of VC# Express. I went through the automatic installation. Before SQL, MSDN, and VC# Expresses were installed, I thought the corresponding.NET Framework SDK was installed. I can find no evidence of any of that SDK except perhaps the runtime based on both the Add/Remove Programs list and the places where things like the bin, docs and sample folders should be. I have separately ...Show All
Visual J# how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL o ...Show All
Visual Studio Team System Which CTP?
I am just downloading the July CTP of TFS and Vis Studio. The problem is there seems some conflicting instructions. On the TFS page it says that you have to use June CTP of SQL Server for it to work. On the same page it says VS2005 July CTP wont work with June CTP of SQL Server! Does this mean you cant use July CTP of TFS and VS2005 together Isnt it the whole point of having the 2 CTPs together, especially on something s ...Show All
Windows Live Developer Forums Can't add smileys
I have a weird problem with MSN Messenger. No mather what version I use I've never been able to add smileys and animations used by my friends. My friends has "Add..." in their pop-up menu when they right-click, but that field is gone for me. It gotta have something to do with my individual settings on the MSN server, but I can't find out what it is... Anyone got a clue Thanks I have the sam problem to my friends ...Show All
