MichaelHight's Q&A profile
Smart Device Development Pocket PC 5.0 SDK messed up with my application
Hello everbody. I recently installed Pocket PC 5.0 SDK, after that all my smart device application forms that were inherited from a main form contataning some topbar controls started behaving unorthodoxly, now the inherited controls do not displays on my child form, whats gone wrong anybody Regards NaUmI Hi, What Project type are you seeing this issue on So to read what you are saying - you have Visual Studio 2005 with a ...Show All
Windows Forms DataGridViewComboBoxColumn not displaying stored value
Hello, I am having a lot of trouble with the datagridview. My datagridview holds data of the child table. It does populate fine. However the problem comes when I want to add a combobox to the datagrid. Toward the end of the code below I add a combobox and bind it's source to the appropriate look up table. When I run the application, the column is added and it does have the values of the look up table, however it does not show the currentl ...Show All
Windows Forms How do I know the version of Crystal Reports that I am using ???
How do I know the version of Crystal Reports that I am using. I am using Crystal Reports that has come bundled with Visual Studio 2003. How do I know its Version ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Rendering anti-aliased smooth text
Hello, I searched for a way to render an anti-aliased smooth ( and with a ClearType) text, But I didn't find . I want also to add a shadow to the font Thanks, Mustafa ELBanna MustafaELBanna wrote: Hello, I searched for a way to render an anti-aliased smooth ( and with a ClearType) text, But I didn't find . You probably don't want to us ...Show All
.NET Development Access/VB.Net Question for Paul Domag - if Possible
Hi Paul (or any other Access/Vb.Net Pro) I’ve seen you leave some wonderful elementary examples of updating Access databases doing OLEDB table updates via DATASETS. A difficultly is that when I apply them in complex situations they don’t work. I can update an existing Access table when I add a new record. That’s not a problem. Other scenarios fail such as: 1.) Adding a column to a table in a dataset ...Show All
SQL Server Data Source Views
I'm looking for examples of using Data Source Views as data source within a Data Flow. I have looked through the code examples supplied with the CTP but no joy. Thanks Al You do not have to write code to use DSVs with Data Flows in SSIS. You need to create a new Data Source and then a new DSV based on that Data Source. Now add a new connection based on the Data Source to the Data Flow. Add a OLEDB Source compone ...Show All
Visual Studio HTML Editor Context Menu
Does anyone know what the Guid and ID to hook the HTML editor context menu is There is additional information regarding this post in the GetMarkerCommandInfo in HTML Editor thread ...Show All
Windows Forms What permission is required for Process.Start()?
If I do a Process.Start() in a medium trust environment, I get a SecurityException. This is not documented in VS .NET 2003. What permission do Process & ProcessStartInfo require Frustrated in launching land. Mark Levison hi all, this is an  ...Show All
Windows Forms Application Improperly Formatted Error - no space in assembly name
I have been unable to figure this one out. All other posts suggest that have spaces in the names will cause this but all my names are a single word. __________________________________________________ PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment. ...Show All
SQL Server Why is the DisableEventHandlers property not accessible for eventhandler containers
On the face of it it doesn't make sense to give each eventhandler container a DisableEventHandlers property because eventhandlers can't catch their own events. BUT...I've found somewhere where this isn't the case. If you have eventhandlers in a package that is called from another package then the eventhandlers raise OnPostExecute events (and others) that are caught by the eventhandlers in the calling package. This is causing me HUGE problems at ...Show All
SQL Server try to setup membership with ASP.NET configuration
When I whant the use the new ASP.NET configuration tool (2005) and I want to define a provider I get the following error. You should know that on installation of VS 2005 SQL-Server Express did not install and I installed SQL-Server 2005 (shiped with VS 2005). So now it seems that VS waits for the Express edition. I changed under Tools/Options/Database Tools/Data Connections the SQL Server Instance Name to "MSSQLSERVER" but this does ...Show All
.NET Development How to read values from database
Hi, I have created the MS Access database file and also added in my webtest, but now I unable to read the values or write value in the database. I do not found any option for reading values from database. Also I do not get any help in the msdn help or on the net. Please help me. Thanks, Hi, Do you want to read/write the values programatically If so, try looking up on the OleDbConnection and other OleDb objects such as Ole ...Show All
Software Development for Windows Vista 16x16 File Folder icon 16bit version?
Can someone send me the File Folder Icon from Windows Vista I wanna see how it looks in 16bit colors. Send it to windowsdesktopsearch@gmail.com Thanks in advance Michael www.windowsdesktopsearch.com VistaGuy, Could you please stop posting duplicate posts As Raymond stated above you will need to wait until you have got your hands on your own copy of Vista. Anymore duplicates will be removed. Thank-you ...Show All
.NET Development VB.Net 2002 and SQL Server 2005
Hi Guys, Does SQL command in Vb.Net 2002 works on SQL server 2005 Example : sqlconnection, sqlcommand, sqldatadapter... Is it compatible with SQL Server 2005 Jim ...Show All
Windows Forms setting datanavigator position for newly added row
I have a dataview bound to a datasource (with some individual controls and a datanavigator bound to it). I want to add a complete new record and am adding it to the underlying datatable as such: DataRow newrow = dataTableXXX.NewRow(); newrow["ID"] = 42; newrow["Description"] = "test"; dataTableXXX.Rows.Add(newrow); I want my datanavigator to then navigate to the newly added control. I was using: bindingSource1.Pos ...Show All
