J.Eubangus's Q&A profile
Smart Device Development How to use C++ in project Net Compact Framework
Hi all, I am new with Net Compact Framework.Cos i always use evc++. Hope that i don't make some stupid question. Now i need the graphic ( with button, colors, everything like that ). In vs2005 beta 2,for vc++ it supports only MFC.So it's not interesting like in win32 where we can use Qt. So my question is that: can i use c# with net compact framework to make an interface graphic user, and use C++ for the other Cos in C++ project i can use C with ...Show All
SQL Server Losing umlauts in SQL Templates
Hi there, does anybody know why I'm losing all umlauts whenever I drag a custom template to a script Double-clicking works fine, but I definitely want to avoid a unproductive workaround like double click > mark all >copy > paste in other script. We work a lot with shared templates and we cannot avoid using umlauts in the scripts. Any expericences or suggestions Thanks in advance Thomas S ...Show All
Visual Studio 2008 (Pre-release) Cannot get EventSetter to work
If my understanding is correct you use EventSetters to assign handlers to events in Styles. I cannot get an event setter to work. < Style TargetType = " {x:Type Button} " > < EventSetter Event = " Click " Handler = " ButtonClickEventHandler " ></ EventSetter > </ Style > This will not compile. It says 'The Handler attribute is not declared', although if I access the Event ...Show All
Visual Studio Team System Backup you data with Team Foundation Server Beta 3
Since the documentation looks to be outdated: What are the steps to take to backup all the data within TFS3. It should be a backup of all tables (including SharePoint Services and Reporting Serves data) from SQL Server and a backup of Windows SharePoint Services. Is that it Are the attachements now stored within the database Thanks, Neno Yes, all of the mutable data is now within the database. So backing up TFS is just backing up all ...Show All
Smart Device Development System Log - Is there one? Where should I log application data...
I'd like to log application data/events somewhere. Is there a log system already for PPC, and if not anyone got any recommendations for FREE prebuilt classes that provide logging functionality such as "maximum file size" etc. Thanks! I'd log directly to a file in the same directory as my executable. For some links see this: http://www.danielmoth.com/Blog/2004/11/debugwriteline.html Cheers Dan ...Show All
Software Development for Windows Vista What kind of Host Application to use?
hi I didn't really get behind this whole thing of persistence, and host application. Therefore I have following question: We are developing a asp.net web application, where order can be made. After defining the order, the workflow should be triggered, and is used to control certain sla (service level agreement) times, in which certain actions should take place. For example: After 8 hours the order is checked if it was given clearance ...Show All
Visual Studio Transparency for VS2005 splash screen icon?
I've gotten my icon to appear on the Whidbey splash screen as described in the help. However, it seems that topic was written for Everett, so some of the information is out of date. For instance, it says I should use a background color of 0x0000fe00, presumably for transparency. If I use that value in my icon, that color actually shows up and my icon displays perfectly square instead of a diamond shape as I intended. What is the new value I ...Show All
Visual Studio Babel Icons
I notice that the intellisense icons in 2005 are true color instead of 16 color icons. I tried changing the completionset.bmp image to use true color icons in the babel language service but VS.Net is showing the icons in 16 color format. I assume that when you create the imagelist, it knows the color depth of the bitmap. I also assume that you can store a true color bitmap as a resource just like any other bitmap. Unless any of the above assumpt ...Show All
Visual Studio Help, uninstalling beta 2
i uninstalled vs2005 beta2, but unfortunately in the wrong order. now, the device emulator 1.0 beta 2 installed, but it is stuck. I can't uninstall it because it asks for an msi file. this file is on the beta 2 dvd, which I don't have anymore. could someone send me this msi file its in the \vs\arm folder on the beta 2 dvd thanks Try running the uninstall tool: http://go.microsoft.com/fwlink/ LinkId=47598 ...Show All
Visual C++ VC++ 2005 Intellisense not working with Win32 SDK
I am disappointed to find that the new VC++ 2005 Intellisense does not seem to play well with the Win32 SDK macros. Please tell me I'm doing something wrong here: 1) Create a new project: Win32 - Win32 Project - Windows application 2) Scroll down to line 110 of the auto-generated cpp file. Position the cursor after the opening parentheses of CreateWindow(...). Press CTRL+SHIFT+<space>. Intellisense displays the error message "Co ...Show All
Visual C++ How to interrupt a continuous plot?
I am using visual C++ 6.0 to program a data acquisition system. I am continously plotting data within a loop but am unable to access the file menu (or any menu) during the plot. It seems that any other inputs are blocked during plotting and it doesnt allow access to a user input to stop the acquisition. Any suggestions would be appreciated Cagla This is very difficult! Interrupting ...Show All
Smart Device Development TAPI, TSP, LINE_APPNEWCALL
We are writing a TAPI project for a WinMobile Smartphone. The program answer an incomming call upon receiving a LINE_APPNEWCALL message. But WinCE also try to answer the call. How is it possible to block the standard behavior of the Operating System to answer an incomming call Yes - I have exactly same question. Right now we are using strange "technique" - like kill standart answering app. It wo ...Show All
Windows Forms It's your old pal Scotty....
I am building an app that requires a user to complete info on a form, then click "Next", complete more info, then click "Next" again. Also, the user can go back at any time by clicking "Previous". It's a wizard-like interface. Anyway, I am currently doing this to go to the next form: Form2 theForm = new Form2(SomeObject); theForm.Sh ...Show All
Windows Forms Slow rendering
Question ======== How do you configure a datagridview so it will be drawn/painted fast The whole DataGridView should be drawn at once and not individual cells one at a time. Problem ======= We have a Windows.Forms application in which we populate a DataGridView (.NET 2, NOT DataGrid) with objects contained in an ArrayList. The problem is that we can see when each cell is being rendered. It works really slow. Once it's rendered ...Show All
SQL Server ~* Total Pages mismatch *~
Hi, The number of pages in the report viewer and the number of pages in print preview are different. how could the prob. be resolved... Thanks in advance. Cheers Chakri. The Report-Viewer doesn't follow the page-properties (height/width/borders) and so it doesn't make page-breaks if your page is "full". Why is this bothering you ...Show All
