dimondlight's Q&A profile
Smart Device Development Pocket Office on emulator
Am I correct to say that there is no Pocket Office on the emulators (I tried the smartphone SDK, haven't tried the Mobile 5.0 SDK) Can Pocket Office be installed on the emulator and how Well the other solutions that have been available are not a robust as the option in Pocket Word. The has been one of the most useful features in Pocket Word and removing that feature from Word Mobile is a bone-headed decision. You could have actually made the Pocket PC inking translate into WordArt drawing on the desktop. I will NOT purchase a device that will not have the drawing capability directly inside Word Mobile. It has been a good run, but I gu ...Show All
Visual Studio Team System TFS and windows workgroup - work items database problem
Hi, I have succesfully installed TFS on Server 2003. This is a small installation so I am using the TFS Workgroup Edition from MSDN and Windows Workgroups rather than AD. On the Server I installed Team Explorer and can create projects ok and see all items in the explorer. My problem is on the client. On the Client PC if I open up a team project created on the server using Team Explorer all folders under the team project have red crosses. I added the client workgroup user to the report server and to sharepoint, which removed the red crosses from the Documents and Reports folders but the Work items folder has a red cross next to it. Help! Wh ...Show All
Windows Forms type Q??
Hi all, i'm just starting programming in .net and got the folowing Question Somebody can explain why this is not valide Function Something(ByVal Expr As Object, ByVal somType As Type) As Type ...... ....... ........ Return CType(Expr, somType) End Function Regard Remco Are you trying to write a function whereby the type of the object returned is ...Show All
Visual Studio Express Editions Where is the DLL ?
Hi I craeated a C# web site using Visual Web Developer Express. I know it might sound like a stupid question, but where are the DLL files created by the build Should I create a seperate setup project for my web in order to create the dlls I added a Bin folder to the web site, but I can't find any dll there. How do I create an actual web site out of my code (assuming I have a URL and an external server) Thanks, A.G I you use the Full version visual studio you are able to pre compile the application (publish Option) to produce compiled assemblies. If you do want to go down that li ...Show All
.NET Development How to implement transactions using tableadapters?
The old dataadapter had a transaction object which you could assign to a .NET SQLtransaction. This made transaction handling very simple. What is the equivalent (or similar) method for handling transactions using tableadapters I'm using the table adapters generated by the data designer. dataadapter has no transaction property which can be assigned to a sqltransaction. You could use System.Transactions.TransactionScope to simplify the transaction handling if you have only one conneciton opened. ...Show All
Windows Forms getting data from a excell sheet with VB
Hi, the code:- Dim objExcel As Object set objExcel = create(or Get)Object("path\file.xls") objectExcel.Application.Visable=true text1.text= ObjExcel.cells(3,4) ObjExcel.Application.Quit set ObjExcel=Nothing does not work!! i'm tring to read the values from the excel cells into vb. i have tried lots of different versions of the above with different but not correct results. ie errors on runtime Why help!!>>>>> ...Show All
Windows Forms NumericUpDown Controls...how to select the text when it gets the focus
I am looking for a way to select the contents of the control when tabbed into/focus....it does not have SelectionLength/SelectionStart properties.... what kind of control is it, and what program are u using ...Show All
Windows Forms A Few Queries :-)
Hi! Just discovered WindowsForms.net, this forum seems to be very much alive. :-) Very nice. Well, I'd like to start my time here with a few queries dat are bugging me.... 1) What is difference between groupbox and panel (ya it sounds silly but i really dont know) Aside from the obvious appearances, wot it the semantic difference 2) If I have multiple ...Show All
SQL Server Two ways to view member values
Hi, I'm working on a SSAS 2005 project where I migrate an EXCEL pivot table based on a flat file (coming from an Oracle source). The previous implementation had most of the members defined twice, first by description and code and second by code and description, where code is the key of each customer. In the flat file, for each level with the need for "dual view support", there are 2 columns, having the same data but in different format. So, for example - just for illustration - someone could set the rows to be Customer1 (1234) Customer2 (4553) Customer3 (3573) etc where, someone else (1234) Customer1 (4553) Customer2 (357 ...Show All
SQL Server The syntax of the SQL the DataSet Design Surface generates
I'd like to design my dataset's in VS2005 in such a way that I develop at design-time using SQL2005, however I'll have the option of replacing the connection, sqladapter and command objects in the generated source code with another database's (like mysql, etc.) Since the schemas are identical across the different database kinds, the key here is making sure that the generated SQL is ANSI compliant. Right off the bat the square brackets around table names cause problems. Is there anyway to tell VS2005 to use the ANSI compliant quotes instead Thanks I am trying to find out your current email address ...Show All
Visual C++ Changed the COM signatures....using ildasm.....
Hi, I have a .exe COM which I used in .NET but some signatures got changed....so I opened it with ildasm and changed the signatures so that it should return something from the function....This is the error I'm getting now.... The runtime has encountered a fatal error. The address of the error was at 0x79e8aff6, on thread 0xb4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack. Any Ideas.... Thanks, Harsimrat ...Show All
Visual Studio An unkown errer while viewing report on client machine!
Hi to all, v have developed a client/server (desktop application: no web development is included) application. well the reports on client machine retreive data from server and display them using dataset. most of these reports are made up of 2,3 subreports. well there is an error which client receives while trying to view the report which is something like this: Invoice report cannot open. err "Error in file C:/temp............". The request could not be submitted for background processing. can anyone plz help me sort out this problem PS: I m using VS2003+CR for .NET Hello, There are a ...Show All
Windows Forms Visual Studio 2005 Beta 2 released!
For those who don't read blogs and don't know yet: Microsoft released Beta 2 of Visual Studio 2005 this weekend: <a href="http://lab.msdn.microsoft.com/vs2005/">http://lab.msdn.microsoft.com/vs2005/</a> So far, it's only available to MSDN subscribers, but will be released to the general public later (for the European, Middle East and African area on April 25th). If you don't ...Show All
Visual C++ Please HElp With LPCWSTR
Hi.. Belive me when i say that i looked all over the internet for this and no clearifing result.. i try to use mciSendString function to play a file.. probem is that it has parameter LPCWSTR.. :(( .. i use WIN32 console application.. so i must read the path from the console.. CODE: int _tmain(int argc, _TCHAR* argv[]) { int error=0; wstring path; wchar_t* str2=L"play MediaFile"; error=mciSendString(path.c_str(),NULL, 0, NULL); mciSendString(str2,NULL, 0, NULL); } i want my wstring to be read from teh console.. something like cin>>path; ... anyway i cant find anyway to read the string from console and then pas ...Show All
Visual C++ Can't Get the Form to appear
I have a program that I am working on. I have run into this problem countless times and it is strange to me that it works sometimes and other times does not. I have created an application using Visual C++ .NET 2003 standard. Here is an example of the situation. I add a new form called aboutDialog. Set the form properties. In another form I add the #include "aboutDialog.h" In the code I have the following: aboutDialog *about = new aboutDialog(); about->ShowDialog(); The compiler is failing to compile and giving a C2061, and C2065 error code. It states ...Show All
