Corridriver's Q&A profile
.NET Development Step by Step Procedure for Creating Remote Application
Documentation gives a example of Step by Step Procedure for Creating Remote Application but it is with using command line compilers. Is there any detailed step by step procedure for creating remote applications using visual studio IDE Hi, I need more details, what do you mean by Remote Application using command line compilers, is there any special requirements you can draw a scenario for this ...Show All
Visual Studio Express Editions Printing a form
Im pretty new to VB programming and was wondering if there is a simple way of printing the current form. I have writtien a simple application that a user keys info into as they are taking a telephone call. The app then works out via the answers entered if the caller can be accepted as a customer. If all is ok, I need to print the form off to pass it to another department. The data does not need to be kept after this point so a print out would be sufficient. Any idea's as to how to print the form Many Thanks. If you are talking about printing a graphical image of the form as seen on screen, it i ...Show All
Visual Studio Team System WebRecorder / Fiddlertool and its limitations - Best way for recording IE's 'non-navigational' events
What is the current recommended way for recording requests into webtests when IE does not recognize as 'navigation' I am assuming that the WebRecorder relies on IE's NavigateComplete events (or something similar) and records those requests into the webtests (probably the same reason it doesn't record redirects, but not relevant here). However, as people know, there are limitations to this approach. IE has a limited notion of navigation - e.g. AJAX (and if I had to give a example, it would be the *ahem* Google Maps), and one suggested workaround was to use the Fiddlertool(proxy) to record things at the HTTP level so that it captures ...Show All
Windows Forms Calculated Databind in a DateTimePicker
Hi all, I have a bindingsource / datagridview populated at run time from XML. I have a column in the datagrid with a number in it; I have a textbox bound (at runtime) to that column (that all works fine). What I am trying to do is have a datetimepicker display a date which is a specific date (actually an application user setting - my.settings.mydate) PLUS the number in the textbox - or a specific column from the selected row of the datagrid. Anyone have any idea how to make that binding [[using VB2005 EE]]. Thanks in advance for your help !!! Randy So should I assume that noone knows how to do this to reiterate: ...Show All
Software Development for Windows Vista Beta2 - Breakpoints in designer
Hi to all, When I set breakpoints on activities on design surface, they don't get hit (and display circle with exclamation mark during debugging session). However breakpoints in code behind of workflow break just fine. Thanks in advance. Hi Odul, This can happen if workflow debugger is not invoked. If workflow is a library and workflow host is a different application, you will need to mark the workflow library as the startup project and set path of the workflow host in Properties\Debug\Start external Program. This is required to invoke the custom workflow debug engine using F5 command. -Sonali ...Show All
Software Development for Windows Vista WST decoder for Turkish character?
Hi! Does anybody know about Turkish character display of Microsoft WST decorder I wrote a program, it seems to work fine in English Windows but can not decode O.K. in Turkish Windows. Reading the docs on the WST Decoder I see: "Only Western European languages are supported at this time" They don't specify which languages those include, but given that you say it doesn't work, it seems likely Turkish isn't on the list. It might be possible to create your own filter to do this, however, I wouldn't expect this to be easy. If I needed to do this, I'd start with finding the specs for ...Show All
SQL Server An incorrect or unsupported HTTP function call was made error
Hi All, I've got this error " An incorrect or unsupported HTTP function call was made " I can't browse SQL CE Agent using IE also. How to solve this error TQ thankss Darren, I tried so many time to generate new snapshot but I still got that 2 error. Finally, I've re-install my SQL Server 2000, SQL Server SP3a and SQL Server CE Tools.. n my replication success.. :D ...Show All
Visual Basic Licensing information Visual Studio 2002, English
I am an English speaking person now living in Germany slowly learning to speak German. I purchased a German version of Visual Studio at a good price. As I near the possiblility to sell software I have written with Visual Studio I would like to know what I can legally sell. Would anyone be able to suggest where I can find this info in English that would apply to my VS Software I use Microsoft Developement Enviroment 2002 Ver. 7.0.9955 with the framework 1.0 Ver.1.0.3705 Best regards, Kevin Tough If it's not an academic version, you can sell anything you write, so long as it doesn't use MSDE AND comp ...Show All
Visual Studio Team System Assigning Violations.
Hi There, Is it possible to assign violations from specific files and/or namespaces to a certain group (without creatating multiple FxCop projects) ie All violations from namespaces A, C and D and from files BA, BB and BC go to group 1. All violations from namespaces B and F (except files BA, BB and BC) go to group 2. All other violations go to group 3. This would be useful for developing teams to assign violations to different people depending on the code they have written. Thanks. Yes, the XML changes quite a bit. Taking a dependency on it isn't a good idea unless you're committed to keeping up ...Show All
.NET Development Where is the REFERENCE contstraint that causes the conflict?
Hi, When trying to delete a row from a table in my SQL Server 2005 EE database I get the following exception-message: The DELETE statement conflicted with the REFERENCE constraint "tbl_logboekregel_FK02" All this would by logical when this constraint existed, however I cannot find it anywhere in my database. I searched the dataset for a constraint named "tbl_logboekregel_FK02" but it's not there. Also I deleted all other constraints, but still this exception is thrown. What am I doing wrong here Thanks a lot.. I did what you said and indeed the constraint was shown among the others. At fir ...Show All
Visual Studio Tools for Office Excel - changes and sheet protection
We are using a ListObject on a worksheet bound to a bindinglist. When the sheet is NOT protected and we either drag edit or copy & paste a range of cells, then we see that all of the value changes are propagated down to the bindinglist. However, when we protect the sheet then ONLY the first value change is propagated to the bindinglist. Does anyone know why this might be the case.. Don Hi Don, To understand more about the problem, could you please provide details such as code snippet of binding and repro steps on drag/edit listobject with/out sheet protection Thanks -Qiong Ou ...Show All
Visual Studio 2008 (Pre-release) textblock doesn't support ContentTemplate using Style
Hi, I am trying to design a style for TextBlock so that the text will be inside a round rectangle < Style x:Key = " roundTextBlock " TargetType = " {x:Type TextBlock} " > < Setter Property = " Background " Value = " Orange " /> < Setter Property = " Template " > < Setter.Value > < ControlTemplate > <Grid> < Rectangle Fill = " {TemplateBinding Property=Background} " /> <ContentControl /> </Grid> </ ControlTemplate > </ Setter.Value > </ Setter > </ Style > ...Show All
Smart Device Development C# projects and GUI
Hi there, I am developing an application that requires instant voice (and may be video) messaging on smart devices using .NET CF. I heard that VOIP will provide excellent way for this. However, does anyone have any open source application done using VOIP in CF The other concern is that smart devices have limited resources in memory, still I have seen some people developing smart device application with very good interface and icons. I don't know whether they are using a specific format that has very short size or not. So please if anyone has any idea about any of these two concerns, let me know Regards Salman ...Show All
Windows Forms VB6: How do you get rid of the Inet Control's Cache?
We're talkin' VB6 here... Ok, so say i wanted to download a text file that changed once in a while I download it every 10 seconds. I download it once - the contents: BLEH. I download it a second time, and the contents have changed (they are now BLAH), but the Inet control still returns BLEH when I invoke the OpenURL function. Does it ha ...Show All
.NET Development generic concretization at run-time
Consider following code snippet: public abstract class AbstractClass { protected Object param; public void doSomeThing() { .... } } public class GenericClass<T> : AbstractClass { public GenericClass() { param = doSomeTypeBasedOptimization(T); } } public class Client { public static void Main() { Type someType = typeof(string); GenericClass<someType> st = new GenericClass<someType>(); } } Is it possible to do something like this You can't concretize generics at run-time (unless you want to play with the dom/code gener ...Show All
