Tin Aung Soe's Q&A profile
Architecture Project Estimation
Hi, I am given a chance to Bid the project. I have been given the requirements which is just 3-4 pages, very high-level. Based on this I have to do some effort estimation. what are the parameters I should take care initially (not going much deep) and should i use any Project estimation tool or excel is okay. someone having this experience can shed some light here . .. Kind Regards, Paresh. these were really usefull. specially the java online estimation tool is great. thanks and cheers. Paresh ...Show All
Game Technologies: DirectX, XNA, XACT, etc. F14 XNA Game with Full Source
Well here it is. I finally got my first game into a releasable state. Screenshot, video, and full source available after the jump. http://aroganworld.blogspot.com/2006/09/f14-xna-game.html I couldn't have done it without the great help from this forum (and all those xna sites). Let me know what you think. arogan wrote: Thanks. Oh and if anybody is interested in hosting the file let me know. I really don't have a good place to host it. It's around 4.4MB. http://www.sourceforge.net is another good place for hosting open source Great game to be your first shot at it! : ) ...Show All
Visual C++ Passing data between separate applications
Previously, I employed the use of CEvent objects as a trigger to produce synchronized operation of two separate projects. Now, I have to figure out out to feed hardware acquired data from one application, into the analysis application which was synchronously started. I know this is a rather poor setup since acquisition and analysis should happen within the same app, but in this case, the latter was handled by another dev group. I do know is that the CEvent object can be set and reset to signal change, but is it possible to use it to pass values I need to pass water level readings so naturally its a double (float64). I'm not too sure if there's already an existing post for this too, or even if CEvent is not the right method to use in this c ...Show All
Visual Basic How do you direct 'PrintPreviewDialog1' print output to 'PrintDialog1.ShowDialog'
My PrintPreviewDialog1 works fine, also my PrintDialog1 where I can specify the usual printer, copies etc. and work with the result to access eg. the Copies. However - the PrintPreviewDialog1 'Print' button simply prints one copy to the default printer ... how do I set this button to link to PrintDialog1 instead The usual If PrintPreviewDialog1.ShowDialog = (the items available) then ..... etc. doesn't intercept if the user has clicked the Print button, this action just fires-up the print routine direct. Any clues Nick B Hi Nick, You're right, I forgot about the print preview needing to run the PrintDocument events to provide the preview. It gets a little patchy now but add a SkipDialog boo ...Show All
Windows Forms TreeView question
Whenever i select a node .. then a select another control (lost focus) for example a button ... the selected node is not highlighted anymore. How can i force the selected node to always be highlighted ... ...Show All
Visual FoxPro Dbf Autoincrement with ADO
Hello everybody, I created a table with an autoincrement field( CREATE TABLE `Synch_LogFile` ( `ID` I Autoinc NOT NULL, `TableName` C (100) NOT NULL, ...) ) when I try To open it by ADO with VB (Select * From Synch_LogFile) I get this error message: [Microsoft][ODBC Visual FoxPro Driver]Not a table. What's I'm doing wrong Thanks, 1) it will not work with ODBC and newer table capabilities such as autoincrenent fields as I said. On top of that you are invoking MSASQL and nto VFO ODBC Driver 2) Should work with OleDb Provider. What is your code to update What is the failure error message Remember you cannot/should not write to the autoinc field as it fills automatically. Also remember to provide values for any columns wit ...Show All
Visual Studio Express Editions Compiling Native DLL- Absolute Noob
I'm a noob to VC++ and C++ in general. I managed to use the IDE with the windows SDK to creat a DLL that works great. My problem is that the DLL seems to require .NET to run. How can I compile the DLL so .NET is not required, am I correct to understand that this must be compiled as "native" Chris You were absolutely right about the redistributable package. My IDE and SDK were out of date so I rebuilt everything with the latest versions. I then double checked the parameters you mentioned. I still had the same problem because I didn't have the redistibutable package installed on the test machine, as soon as this was installed everything worked great. Thanks for the help ...Show All
Visual C# SPI_GETACCESSTIMEOUT Retrieving the values
Hello all, I am pretty new to the c# programming arena, that doesn't mean I haven't programmed before!. My problem is in accessing certain settings from the user32 library for the SystemParameters function. I want to bring back the ACCESSTIMEOUT Settings it doesn't matter how they are stored, just to return the values in a variable would be good. I have tried to return this function but to no avail and I know I am doing this incorrectly. First of all I have setup public const uint SPI_GETACCESSTIMEOUT = 0x003C; This takes care of the uiAction in SystemParametersInfo(SPI_GETACCESSTIMEOUT, uiParam, pvParam, fwinIni) The uiParam is the tricky part because I need the sizeof(ACCESSTIMEOUT) returned in cbSize. Because I am u ...Show All
Software Development for Windows Vista Windows Vista FEB CTP Sata Driver
HI i have 2 sata drivers on raid 0, when installing windows vissta, the installation is not able to see the drivers i click add drivers, i click on the driver, install but i cannot see my hard drive,any ideas nvidia 4 chipset. The nvidia has already published beta drivers for SATA. I'm using Silicon 3112 SATA controller. I have had problems installing the driver for Vista. Actually i was able to see the drivers from Vista. But they never worked. I checked the silicon website, they dont have drivers for 3114, only XP! Are the XP ones which you loaded Can you please advice Or do I have to load them in a similar way as happening with XP, before I move into window setup ...Show All
Game Technologies: DirectX, XNA, XACT, etc. running a project
I'm new to this and i am having a problem. I am doing a tutorial on how to create a 2D sprite and when i try to debug it and run it the application won't even pop up. I'll have to drag th yellow arrow down, and when it finally runs, i just get a blank grey screen. is there something wrong with my XNA or do i just not know what i am doing Does the empty game project run Does SpaceWar run Do the tutorials in the help file work I'm with Jim though - what yellow arrow are you talking about Aha, you mean the yellow 'debugging this line' arrow. Start without debugging will help that but won't actually help you debug any problems. DO you have a break point (Red circle) on that line Try removing that. Ho ...Show All
Visual Basic combobox has no TopIndex Replace???
Is there a method replacing the topindex method in vb.net 2005 that vb6 had with the combo box control. No the topindex is used to get the position of virtual combo box that scroll with the real combo index for index to display a virtual tool tip of the relating customer in the real combobox. Public Sub SetItemToolTip( ByRef i As Integer , ByRef s As String ) Dim rc As RECT Dim lTemp As Integer Dim n As Integer rc.Left_Renamed = 0 rc.Right_Renamed = VB6.PixelsToTwipsX(ComboBox().Width) \ VB6.TwipsPerPixelX lTemp = SendMessage(ComboBox().Handle.ToInt32, CB_GETITEMHEIGHT, i, 0) 'UPGRADE_ISSUE: ComboBox property ComboBox.TopIndex was not upgraded. Click for more: 'ms-help://MS.VS ...Show All
Visual Studio Can VS2003 be installed after 2005?
I have a PC with XP Pro service pack 2 with the following installed: Microsoft SQL Server 2005 + service pack 1 Microsoft Office 2003 + service pack 2 Microsoft Visual Studio 2005 All are full installs so there's a variety of related installed programs also. Do I need to uninstall Visual Studio 2005 before I can install Visual Studio 2003 and then reinstall 2005 it's a good question and im not sure but its best to install old -> new to make sure it doesnt overwrite files, cause any misconfiguration etc.... you should be ok logically (no idea about in practice) since the .NET Framework and the VS are installed in seperate directories. Best thing to do is to remove VS2005 including the .NE ...Show All
.NET Development how can i register multiple objects in a single .net remoting configuration file
I have a class library i want each and every class to be a remote object in the remoting server.how can i put each and every object in the remoting configuration file. I have use this code so could you please tell how to configure this to multiple objects and how to configure client app config file to capture the objects TcpChannel channel = new TcpChannel (8888); ChannelServices .RegisterChannel(channel, true ); RemotingConfiguration .RegisterWellKnownServiceType( typeof (WMSDataLayer. clsLine ), "HelloWorld" , WellKnownObjectMode .Singleton); //ChannelServices.UnregisterChannel(channel); //channel = new TcpChannel(8889); //ChannelServices.RegisterChannel(channel, true); //RemotingCon ...Show All
Microsoft ISV Community Center Forums Office XP VBA can't find reference after saving by Office 2003
Situation is: 1) I created VBA in Excel XP, and added reference to "Word" object -- version 10.0 2) I open that Excel in Excel 2003, and now the reference automatically changed to -- version 11.0 Word object 3) I saved file, then open it again in Excel XP Now the reference to "Word" object shows "missing" in VBA project, and it still refer to version 11.0. Any idea how to fix that Instead of modifying the reference in VBA project. Can we stop auto update of dll reference in Excel Regards, Robin <<Situation is: 1) I created VBA in Excel XP, and added reference to "Word" object -- version 10.0 2) I open that Excel in Excel 2003, and now the reference automatically changed ...Show All
.NET Development IO.Ports STX,ETX
Hi I'm developing a program that communicates with a printer that's using STX and ETX protocol, the answers are not of the same length, how should I read, should I use ReadExisting() Should I use SerialDataReceivedEventHandler My idea is to trigger the event when I've received ETX, how will I do that Has anybody had the same problem Don't use ReadExisting(), it converts the received bytes to a Unicode string. Use Read(byte[], int, int) instead. You'd normally use the DataReceived event to keep the UI functional. Store the bytes you get from Read() into a byte array, keep reading until you have enough bytes to recognize the printer's response. Beware that DataReceived runs on another thread so you shouldn't touch any forms or cont ...Show All
