Prophesy's Q&A profile
Smart Device Development Hello I am trying to create a program
That shows the time from the hardware SO I want to press the button and then have the output display on a screen in a box.. that is correct make sure you install .NET CF 2.0 SP1 on the mobile device, usually you can select to deploy the latest CF from within the solution/project properties or simply download the setup file from: http://www.microsoft.com/downloads/details.aspx familyid=0C1B0A88-59E2-4EBA-A70E-4CD851C5FCC4&displaylang=en download and double click on desktop, once installed, you should be able to run and deploy your application! hope it helps ...Show All
Smart Device Development What kind of server required?
I am a newbie in WM5 application. I have a problem: My company needs me to setup an application so that the smartphone can constantly access the server and retrieve data... I have explored many about WM5, but it said little about the system archeticture... I may need to retrieve data from database and file... What kind of server do I need Is Microsoft Server 2003 suitable Do I need to install IIS Is Web Service the only method for the mobile to retrieve data from server What hardware / software I need to pay attention Pls advice... I have been hunting this for weeks but seldom found... Foor the smartphone data interaction the most appropriate solution indeed would be using web services (there are ...Show All
SQL Server Management Studio Express - error when attempting to run a query
Hi, I have installed Visual Studio 2005 on my PC, and SQL Server 2005 Express was also installed. I decided to install the Management Studio Express, and the installation completed without any error messages. I created the ASPNET account after having installed the Northwind database on my PC, and I have created a test web site (ASP.NET) that creates a SqlConnection, and retrieves some data from the Products table in the Northwind database. The query returns the results i ask for, so that means that the accound has been set up properly. My problem appears when I try to run queries using the Management Studio Express. I have managed to add the sql server, and I can browse this in the object explorer, getting a listing of all the tab ...Show All
.NET Development OracleException - PLS-00561: character set mismatch on value for parameter
Hello, I'm currently working on a .NET v1.1 application which utilises the Enterprise Library application blocks (specifically the DAAB) with Oracle. When creating stored procedures that take integer values (IN NUMBER) i have no issues, but when creating a stored procedure that takes a string (IN VARCHAR2) i'm receiving an Oracle exception. I've been scratching my head from searches... Oracle Client Version 8.1.7 (With NLS_LANG set to UTF8 and American WE8I...) .NET v1.1 .NET v1.1 Enterprise Library June 2005 The example Oracle stored procedure is as follows <code> PROCEDURE test_vchar_in ( vchartest IN VARCHAR2) IS BEGIN NULL; END test_vchar_in; </code> I call the stored procedure in c ...Show All
Software Development for Windows Vista Windows Photo Gallery Problem
I dont know what happened, but When the Photo Gallery isnt in Slideshow mode. it will not display the picture i want to see like so.... IMAGE As you can see, it says the picture SHOULD be displaying but it isnt. Can someone help me troubleshoot this mvl wrote: I also have this problem... any solutions anyone Please post your video card information to see if we can narrow this down. ...Show All
SQL Server Which Server
Hi Guys, I'm a beginner with Access and I set up a small database for a local charity project with a backend, front-end over a network drive. The database works well except that when too many people have the database open (there could be up to 6) at the same time it runs very slow. Someone said to me that if I put the tables on a server on one of the computers then it would improve the speed of the database but I would still like to keep the front-end as Access. Can anyone tell me if this approach would be a solution to my problem and if so which server would suit my needs, remembering that money is an issue Hi Lars, By default, SQL Server Express Edition installs with local connectivity only. ...Show All
Visual C++ ListView /TreeView do not draw themselfes after CreateWindow
i have a problem with the Tree/List-View Windowclasses. after creating a button, editbox or combobox the controls are painted immediately after the CreateWindow-command. with the above mentioned controls it is different. After CreateWindow-command for the Treeview there is only a "hole" in my parent window which comes from the CLIPCHILDREN-style that i use in the parent window i suppose, but the TreeView/ListView-control is not painted. the control is first painted after i drag the window off the screen and back on the screen for example to force a WM_PAINT-message to be sent form windows. Sending a WM_PAINT message explicitly after CreateWindow has no effect either. what is different with these controls here is the createwindow ...Show All
Visual Basic message show & hide in asp & vbscript
How i can use response.buffer & response.flush() for usin show & hide of message or any string. In vbscript, using asp. give any example [OTP] This forum is for VB.NET or later questions only. Try the ASP.NET forums for asp related questions, as posted earlier http://forums.asp.net ...Show All
Windows Forms Smart device publishing problem
I am using MS VB 2005, when I develope an application for a smart device the publish option in the build menu is not available. It is available for windows or web applications though. Hopefully someone can help me with this. ...Show All
Windows Forms Intercepting mouse click on GDI+ drawing
Hi, my Windows Form application ( in C# ) use a Graphics object to render ( with GDI+ System.Drawing ) some drawings on my main form. What I would want to do is have my form notified when the user clicks the mouse so I can check if the mouse location and the moment of the mouse click is over one of my GDI drawings. How can I acomplish this It's a simple answer, I might be missing something. Just implement the MouseDown event for the form at look at the e.Location argument. You know at what X/Y locations you put your drawings so you know when the user clicked on them. ...Show All
SQL Server Interactive Sort in Matrix
I have a Matrix in a report - created like below. Each row has a different dataset and I need to make each Column to be sortable so they can click on the column header say "Summary of Accounts" and sort them and do that for each column header. So far I havent seen anything that looks promising that can do this. Is there away this can be done 6 Columns and 14 Rows --headers Summary of Accounts No debts origBal AccrInter PaidDate CurrBal Activity count() Sum() Sum() First() Sum() phase count() Sum() Sum() First() Sum() attorney etc etc collection not inititated resolved interrupted cancel closed revised ...Show All
Visual C# Assign a bmp resource to a bitmap variable
I create a resource bitmap as bmp. I can not assign this resource bmp to a Bitmap variable. What I would like to do is change or swap between two bmps every second in a picturebox image. thanks in advance for your help and time, Edward thanks again, I still get this error. Maybe my problem is where is the .bmp resource. In the solution explorer is a "Resource" folder that have mybitmap inside and is build as embedded Resource. Is there any easy way to get a bitmap from embedded resource ...Show All
.NET Development System.Security.AccessControl Problem
I need several classes from the System.Security.AccessControl Namespace (FileSecurity, FileInfo.GetAccessControl method...) and that namespace seems to be new in .Net Framework version 2.0. i have installed that version but my visual studio is using the old version of mscorlib.dll i.e. file version 1.1.4322.2032 and when i try to reference the new version of the file mscorlib.dll (which is part of .NET framework version 2.0) i.e. file version 2.0.50727.42 a get the message that the reference to that file could not be added with the explanation that the file is not a valid assembly or a COM component!! Please help! it is quite urgent... VS2003 only supports v1.x and VS2005 only supports v2.0 (without the beta of MSBee). You wi ...Show All
Windows Forms Windows Installer Automation
I'm trying to create an application that is able to heal or install as needed (for example: Office 2003 when installing on demand) using MSI automation. Where can I find information on using MSI.DLL automation in Visual Basic (not the C++ stuff in the MSDN Library) My program has a bunch of wizards that are all seperate EXEs that aren't needed all the time. for example, in MS Word (when set to advertise), the spell checker will be installed when you hit F7. I think I figured it out though using VB/VBA Develoers Guide to Windows Installer (available for free: http://www.larkware.com/Articles/TheDailyGrind305.html ) by reading Chapter 9 (although the book targets Visual Basic 6.0 and Windows Installer 1.1, I tried to adapt the code to ...Show All
Visual Studio 2008 (Pre-release) Undescriptive SOAP faults returned by service
Hi, I'm trying to test my WCF client, and thought that it would be nice to test what happens if for example the client and service are using different algorithm suites in the security layer. Unfortunately it seems that the SOAP fault returned by the service looks like: <s:Fault> <s:Code> <s:Value>s:Sender</s:Value> <s:Subcode> <s:Value xmlns:a=" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> a:InvalidSecurity </s:Value > </s:Subcode> </s:Code> <s:Reason> <s:Text xml:lang="da-DK"> An error occurred when verifying security for the message .</s:Text> </s:Reason> </s:Fault> ...Show All
