Eyso Zanstra's Q&A profile
.NET Development Does any Support for SCTP?
Hello everybody , I interesting in SCTP Stream Control Transmission Protocol, so Does Windows Support SCTP or any info. in Windows Vista to support this protocol , and does .NET Framework 3 Will Support this protocol ...Show All
Visual Studio clearexport_ssafe ?
Does anyone have any experience exporting files from VSS to ClearCase . When I run the clearexport_ssafe command, I get an error saying 'Date and time are not in a recognized format' - 'Please go to the control panel and alter your Regional Settings....' - 'CM driver initialization falied' I run VSS 6.0 and is a bit puzzled why this date / time issue surfaces. Anyone Datetime is usually needed because a client wants to convert the times stored in the database to local times. The VSS client takes this information from its INI files. Unfortunately I can't speak to how clearexport_ssafe works -- that's not one of our tools. You should probably ask on an IBM support forum. ...Show All
Visual Studio Express Editions A setup program
Hello, I am going to make a simple setup program. Each page has the same buttons like 'Previous', 'Next' and 'Exit'... etc. What do you think is the best way to make the program structure I think it SDI is a better way, but how do you show the other pages from a page Thanks in advance. Hi, Instead of doing everything manually, you should look into WiX ( http://wix.sourceforge.net/ ) which is an open source framework for installation programs made by MS employees. There is a video on channel9: http://channel9.msdn.com/ShowPost.aspx PostID=187491#187491 Good luck, Charles ...Show All
Windows Search Technologies continues to display #msntb_toolbar_full_name#
Hello: When my Computer logs on, it continues to display #msntb_toolbar_full_name# Please take this off my computer. Thank you. Ellievis Ellievis, This occurs when an unisntall doesn't happen cleanly. You can resolve the problem by following the steps detailed in Cream5000's post in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PageIndex=2&SiteID=1&PostID=790921&PageID=1 Paul Nystrom - MSFT ...Show All
.NET Development how to send X,Y mouse postion..
there is a server and a client.. i connected them using sockets.. i want the Remote "client" app. to draw when i move the mouse on the host"server" app.. i got the mouse position from the onMouseMove () but i dont know how to keep sending the coordinates to the client so it can paint.. thnx. I think i have a good idea to solve the problem: byte: 0 ~ 255 This is a sample: x : 800 y : 450 You send the byte[] bt like this: bt[0] = 3 bt[1] = 35 bt[2] = 1 bt[3] = 195 When you receive the byte[] in client app,you can get the result: x = 3*255 + 35 y = 1*255 + 195 Wish helpful. ...Show All
Community Chat Connect to a database
Can anyone give me simple code for visual studios.net 2003 for a connection to a database. I have trawled through sites for 2 days now to no joy whatsoever! thanks. Do you need configuration details or code to fetch information from database The configuration details being information on where to set database connection string and how to create "connection" OR do you need sample code to start fetching data into DataSets/SQLDataReader. Salim Hemdani ...Show All
Smart Device Development CE 5 persistant store?
Please help settle: We're upgrading/fielding a mobile device that ran CE 4.2 to CE 5. Mgmt was told by a vendor that the new device with CE 5 (not Win Mobile 5) stored all data and programs in non-volatile ram and persisted everything. But when I tested it, let the battery drain, all the data I put on the thing was gone. I could reload the os image from the card (I think that's where it was) but everything not in the image was gone. Now I'm reading that Win Mobile 5 protects all data and apps from power-related loss because it mounts the entire file system and registry in persistant store (rather than using RAM) ... from http://msdn.microsoft.com/windowsmobile/learning/whatsnew/default.apsx But I don't see anything that CE 5 does ...Show All
Visual Basic Dataset .vb file Disappearing
The following has occurred several times on my system: In my program, I have a dataset called Cornerstone.xsd While programming, an error occurs and VS 2005 shuts down. When I reopen, VS says it can't find the .vb file which houses the underlying data definitions, etc. When I check the folder, the file has disappeared, and the project won't compile. Any idea what would cause .xsd files to get messed up Thanks. Wow, sorry about that! We certainly don't arbitrarily delete files from solutions. The only thing I can think of is that we were somehow replacing a file when you experienced the crash, and you basically got caught in the middle of that -- but I have a hard time believing that. But, if this occurs again, ple ...Show All
Smart Device Development Windows Mobile 5.0 ppc phone edition
I have a VPA compact, running a German version of Windows Mobile 5.0 ppc phone edition. Is there a way were i can change this to English. Thanks yes, 1. if you have the source you can change it yourself, or 2. if the app is already set up for localization, then its use of language should be driven by the culture/locality settings on the device. unfortunately I'm guessing this is not the case -- assuming your device is already set up for English/US, the app should already display English if it's engineered to do so. ...Show All
Visual Studio 2008 (Pre-release) FaultException not handled correctly in custom transport
Hi I'm throwing a FaultException in my custom transport, but it doesn't seem to propagate as it should. In my Service, if I throw one, the program stops and I get a " FaultException'1 was unhandled by user code " (sic) What I was hoping for was that a SOAP fault would be returned to the Client. Not stopped at the service. Well... the funny thing is that if i do a Continue (F5) a SOAP fault is actually sent, saying " unspecified ServiceModel Fault " with my custom Fault type added in < Detail >. So, I get something like this: < Fault > < Code > < Value > Sender </ Value > < Reason > Unspecified ServiceModel Fault </ Reason > < Detail >< z:anyType i:type =& ...Show All
Visual Basic Display graph while viewing graph data in realtime.
I am recieving bytes of data from t he comm port perfoming calculations and displaying the result. I am new to Vb however in my code i was told I have to use delegates in order to display information the screen. I also need t o display a graph.. How do I used delegates for the graph. I have only seen example using string pointers. When I click on the button to generate graph the display reading start freak out... Also sometime I get an error saying that the graph object already exist and the program crashes my code below Imports System Imports System.IO.Ports Imports System.Math Imports System.Threading.Thread Imports System.IO Imports System.Timers.Timer ...Show All
.NET Development msxml 4.0 SP2 (kb 927978) istalling continuously
I reinstalled my sistem three weeks ego.Updates coming one by one,every minute ,non-stop.After every update finished,in my C disk is making a new file like ff22b18b93b61efeac529dda2518...calling.There is more than 400 of those files.Can someone tell me if is something wrong with my laptop and if it is what to do thanks! I'm getting the same, but not on a laptop. I got suspicious after I was told the 20th or 30th time an upgrade was ready to be installed. The link above doesn't lead to a fix for this one. Looks like MS have a bit of a problem here. ...Show All
Internet Explorer Development how do you change the default media player in IE7
I have upgraded to IE7 and when I visit web sites that require an audio media player it uses "Real Player". I want it to run "Windows Media Player". Where do you make this change in IE7. It has nothing to do with Internet Explorer 7. To solve the issue, open Windows Media Player. Go to Tools > Options and select File Types tab then click on Select All. Click Apply, then OK. Restart your IE. ...Show All
Windows Forms Reorder of Row
I'm really trying to simply move rows in a datagridview around and having no luck at all... Solution: #Region " DRAG AND RE_ORDER dbGrid " Private dragBoxFromMouseDown As Rectangle Private rowIndexFromMouseDown As Integer Private rowIndexOfItemUnderMouseToDrop As Integer Private Sub dbGrid_DragDrop(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles dbGrid.DragDrop Dim clientPoint As Point = dbGrid.PointToClient(New Point(e.X, e.Y)) rowIndexOfItemUnderMouseToDrop = dbGrid.HitTest(clientPoint.X, clientPoint.Y ...Show All
Visual Studio Express Editions How to create a index search?
Hello.How I can create a fast search into a text file I have a text file which contains the name of some files.I have to search in that file PS: I wan't to do something like the search plugin from Winamp you could read the entire file into an array and then go through each element in the array and find the value you are looking for, or perhaps store it in a file/xml in from a dataSet (Load/WriteFile) you can then of course filter your query using the Select() method in the dataTable once you have loaded your xml file into the dataset, which will retrieve your values for you. it *maybe* a bit overkill but you are being more flexible with what you can store and retrieve. ...Show All
