Elmer Palpan's Q&A profile
Smart Device Development My Pocket PC IE browser does not read XML files!!!!
Hi all, When I uploaded an XML file from my PC to my Pocket PC and tried to open the file with the pocket pc IE explorer, it gives me a blank page, and doesn't show me the contents of the XML file, is there any known issue that I don't know regarding this problem Thanks in advance.. Hello, this is a security setting in the registry. If you set on the device the following registry entry: [HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "Security_AccessCrossDomainData"=dword:00000001 the loading of local XML files will work in Pocket IE :-) Regards, Jutta ...Show All
Visual Basic Open USB port
I'm developing an application in VB 6.0, where I have to communicate with a device site in a USB port, but I don't know how open, write, read, and close this port in VB. If someone know how do it, or has sample code, I was very gratefull. Thank you very much! Best Regards Here is the info I managed to find on this topic: ---------------------------------------------------------------------- How an application accesses a USB device depends on what device driver Windows has assigned to the device. For example, if the device is a disk drive, applications can access it like any other drive. They don't have to kn ...Show All
SQL Server sseutil usage
Cool tool. How the heck do you use it I can do a sseutil -l from command line to see my databases. Then I do a sseutil -consolewnd to get a window up that allows me to put in SQL commands. But how do I point the thing at a particular database What about the USE Command in the console window Or specify the database within your script to run HTH, Jens Suessmeyer. ...Show All
Visual Studio Tools for Office Package Wizard Startup Error
I think I have installed the components required but when I attempt to run the Package Wizard I get this error: "An unexpected error has been encountered in procedure PrepWizard of module modWIZ_ExpressionEntryPoints" Run-time error '-2147319765': Automation error Element not found. Package Wizard will close now. Do you want to ope the error log file Does anyone know what I may have done incorrectly or what component I may have failed to install Thanks, David Lafferty This thread should help you http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=240548&SiteID=1 ...Show All
Smart Device Development How to execute AT commands in VC++
Hi guys, I'm back with the same question. We just want to send and receive sms between PC and mobile. Any other codes related to this question will be very helpful for us. Some other ways to do that is also invited. Cheers, Devi hi, i am also working in this area, but i find lot of diffisulties to work in VC++. so i went for VB.NET. in this we can send and receive SMS messages. you can find in google itself. whether you got any improvement in VC++ coding.if means pls let me know. this is my email id: software_material@yahoo.co.uk . bye ...Show All
Visual Studio 2008 (Pre-release) MIME type for .wba
What is the MIME type for Avalon Express Applications (.wba) For Beta 1 you had to add application/x-ms-xapp MIME type for .xapp From the SDK for September CTP (look for 'Configuring a Web Server to Deploy WPF Applications'): Extension MIME Type .manifest application/manifest .xaml application/xaml+xml .application application/x-ms-application .wba application/x-ms-wba .deploy application/octet-stream ...Show All
Visual FoxPro editbox control snaps.
It is a fairly mild problem but still an inconvenience. I have an editbox and a text is assigned to it in the following manner: THISFORM.Pageframe1.Page4.Edit1.ControlSource = "(ThisForm.cData)" All other operations are done programmatically. I may force it to count the number of lines and go to a specific line and highlight it. It does. But then after a while, perhaps in about 2 minutes, it snaps to the first line (beginning of file is fact). It never fails to jump backwards. It is annoying. Why does it do it What can be done about it Thanks. Do you have any code that refreshes the editbox (or the whole form) Tha ...Show All
Visual Basic Populating per like statement
I have a large Access table with words, definitions,... what I have been trying to do for too long is to type a word pattern (p r or t n* ) in a textbox and after a button is depressed to have a datagrid populated with words similiar to what is requested. I have utilized the data source wizard to add the source, added the adapter, binding source and dataset. I have dragged the datagrid into the form. when started it populates. Then i added the textbox (txtFind) and button. i right-clicked on the adapter, went into the query via the dataset designer, added like txtFind.text in the filter area for the word field, and added : Private ...Show All
Visual C++ Why doesn't the following compile under VC2003?
Why does the following code snippet not compile in Visual C++ 2003 It compiles under GCC, so why not in VC2003. What is wrong with it // Outter class: class Outter { public: // First inner class: template class Inner1 {}; // Second Inner class: class Inner2 { public: // Method definition: Outter* Inner1() {} }; }; Mozilla did that to me too: nuke the linebreaks. Here it is again (over-compensation courtesy of MSDN Forums.) class Outter { public : // First inner class: template class Inner1 { }; // Second Inner class: class Inner2 { public : // Method de ...Show All
Visual Studio Team System SubReport ReportItems
hi all, i ve created a report in which i call a subreport now my issue is i want to access the reportitems of the subreport. is there any way to do it please help me out of this situation Could you be more specific on what you mean by "reportitems" I am guessing you want more information about a specific workitem that is listed in your sub report, if so, check out the Requirement Details OOB report wich contains subreports(Work Item with Tasks). You can set the Navigation property of a textbox(in this case the ID) to "jump to URL" and specify an expression such as: =Parameters! ...Show All
Windows Forms DatagridView, miscellaneus row value
Hi all. My problem is: On rows of a datagridview, user can insert different values like number, string etc.. Now, i need to write a function that must sum only numeric or decimal values. i've a function like: [code] private void myGrid_CellEndEdit(object sender, DataGridViewCellEventArgs e) { decimal sum = 0; int lastCol = 33; for (int r = 0; r < 33; r++) { if (myGrid.Rows[e.RowIndex].Cells[r].Value != DBNull.Value) { sum += Convert.ToDecimal(dgvDipendenti.Rows[e.RowIndex].Cells[r].Value); } myGrid.R ...Show All
.NET Development DateField script ASP .NET
SharePoint uses a Script based Date control called DateField. Is this or a similar control available that does not cause postback (like the standard .NET calendar does). I need one that can be used if a person is not using the sharepoint namespace on their server. I.e. in standard dot net development. Pete, The ASP .NET Calander always performs a postback when an option is selected, because it is server based. SharePoint uses a Javascript Calandar (a really good one) which would be awsome as a .NET control. What I think would be good is if Microsoft could provde a similar control for DOT Net. Because Postbacks take too much time, and ...Show All
SQL Server SecurityException in deploying custom data extension...
Hi there! Scenario : I develop a custom data extension. This extension requires some other dlls. I placed this extension & all other dependant dlls in ReoprtServer bin, reportdesigner & in reportManger bin. I add the extension entery in RSReportServer.config & RSReportDesigner.config. Then I add the permission entries for the extension & all the dependent dlls as full trust in 3 files: rspreviewpolicy.config, rssrvpolicy.config and rsmgrpolicy.config. Some of the dependant dlls are not in the directories where the extension is and are being refered from GAC. Problem: Every thing is working fine in Visual Studio Run command & ...Show All
Visual Studio Team System Get Latest and Check-out Behavior
Is "Check Out for Edit" behavior different depending upon multiple users vis-a-vis multiple workspaces For example, I modify a file in Workspace_1, check it in, and then switch to Workspace_2 (both workspaces are in my local machine and have the same file mapped). At this point, Workspace_2 has an older version of the file. If I now switch to Workspace_2 and do "Check out for Edit" , SCE shows a dialog box asking me whether I want to open Server version or Local version of the file. Doing a "Get Latest Version" also retrives the latest version (with changes checked-in from Workspace_1). Does the syst ...Show All
SQL Server New SQL Database?
I posted this in "Visual Studio General" a few days ago, but got no response. I am running VSTS 2005, and I have Microsoft SQL Server 2005 Developer Edition installed on my machine. I would now like to create an application that has its own database file (.mdf) included. From within my VS project, I go to "Add New Item". I select "SQL Database", put in the name, and hit [Add]. At that point I get a message box with the title "Local database file", saying "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be close ...Show All
