bloodCLASSIQUE's Q&A profile
Smart Device Development Questions about inserting items to spinner control and EXPANDABLE.....
Hi, All, Thank you very much for your attention for my previous postings. I really appreciate it. I am pretty new to smartphone programming and using Visual Studio 2005, so here is my question for spinner control: How to insert items into the spinner control so that it will show And how to do the EXPANDABLE I deployed it into my device, but it didn't work... Thank you again and waiting for any response! Kun Hi, Edit controls on the smartphone are expandable as long as UDS_EXPANDABLE flag has been used with the buddied spinner control. Something like this should make it work. EDITTEXT IDC_EDIT1,29,39,60,14,ES_MULTILINE | WS_TABSTOP CONTROL "" ,IDC_SPIN1, "msctls_updown32" , UDS_ALIGNRIGHT | UDS_EXPANDABLE | UDS_AUTOBUDDY ...Show All
Windows Live Developer Forums Error
I cant get windows live to work. I keep geting this error code:8004882c Anyone know what this error is Hey Friends... I'm really so afraid with some Windows/MSN Developers, what kind of Impact Analysis they do I've got the last windows security update and my messenger stoped to work! Incredible, isn't it The same error code has been reported to me... what the hell can I do I'm using MSN 7.5 version and I really don't update to Live version because I don't wanna be a dummy tester in this "beta" (yes... beta, yet!). I'm wainting for your reply... thanks. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Controlling Aspect Ratio
So I was playing around with my XNA Control (1) for windows forms last night and got some sprites rendering based on some UI input (ie. press the "Add Sprite" button, file dialog comes up, and you pick a texture to add). I've got the control in a split container in the right pane. When I stretch the window, the sprites stretch right along with the window. The ideal behavior would be that stretching the window would simply give you more screen real estate. I'm imagining the way to figure this out will also apply to dealing with 4:3 vs 16:9 aspect ratios (2). Just need a few pointers on how to properly handle this :-) Thanks! (1)http://codecube.net/item.asp cc_itemid=314&searchstring=xna%20control (2)http://forums.microsoft ...Show All
Software Development for Windows Vista Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)
I installed Daemon Tools on Windows Vista Business. The result was that my CDrom went dead. System Restore hasn't helped. Then CDrom properties reveals this: "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)" If you update driver, you get " Windows has determined that the driver software is up to date" I've tried to connect my Sony Handycam to my laptop and get the error Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39) I'm using Windows XP and I've downloaded the drivers from the sony site for this camera and still no luck Also the other annoying this is ...Show All
Visual Studio Express Editions Show URL title in title bar
Private Sub WebBrowser1_DocumentTitleChanged( ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentTitleChanged this.Text = "Farscape Navigator - " + this.theWebBrowserControl.Document.Title ; End Sub I can not get it to show the page title in the title bar. I want to display the Web pages title in the title bar. Don't paste C code into a VB program! Try: Public Class Form1 Private Sub WebBrowser1_DocumentTitleChanged1( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles WebBrowser1.DocumentTitleChanged Me .Text = "Farscape Navigato ...Show All
Windows Forms Problem with WindowHandle
Hello, I found the below code on the internet, I want to use this to hide my notepad, Well, the hide part works very well, but to restore it doesnt work.. Now i tried separate numbers but none of them worked. So i would like to ask, does somebody know a way to fix this Or do this otherwise using System.Runtime.InteropServices; using System.Diagnostics; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private const int SW_HIDE = 0; private const int SW_RESTORE = 9; private int hWnd; [ DllImport ( "User32" )] private static extern int ShowWindow( int hwnd, int nCmdShow); ...Show All
Visual Studio 2008 (Pre-release) Stop MouseLeave from affecting Selected ListItem
I have a listitem and on mouse enter I set a storyboard, and on mouse leave i also set a storyboard. This gives me the effect i want but if a list item is selected (which means a certain selected style is set to that selected item) how can i make it so that the selected list item is not effected by the mouse leave event I've tried 2 methods, one with multitriggers and one with Eventtriggers, cant seem to get either to work. The MouseLeave Event always changes the selected list item, I only want it to affect items that are NOT selected. Here is an example of something i've tried! < EventTrigger RoutedEvent = " ListItem.MouseEnter " > < EventTrigger.Actions > <!-- StoryboardStuffHere --> </ EventTrig ...Show All
Visual Studio Team System MS Project - Seeing all information about a WI in Project
In MS Project, is there a way to see ALL information about a Work item I know if you get an error while publishing it will display a box with all the information about that work item, but I have only seen that box when getting an error. (The box contains all history, description, title's etc.. something you'd see in Visual Studio almost). Is there a way, a command, or anything, to get that box to show up on demand It would be so helpful, and would stop my boss from having to put the WI # in a web page to view the details. (His laptop is so bad it smokes when running visual Studio). Here's a surefire way to get this screen: -Open up project -Get a list of WOrk Items -Change the Resources Names to something like: RYan Tern ...Show All
SQL Server Error trying to connect to Reporting Services
When I try to connect to RS through SQL management I get this... TITLE: Connect to Server ------------------------------ Cannot connect to UKCINT\UKCAZOSQL. ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta name="Generator" content="Microsoft SQL Server Reporting Services 9.00.2047.00" /> <meta name="HTTP Status" content="500" /> <meta name="ProductLocaleID" content="9" /> <meta name="CountryLocaleID" conten ...Show All
Visual Studio Team System Unlocking a checked out file
A developer has checked out files for edit but locked it during the checkout process. How can I, havine administrative permissions, unlick this file so other developers can check the file out The "lock" item in the context sensitive menu is greyed out. In fact, can I disable the locking at all Thanks, Maggie Maggie, I'd download and use the Status Sidekick component of the Team Foundation Sidekicks product from Attrice Corporation. I use this often for just this purpose. The tool is free and can be found at this URL: http://www.attrice.info/cm/tfs/index.htm - Steve ...Show All
SQL Server inserting into sql express with vb.net
Hi guys. I have couple question about inserting values into tables. First of all I like to know , how do you start on designing multiple table data entry screens Do you design bound items or you would design the form without bounding any component and insert data with ado (manually) Also, I want to know which way is better to insert tables ADO or bound items and data forms. AS you all know after making components (objects like textboxes) you could add a new row and update the table like this. me.mydataAdapter.update(me.mydataset.mytable) how ever I know there is more way to do that which shown below; Dim newRow As KasaDataSet.transactionsRow = Me .KasaDataSet1.transactions.NewRow() newRow.adet = Me .txtquantity. ...Show All
SQL Server Cannot start SQL Server Browser
Hello, I use SQL Server 2005 for multi-user access. In the Surface Area Configuration, I changed the protocol from TCP/IP to Named Pipes and restarted the service. Then I went to SQL Server Browser, stopped it and clicked on Start to restart. I am getting a message "An error occurred while performing this operation". I am not able to get the Browser started. Any help would be greatly appreciated. I checked the error log and found a few messages for SQL Browser. Here they are: 1. SQL Browser Service was unable to establish SQL instance and connectivity discovery 2. The SQL Browser service port was unavailable for listening, invalid 3. The configuration of the AdminConnection\TCP protoco ...Show All
Visual FoxPro Problems with MS FaxServer COM object...
Hi! Hopefully somebody has seen this and knows the answer. Using any version of VFP from 6 to 9, using the FaxServer COM object provided by Windows to send out faxes. A simple code snippet is as follows: lo_f = createobject("faxserver.faxserver") lo_f.connect("") lo_d = lo_f.createdocument("test.pdf") lo_d.faxnumber = "9999999999" lo_d.send All PCs are either running W2K or XP, have FAXCOM.DLL present, and the MS Shared Fax Printer Driver installed. This code works on some of the XP PCs, but not all, and on none of the W2K PCs. The FaxServer object can be created on all PCs. However, on the PCs on which the code fails, when the Connect command is issued, I receive an OLE Error 0x80004005 ...Show All
Windows Forms simple question - Which control is running a method
Hi all. One small question. I have 4 buttons (btn1,2,3,4). They all run the same method when beeing clicked. How can i test which button is clicked inside my method Private Void TestMethod(object sender, eventargs e) { //here i want to test....which button was clicked } Thanks. Lars Thanks for trying but this dont work. Compiler error: 'object is a type but is used like a variable' my code: if (searchForm.SearchTable == "Post" ) { if (searchForm.SelectedRow[ "pc-postalcd" ].ToString() != "" ) { Button clickedButton = Object as Button ; if (clickedButton == btnSearchCollectPostalCode) { this .tbCollectPostalCode.Text = searchForm.SelectedRow[ &qu ...Show All
SharePoint Products and Technologies core.js
Hi, Is it possible to remove core.js from the pages that are rendered by MOSS. This file is 270Kb and is delaying the first access to the website In our scenario this file is needed only on the authoring environment, not on the public website. Is there any way of avoiding the include on the public environment Is the customization of this file supported Can this file be customized only for a web application on a machine with several web applications Best Regards, Luis Sousa While I suppose it is technically possible to remove all references to this file from the pages you are using I am not sure that would be the best solution. There are actually 2 different core.js files and both seem to have functi ...Show All
