jresnick's Q&A profile
Windows Forms Prevent datagridview showing glyphs when working with rows
Hi @all! I'm currently working with the .NET 2.0 datagridview. I've overwritten the datagridviewrowheader class to display different icons in the rowheader. That's fine so far. But the grid still displays these glyphs in the background of the rowheader cell. With the property showeditinglyph it's only possible to disable the editing icon, but I don't want the datagrid to show any icons or glyphs. How can I disable this functionality in the ...Show All
.NET Development MMC 3.0 SDK
From the MSDN site there are several samples and documentation about the new managed MMC 3.0 extensions. I tryied to look in the april platform SDK (the last one I found) but there isn't any MMC 3.0 sdk. Does somebody knows where can I get it Thanks, Pierre The new managed MMC SDK has not yet been released. The documentation is available online but the SDK itself containing the Microsoft.ManagementConsole assembly is not publicly available ...Show All
.NET Development Read Oracle DataType Number into Typed Dataset with Int32
I have a typed Dataset with several Tables. All of the tables have a ID column of Type System.Int32. I then read a Datatable from my database with the adapter.fill method and merge this table to the table in my dataset. With SQL-Server everything works fine, but if I use Oracle as datasource, I have a problem. In my Oracle database I set the datatype of my ID column to NUMBER (see no other possibility). If I fill this in the DataTable, it is ...Show All
Software Development for Windows Vista Problem with install release VS 2005 Pro on Vista Build 5270 (december)
I got error "Please close Suite Integration Toolkit Execute" after run setup.exe of VS 2005 on the clear machine with Vista How to fix it ...Show All
Windows Forms How can i find the user?
Hi to all, i am sorry about my english becouse i am an italian. I need to know how i can (with visual basic 6) find the users (also the guest) that are connected at my w2k server. I need to know their userName&nbs ...Show All
Visual Basic combobox fires while loading data
I am adding items to initially load a combobox from a database. With cmbLocation .DataSource = gConn.QueryDBTable("Select * from chwhse_WAREHOUSE order by WHSENO") .DisplayMember = "WHSENO" .Valu ...Show All
SQL Server Wishlist: MOST WANTED Tasks, Sources, Transformations, and Destinations?
Until there's an Integration Services 2.0, what custom components would you most like to see examples of The documentation team is starting work on the 2nd Web refresh of Books Online and SQL Server samples, anticipated for release around April, and may be able to incorporate some requests as samples or BOL topics. I scanned Kirk's "Requests" thread and, although many requests are for tweaks to existing SSIS widgets, I noted the following ...Show All
SQL Server Removing Databases
Using SQL Server Management Studio, I see 4 entries, master, model, msdb and temdb, under Databases -> System Databases. Which of these can I safely remove, if any Thank you Hi there, I don't think you should remove any of them....Each of the system databases is there for a purpose and removing one or more will adversely affect your database server (possibly to the point of inoperability). Below is a link ...Show All
.NET Development Enterprise Library DAAB
Hi all... I would be extremely grateful for some help. I get the feeling I'm missing something simple, but I can't see it myself. I'm attempting to use the Enterprise Library to access a stored procedure in a SQL Server database. I need to retrieve both table data AND an output parameter. The table data is retrieved fine, but for some reason I am unable to retrieve any value save DBNull from the output parameter. Code snippet is ...Show All
Visual C# How to read any office document
Hi! I'd want to know if there's any class or library to open office documents and then read them. With the conventional method, creating a StreamReader and so, sometimes strange characters are read, for example if the document contains tables or images. What I want to do is, for example, open an existing file (.doc, .xls, .pub, .ppt etc., even .pdf) , read the whole document and then count how many times appears each word. Is this possible Ho ...Show All
SQL Server Resources about Load/Run SSIS packages using .NET Remoting.
Hello, I don't have a specific problem, I'm looking about resources because this is the tipical case when something is working but I don't know why .. On particularly I have to load and run a dtsx package from a window application and the package is located on the server. I decided to use .NET Remoting. I developed my "Remotable Object" which contains: package = Microsoft.SqlServer.Dts.Runtime.Application. LoadFromDtsServer() packag ...Show All
SQL Server Right Hand Side Of Report is cut off
I have a table control on a report that is when it is displayed it shows the right side of the report being cut off. If I go to the next page the report displays properly. When I go back to the first page it then displays properly. How can I get it to display properly the first time it is viewed Hi Trish, We are currently facing the same problem so I was wondering whether you already found a solution ...Show All
Windows Forms textproblem
Hello, I've got a problem with showing a textfile in a correct manner. Blank characters makes my "columns" that I have made with blank characters/tabs. Let me show what I meen... my textfile: text mjukdjur datum 9999-66-33 &nb ...Show All
Software Development for Windows Vista EventHandler won't fire in state machine when calling event from host
Hi, I have written a simple state machine which is very similar to the order example comes with WWF Jan Lab Beta 2. I created the following service public class NavigationService : INavigationService { public event EventHandler < NavigationEventArgs > StartPageStart; public void RaiseStartPageStartEvent( Guid instanceId) { if (StartPageStart != null ) //StartPage is null when host calling ...Show All
Smart Device Development Windows Mobile
Hi everybody, this is the first time i am here, so, i hope not to make many mistakes. the problem i have now is that a customer wants, for any reason, the date/time application of a Windows Mobile Operating System to be locked, so nobody can change the date or time, Do you know a way to do this Oscar markpre_ms wrote: There is no way to stop the user from changing the date and time on a window ...Show All
