herowukong's Q&A profile
Smart Device Development Disabling top line in Win Mobile 2003
Hi. I'm using CF 2.0 under Win Mobile 2003. Could you tell me how I can disable top line (which consist of StartMenu, time, some connection logos, etc...) I execute some programms from my programm and I don't want users to switch to another ones before they exit executed. Thank you very much! I can do windowstate=maximized for forms I've created but It doesn't work with other application's forms ...Show All
Visual Basic invisible textbox - more complex than it sounds
It have made a custom combo box that uses icons and populates the list in it to that of windows explorer combo box for browsing. Well I would like the user to edit what is in the combo box. But if I change the combo box style so that it can my icon and all other code is disabled. So if I could have a textbox that is invisible but the text isn't. I could easly modify my code to make it look like the explorer bar. But if anyone knows a way I ...Show All
Smart Device Development ListView problem
Hi, i have tabcontrol containing two tabPages. One of the tabPage contains a ListView with dock property set to FILL. if i leave the default view for the ListView.view property alone, i see the items i added (though not the way i want them to appear), but if i change the view to DETAIL, i see nothing. Anyone have any idea why this is happening so if i have: this .ctlLv.View = View.Details; ListViewItem lvi = new L ...Show All
SQL Server SQL 2005 Setup won't reinstall
I recently uninstalled SQLExpress so that I could install the Enterprise edition, but when I run the setup for the Enterprise edition it thinks that I have everything except books already installed and therefore it won't allow me to install the new version. Anybody know what would cause this Thanks in advance I had the same problem. I uninstalled & reinstalled following items .Net 2.0 SQL Server 2 ...Show All
Microsoft ISV Community Center Forums Read data from excel through VB.NET
Hi friends, I need to read symbols(like ALPHA,BETA,MEU) from excel and show it in a data grid through VB.NET.Later insert it into Oracle 8i DB. I am able to read entire data but i am getting 'a' instead of ALPHA symbol and 'b' instead of BETA symbol. I am querying excel via OLEDB provider.The following snippet is using for accessing excel. Dim MyCommand As System.Data.OleDb.OleDbDataAdapter Dim MyConnection As System.Data.OleDb.OleDbConnection ...Show All
Smart Device Development Odbc link for ppc
Hi I want to make a ppc application and write data from the ppc to a local access database, i've seen it's possible with odbc.. but i don't know how Can someone help me with this grtz I've outlined that here, please take a look: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=287811&SiteID=1 ...Show All
Visual C++ help with getline() bug
Ok im using visual c++ 6.0 and the getline() has a bug in it : The Standard C++ Library template getline function reads an extra character after encountering the delimiter...... The resolution given at http://support.microsoft.com/default.aspx scid=kb;EN-US;q240015 calls for me to: Modify the getline member function, which can be found in the following system header file string, as follows: el ...Show All
.NET Development how to use collection of integer values for in clause in sql server through sql parameter variable
how to collection integer values for in clause in sql server through sql parameter variable strint iIDS='1,2,3' public void Update (string Name, long PID, string iIDS) { string SqlCommand = @"UPDATE Inventory SET PID = @PID WHERE I_ID in (@ iIDS)"; Database DB = DatabaseFactory.CreateDatabase(Name); DbCommand DbCmd = DB.GetSqlStringCommand(SqlCommand); ...Show All
Visual Studio Express Editions Converting unicode characters
Hi, I'm making a chat client program and I'm getting information sent from the server that comes up as on my server trace. The only thing I can think of is that the information is in unicode. Is there any way of decoding the unicode characters into characters that are recognisable It's only the names that are like this and 1 part of the challenge the server uses to authenticate (this is important). The richtextbox is compatable with un ...Show All
Visual Studio CVS and Source Control Plug-Ins
Hey all, I have been using a CVS-NT server installed on a Windows Server 2003 box for source control. I was also using the PuskOK CVS-SCC proxy plug in (from www.pushok.com ) to access the repository from the IDE on a networked WinXP machine, and access the repository using sspi and windows authentication. It worked well under VS2003. I have not made any changes (indeed, it still works well under VS2003), but VS2005 Team System does not remember ...Show All
SQL Server PIVOT question
I have a basic table consisting of several thousand records. Im trying to generate a pivot query for a report. the table consists of records, each of which has a recieved date ( small date time ) and a tranactioncount ( int ) . Im looking to generate a PIVOT to show the show the month and year counts for the files recieved ie YEAR | JAN FEB MAR APR etc 2004 ! 2 34 67 43 2005 | 12 2 3 1 can anybody ex ...Show All
Visual C++ Post-build events in VC++ 2005 always running
Why are post-build events (Configuration properties - Build Events - Post Build Event) executed regardless of whether any build occurred in the main part of the build If nothing changed in the project, i.e. the main build never occurred because it was already up to date, a post-build event is still run. In VC 6.0 when the build was up to date, the post-build event did not run which is the behavior I desire. Should this be filed as a bug o ...Show All
Windows Forms Easiest way to work with the KeyBoard??
Hy! First, sorry, if i'm at the false category.. And now my problem... I have a MainWindow...and on it i put at Runtime...some UserControls. Now i have 4 user controls on it, and want to catch the KeyPress-Event... For Example...if the User press ESC that&nbs ...Show All
.NET Development Static functions
Hi all, I wrote a class in VB.Net for general use of the UI layer. The class is responsable for reading and writing values from the serial port. I have also four windos forms, each one needs to use this class. What is the right way to do: Is to make the members and the methods of the class as static, then I can allocate the class for once in the Initalizing application and use it all the forms. Or, to allocate it each form, but th ...Show All
Visual Studio Express Editions Security Exception Was Unhandled - Projects Stored On Network Drives
This question is related to another on which I believe was never properly resolved. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=158316&SiteID=1 I have the same problem with using the C# Browser Object from a project file that is stored on a network drive. The workaround was to store the projects folder on a local drive. I need the resolution and not the workaround because my data and projects are stored under my docume ...Show All
