grumpy3b's Q&A profile
Windows Forms Retrieving rows from childtabel in ado.net 1.1 (net 2003)
Hi again I'm trying to retrieve the data from a childtable in a relationship like so For Each row As DataRow In DsSPAM1.Relations(0).ChildTable.Rows TmpStr += row.Item("NaamGebruiker").ToString.Trim & ": " & _ row.Item("StatusOmschrijving").ToString & vbCrLf Next But this gives me all th record and not the records related to the record in the parent table. tnx ...Show All
Visual Basic Calling the Command Prompt and using VB.Net to write to it
Hi, I am in the middle of a project which has a huge chunk of automisation that takes place within the WSH Scripting envrionment, calling over 100 different .vbs scripts. As more and more people get involved in running these scripts I wanted to create a small user interface which had some explanation about the various types of script that can be run with some help and guidance built in. My UI is a simple form with a series of four or f ...Show All
Visual Basic VB.Net Output to Another Program
Hello, I was wondering if there was a way to cause the output from my VB.Net program to be placed in a textbox of another program that I didn't not write and that wasn't written in VB.Net. The programs would just be running at the same time, and when I inputted data into my VB program and clicked a button or something, the results from this would fill out the textbox on the other program. Thanks in advance for your help. ...Show All
SQL Server Complex join
I have a C# application for tracking training. When I need to get the employee's missed training (exception report) it works fine on a one-by-one basis. Our HR folks can't sit and spin through 100s of screens, so I want to provide a comprehensive report for all employees. Here is the first hack which places everything into a temporary table. Problem is I can't get a while loop to work with it as is. All three "sub queries" build the ...Show All
Software Development for Windows Vista Hosting designer on an asp.net application
Hello, We have an asp.net product that we are planning to redesign using the MS Workflow Foundation. So, far I have seen in the documentation that WF designer can be hosted on a Windows application. Is this also true for web-based application For example, can the workflow designer be hosted and run via a browser by the end user. I understand we probably have to do some programming to do this. But my question is if this is at all possible. ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
SQL Server Can I create subscriptions programatically?
Is that possible if so please point me in the right direction. I was looking at the example on the MSDN, and on the link provided above, I was trying to reference system.web.services.protols, but it was not found. I am trying to set up a dynamic subscription application so that users can run a certain report with certain parameters on a monthly basis, or off peak hours, and have the report emailed/placed on a network drive ...Show All
Visual Studio Express Editions Activation of Free Express Editions Expires?
Actually this is a couple of questions: Do the currently free Express Editions require activation If so, what is the reason Say, I am interested in the Express Edition and definitely since it is free, I download the IMG files and burn to CD. Can I still install and ACTIVATE after more than one year if activation is required Get my point, if these things are free AND they require activation, then it is possible Microsoft won't al ...Show All
Visual C++ porting vc++ 6.0 user exit to vc++ express edition
Hi, I want to compile a user exit that was developed using vc++ 6.0 with vc++ express edition. The compile works fine, but the application crashes. My 'trial and error' experiments with linker options, especially with manifest files, resulted in much confusion... The app itself is written (not by me) using vc++ 6.0. The user exit (written by me) is a simple win32-dll where some math is done (no MFC at all, simple standard c++ code). The er ...Show All
SQL Server Filtering
Hi All, I am trying to filter on one of the dataset, but i have to do "today's date"... Fields!cur_prm_shp_dt.value >= "todays date" or Fields!cur_prm_shp_dt.value >= "systems' date" the problem with that one is that the system date view is in another dataset and does not join to the table that i get cur_prm_shp_dt from. Any suggestions Thanx ahead of time, Kerrie Ok, I understand. And I told you ...Show All
Visual Studio Portable source Safe is it possible?
I have a project stored in source safe on a portable hard drive. The problem i am facing is that i can develop using 2 different machine onto 2 different network if you like Depending on the computer i plug my portable harddrive with source safe in it i get different drive names EG(F,G E Ect) What is the best way to do this The only thing i could come up with was reset the working folder all the time when i switch machine. Is this th ...Show All
Windows Forms Magic constructor
WHat is a "a serialization (magic) constructor" I did a conference session on this for VSLive. You can find my slides and examples at <a href="http://www.mcwtech.com/2003/vslive/sf">MCW Technologies' site</a>. Hopefully, that will help, ...Show All
Visual Studio Add & persist custom property on a ProjectItem
Hi, I have rewrited a CustomTool in order to generate a Designer class for resources file, targetting the Framework 1.1. No problem so far, I have created a new ItemTemplate which specifies the CustomTool to use. Now, I would like to give the user the choice of the access modifier for the generated class (public or internal to be precise). How can I : - Add a custom property targetting only the ResX files (or any specific extension) ...Show All
Windows Forms Grouping Extender Provider properties in a Tree View manner
Hello All, With regular properties, you can apply a TypeConverter to group related controls together in a TreeView manner (eg they display in the PropertyGrid with a plus sign that you can click to expand the list). This helps to organize related properties together regardless of property names. I would like to do the same thing with Extender Provider properties but have not been able to figure out how to do so. I am assuming (I know, I know) th ...Show All
Software Development for Windows Vista Vista / Services / Interact with Desktop?
I understand that with the new service hardening that services will run in session 0 and can no longer interact with the desktop, but this raises two questions: 1. Why is there still the checkbox "Allow Service to Interact with Desktop" in the services control panel applet 2. Secondary Logon Service (It is still around...) The secondary logon service looks to still be supported (I understand that it is the back end for CreateProcessWi ...Show All
