Mike.Dormitorio's Q&A profile
.NET Development self-completing distributed transaction?
Please see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144757 I think I may have originally posted to the wrong forum. Thanks! ...Show All
Windows Forms how to get handel or charchter when keypressed with axwebbrowser
i would like to get the text that is written in axwebbrowser in any textbox.or text area that in the page downloaded..howa can i get it i try to use mshtml.HTMLDocumentEvents2_Event.onkeypress but it doesnot work ...Show All
Visual Basic comparing rows in a table
I have a table that collects Sequence Number (auto number) TimeStamp (date and time) TechID (employeed who scanned a transaction) Time Difference I would like to order the data by techid and then by sequence number then update the time difference field by comparing the time between two records. Record 1 SEQNO = 12345 TECHID = 1 TimeStamp = 5/16/2006 12:13:58PM Record 2 Record 1 SEQNO = 12346 TEC ...Show All
Visual Studio Express Editions visual express install
I want to get Visual Express software. I followed instructions to manually uninstall the previous beta 1 versions before downloading beta2. But you did not tell me the order was important until too late. I uninstalled the old .Net framework beta 1 somewhere in the middle. Then, hoping to correct the error, I used the tool you provided to uninstall, but it did not prevent the problem that came. I then download 6 hours of .net ...Show All
Visual FoxPro Can't write to new tables.
Hey, I was given the task of updating a project in .NET and foxpro. I opened up the foxpro database and added a couple tables. I can write to them from the command line, but I can't insert or update records through the oledb. The users have write access, and can write to any of the old tables, but not the new ones. I am doing this in VFP 6.0. I don't know what the version to make the originals was. What am I missing ...Show All
Windows Forms using a syntax highlighting control...
Hi, I'm creating an app that uses a syntax highlighting control. The keywords that will be highlighted are in xml files. Now, my question is: what should I do: should I load these files every time they are needed (whenever the user asks for&nbs ...Show All
SQL Server List of Approved Assemblies
Where is it documented what the list of approved assemblies are for SQL 2005. Also, is there a way via T-SQL, or other means to get it programatically Here's a link to BOL that provides this information: http://msdn2.microsoft.com/en-us/library/ms403279.aspx Steven ...Show All
Visual Studio Express Editions Bug In VB Express If Statement?
Howdy Folks, With the following code, the IF Statement doesn't compare the two strings. It assigns the value of mainPartNum to Me.PartsDataSet........etc. I only have 20 rows of data and twenty part numbers 5900001 to 5900020. If I put 5900088 in the TextBox, that same number is assigned to the Me.PartsDataSet.Part_Numbers(i).PartNumber and I get a match = true. I viewed the values with a MessageBox. Whatever I type into ...Show All
.NET Development Operation must use an updateable Query
Hi, I am using VS 2003 and C# with OleDb connection to read and write from Excel spreadsheets. I have no problem reading Excel data but when writing to Excel I got this error on this line: oleCmdInsert = new OleDbCommand(@"INSERT INTO [Sheet1$A1:A1] VALUES ('ABC')", _oleConn); oleCmdInsert.ExecuteNonQuery(); Here is the error: System.Data.OleDb.OleDbException: Operation must use an updateable query. at System.Data.OleDb.Ol ...Show All
.NET Development Database Update problems
I have concluded the OleDbDataAdapter.Update() function works, and the SqlDataAdapter.Update() function works, but the System.Data.SqlClient.SqlDataAdapter.Update() function does not work. Is this ADO.NET function disabled in the C# Express 2005 product downloaded from the MS WEB site Is there another way to obtain a working copy of this program that does work I am currently using Runtime Version: 2.0.50727.42. I've reviewed ...Show All
.NET Development xml serializing
i have a class that i want to serialize it into xml, actually my class have some fields that i want to serialize them by calling one of their methods rathaer than using xmlserialization. the question is how can i do this In v2.0, you can achieve this by implementing System.Xml.Serialization.IXmlSerializable interface's WriteXml and ReadXml members. This way you have complete control over the xml serialization. ...Show All
.NET Development How to force date format to custom format.
I have a program whose default UI culture is German. I also have satellite dlls with English and Catalan resources. The program shall run in Spain with Catalan UI. We have an English Windows XP with German and Spanish MUI packages installed, and English as well as German UI work fine from our program when selected as UI languages in Windows respectively. But how can I get it to show the Catalan UI When I turn on Spanish Windows UI I get the Germ ...Show All
.NET Development IPX under C#
Hello, I have to write an a C' application supporting the IPX protocol - to get a socket I would use _server = new Socket ( AddressFamily .Ipx, SocketType .Dgram, ProtocolType .Ipx); but I'm suckt with the Bind function - how I'm setting the EndPoint for a Networkcard. I'm onliy find the IpEndPoint and so on but nothing for IPX - may someone could help me This is what happens ...Show All
.NET Development WSE / DIME File Transfer Performance
I'm working on an file transfer gateway using WSE with DIME for file attachments. Our goal is to replace our direct file repository access (via windows network folder sharre) with the Web Service gateway for security purposes. As it stands now, all workstations have direct read-write access to the file repository share. The Web Service gateway will secure this for us. While the web service gateway is more secure, it doesn't perform anyw ...Show All
Visual Studio IIS with Source Safe and Apache
Can Apache be used instead of IIS with Source Safe If you are asking if the HTTP plug-in for SourceSafe will work with Apache instead of IIS as the web server my guess would be the answer is 'no'. Does Apache support ASP.NET Web Services If not then I don't see how things would work since the HTTP plug-in calls various ASP.NET Web Services to do the actual work of accessing the SourceSafe database. ...Show All
