peterMarshall106's Q&A profile
Visual C# Is there a sample which make images as EXE file and can be play as slide show?
I heard there is a software which can package many images as a EXE file, when you launch the EXE file, the images can be displayed one by one, just like slide show. Could you give me a sample thanks! It is trivial to piggyback data with an executable. You can attach any data at the end of a PE and it will be ignored by the PE loader. So, in your case, you will want to invent your own data structure to store multiple images and then s ...Show All
Visual Basic A simple file recognition problem
Hello, I am having a problem that although is a simple one it has me flummoxed. I don't know and can't find the proper syntax to use to get my program to locate a text file that I need to use in my program. I am using VB.NET 2005 The program is to run on a Smart Device and I am using an emulator that came with my Visual Studio 2005, the one I use is a Pocket PC 2003 SE device. I have the text file included with the program in the same dire ...Show All
.NET Development Binding to a datagrid
Can anyone help with this one Have a form with a listbox and 5 textboxes, by clicking the different customer id's in the listbox this then displays the relevant info in the textboxes which is first name, last name, city, state and zip code, this works fine but I'm trying to display at the same time the order details for each selected order id in a datagrid but can't get it to work The order details to be displayed in the datagrid from the databa ...Show All
Visual Studio 2008 (Pre-release) SQL Server 2005 and WCF?
I've recently been digging into the features being made available within SQL Server 2005 for HTTP procedure invocation. My question is a simple one. What if anything is planned for WCF and SQL Server 2005 integration - Mr. SOAPitStop I guess I was wondering about #2 above. Would SQL Server ever expose WCF services. I guess the WS-I Basic profile services is all I really need. Thanks for the info guys. ...Show All
.NET Development XPath and namespace problem
I am having trouble with SelectNodes with namespaces. I am testing with the .application file generated by the Publish wizard. Below is the part that my code will operate on: < xml version="1.0" encoding="utf-8" > <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schem ...Show All
Windows Forms This is my question
Ya it is good but they could have saved the blank space at bottom of each space which is Hard Coded I Guess. Any takers to solve the issue Locking this thread. Future discussions about this should take place in the site feedback forum. http://forums.microsoft.com/forums/default.aspx ForumGroupID=14 ...Show All
SQL Server How can i secure my MDF file?
If a user is a local admin of the box they can gain full access to the database via integrated security. They can create their own database and attach .MDF How can i secure the .MDF so that no one can gain access to it problem with creating a new admin user is.... another admin can delete the user. Then all the files that have been encrypted can no longer be accessed..... that is very bad! ...Show All
.NET Development .NET Service Component That Implements an interface
Is this possible (or have I lost the plot) :) I have an strongly named assembly with a single class that inherits ServicedComponent (In vb.net 2005). The Class also implements one interface of a COM interface library (which has more than one interface defined within it) using a strongly named RCW (imported using TLBIMP). The RCW is registered in the GAC. I compile .. ok I RegAsm the Serviced Component (with the /tlb:.. switch) ..ok ...Show All
Visual Studio Team System Last discussion is put on the bottom of the list in Sharepoint. How to change it?
Hi all, I have a discussion board on sharepoint. I notice the latest discussion is put on the bottom of the discussion list. From end user's view, I think they prefer to seeing the latest post on the top of the list, just like the MSDN forum. Is there any way to change the order of the discussion list, that is, list the latest discussion on the top of the list Thanks, Leon You might find a better answer by posting this to a S ...Show All
.NET Development C#'s world
Hi I'm making an investigation about C#sharp language and compiler, and I would like to ask you How many C# developers are over the world , I will really apreciate that you if you tell me the source of the your information, if you don't know, could you suggest me any action ., thanks in advance ComputerWorld had made a user survey about this early this year, you can find the result from their websi ...Show All
.NET Development fuslogvw not working?
I seem to be having trouble getting fuslogvw to show any binding information. I've got a problem with a Satellite resource which in .net 1.1 I'd normally use fuslogvw to help me, but in 2.0 its always blank. I've set it to log failed binds to disk and changed the custom location to the root of C: but still nothing. Any ideas Did you check out the .Net framework 2.0 documentation for fuslogvw http://msdn2.microsoft.com/library/e74a1 ...Show All
Windows Forms taskvision can not work on w2k3
hi, The taskvisionsource_1.1.0.0.msi can not intall properly on w2k3. I get the error <error> parameter error. <error> so I install the taskvisionsource_1.1.0.0.msi on w2k. the installer suceess,then I copy the codes and database to the w2k3,and config the IIS .&nbs ...Show All
Visual Studio 2008 (Pre-release) Extension Methods: Static Electricity?
As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System { public static class Evil { public static vo ...Show All
Windows Live Developer Forums Is there any way to fill a polyline?
Does anybody have any ideas Hi Which approach did you take I am trying to create a map with coloured areas, but cannot find any information about this. Thanks in advance. Thomas ...Show All
Smart Device Development TypeLoad Exception on Pocket PC.
Hi all, I have a slight problem and hope i could get your assistance. When i deploy my program from visual studio 2005 to the Pocket PC, it gives me the TypeLoad Exception on the Pocket PC. TypeLoad Exception at Device Application1.Form1.Initialize component() at system.Reflection.Runtime Constructor Info. InternalInvoke() Above are some of the errors. Any idea what is wrong I would really appreciate your help. Thanks so much! -- sam -- ...Show All
