ac30boy's Q&A profile
Windows Forms splashscreen problem
Hi, I've got a problem with my splashscreen; I want to show my splashscreen as long my application is not fully loaded and I don't want to use a timer, it must be "real", so I realy want to see it as long as the application isn't fully loaded. And how can I see what the application is currently loading give me an answer if u know something about it regards tom My name of the splashscreen is splashscreen and the mainform is called: frmAlgemeen; ...Show All
SQL Server trim trailing white spaces
Hi All, I have a column which has some white spaces that I suspect is tab delimeted one. So when I use a rtrim(col1) it would not trim those. So i used a scrip component and wrote this line, Row.trimDetail = RTrim(Row.detail) here trimdetail is an o/p column and detail is the input col with the trailing spaces. but still I don know why the column has that spaces. Can someone help me to figure out what is the problem Thanks in advance, MShetty wrote: Thx for the comments. The col am selecting is from a char But am placing the results back to a field of type DT_STR. Any issues here Don't know. Where are you verifying that you have extra spaces Ensure that the database column ...Show All
Software Development for Windows Vista InvokeWebServiceActivity Inside ReplicatorActivity, how?
I am struggling with this. I have a custom activity that exposes a property of List<T>. I connect that to the InitialChildData of a ReplicatorActivity. I drop a InvokeWebService Activity inside the replicator. I point the WebService to a service I wrote. The proxy is generated and I pick the method in designer. This method expects argument of type <T>. How do I hook that up Thanks Costas I installed the Tracking Service and it shows records for Workflow1 running ok but no records from Workflow 2. Thanks Costas ...Show All
Visual Studio Express Editions can't find solution
I'm trying to send the solution of a website to someone but I can't find it. I used the search folders option and it's not there. I have three websites saved on VWD and only one of them has a .sln file. I don't know why the other two don't. Is there a way I can create a .sln file for a website Thanks. VWD and ASP.NET projects in VS 2005 do not use project files and instead are stored in a directory tree much like a website would be on a server (in other words they don't have solutions). If you are trying to send a website you should zip up the folder where the website is stored and send the zip file out. Let me know if this helps! ...Show All
Audio and Video Development JavaScript on protected and non-protected disk
Hello, I visited this forum already some time ago and I did read a thread that said that not all JavaScript commands do work on a non-protected disk (so a disk without AACS). I searched the forum, but was not able to find it back. Can anybody shed some light on this Is it true and if so, which commands are affected Thanks in advance for any info ! That's what I was already afraid of. But how can you test this functionality on a real player (for instance the Toshiba HD-A1) if you are developing ...Show All
.NET Development Can any one spot the error?? VB code for calculate the digest value
Hi The below code has converted from c# to vb visualstudio 2005. But I got the error in the highlighted (Blue) area. When I changed the higlighted area from Stream to "Stream" error indicator disappeared but when I click the button I am getting the following error message "Object Reference not set to an instance of an object" Can sombody help me what mistakes there Note : The below code is to calculate the digest value for the xml file Private Sub Digestvalue_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles IRmark.Click Try Dim doc As XmlDocument = New XmlDocument() doc.Load("..\sss.xml") Dim nsmgr As XmlNamespaceManager = New XmlNam ...Show All
Smart Device Development My .exe is not running outside bin folder
hai guys, this problem is making a head- ache to me... i have built a console application in the .net1.1 with vs 2003.its working fine while debugging or running.even its working by running the .exe file directly when it is in bin folder . but if i take out the exe file and running out side the bin folder ...its showing err. it is showing a nullreference error saying that the connection string(database) is not passed..actually i have passed the connection string..thirough app.config file. this time..i have brought .exe.config file to the same location.now it is showing the "applicationblocks.dll is missing." even though i add reference. if i taken the entire bin its working fine in my system...but th ...Show All
Visual Studio 2008 (Pre-release) BUG: non-column property course runtime error
very strange error cost me a few hours to figure it out. [Table] [InheritanceMapping(Code = 1, Type = typeof(b))] ... class a { ... } class b : a { [Column(...)] public string s1 //this will ok { get {} set {} } pubic string s2 //non-column property. this will course runtime error. { get {} set {} } ... } sorry for the repeated post... but the forum give me the mis-leading error message: Unknown Error We apologize, but an unknown error has occured in the forums. This error has been logged. perhaps the admin of forum should change the alert message... ...Show All
Windows Forms DataGridViewCellStyle, BackColor/ForeColore Edit
Hi, It seems as generating a cell style object combined with the CellFromating event is the most applicable way to dynamically change cell format properties as the background or foreground colors. The problem is posponement of the actual change to only take place after conclusion of the edit session, for a particular cell. Is there anyway to circumvent this and not to zigzag within the cells or use the EndEdit and BeginEdit events. Also, change and return of the current cell to another cell did not do the trick either. Regards, Reza Bemanian Hi, Thanks for the response. The two event cell begin and end edit were the first ones used in this project. The problem only occurs for the cell which is edited, as f ...Show All
Visual Studio Exception thrown on Register SCSF
I can install the Smart Client Software Factory using the setup, except that it runs into a problem because I'm using source control over a VPN. Based on the gotdotnet forums, I'm trying to build a new version of the SCSF that should fix that problem. The SCSF builds fine, but it will not register. GAX: 1.0.51104 GAT: 1.0.51104 When I go to Register or QuickInstall, I get an exception thrown of System.TypeLoadException: EnvDTE.Project, EnvDTE ---> System.IO.FileNotFoundException: Couldn't find assembly EnvDTE. at Microsoft.Practices.Common.Services.TypeResolutionService.GetAssembly(AssemblyName assemblyName, Boolean throwOnError) at Microsoft.Practices.Common.Services.TypeResolutionService.GetType(String typeName, Boolean ...Show All
Visual Studio Express Editions Reports in VB Express Edition
Hi friends i have been working over a project in vb express edition, but the problem is , in express edition i dont have crystal reports, this is what i think if there is Crystal Reports in EX. Ed. Please let me kno how to install and use them, or any other alternative. plz help... Hi all friend, I would like to use Ms access report form in Visual Basic Express Edition 2005 but i don't know how to use. If you know the code, as soon as possible share to me, please Pls help ...Show All
Visual Studio Team System Adding / Modifying Work Item Fields
Greetings I would appreciate being pointed at the correct places in the documentation / blogs/ etc. to learn how to add a custom field to the work item tracking dialogs. Having looked at the warehouse it doesn't look that difficult but a step by step would be helpful. Thanks in Advance & Warm Regards Alan Also, if you download the visual studio SDK, it contains documentation on how to modify work items. It is called "Authoring work item types" or something of that nature. I believe once you install the sdk, it is found at c:\programe files\visual studio 2005 sdk\2006.03 (or .04 if you download the april release)\VisualStudioTeamSystemIntegration\Work Item Tracking. The sdk also contains some simple e ...Show All
Visual Studio Team System Presentations?
Hi, I am a developer for a company that has asked me to do a presentation on MSF. Are there any presentations out there that have been created - I am hoping to find one that is fairly high level, explaining the key concepts of MSF. It is more of a sell that it is a good framework and one my company will benefit from that I am looking for Any ideas are appreciated. Thanks, Dan Hi Dan, On the MSF ( http://msdn.microsoft.com/vstudio/teamsystem/msf/msfagile/ ), we have a webcast on this. MSDN Webcast: An Introduction to Visual Studio Team System and the Microsoft Solutions Framework (Level 200) I also have posted my Tec ...Show All
Visual Studio 2008 (Pre-release) Custom binding and wsHttpBinding
Hi, there. I need help from you guys again. If I want to make the default setting of wsHttpBinding in custom binding. How can I do that The reason for doing this is because I want to change only a part of the default setting which you can not do with system-defined setting. For example, wsHttpBinding is perfect for me to connect with Java except that the soap message version is different. However, I have no way of knowing how to have the same setting in custom bindings. So if you can help me out or guide me to a page where it tells me all that. That would be wonderful. Thank you for your time in advance!!! Wow, I didn't know there was that kind of approach. Thanks so much. I guess, we need to use write code ...Show All
Visual Basic how can I tell how much memory my app is using?
Hi folks, Waffle ==== I have an app which uses a 3rd party API which isn't very well written as it DLs data from a remote server, and the data held locally continually increases throughout the day. It seems that to store 10mb of data, the app is using 100mb of memory! I have a routine to close the app and re-start it every n hours, but I want it to be smarter than this. Question ====== How can I check how much memory my app is consuming. i.e. When I go to the TaskManager, I can see my process.Mem Usage=88,234 K. This is the figure I want to get. Does My.Application.Info.WorkingSet give me this thanks ...Show All
