AllenD's Q&A profile
Visual Studio Team System Installing Visual Team Foundation Server 2005 Beta2
Hallo, I have 2 partitions on my portable C : Windows XP D : Small business Server 2003 I formatted the D partition completely on my portable and I reinstalled a clean Windows Small Business Server 2003. The C partition I did not touch at all. Afterwards I installed in the following order (there is ...Show All
Software Development for Windows Vista What kind of Host Application to use?
hi I didn't really get behind this whole thing of persistence, and host application. Therefore I have following question: We are developing a asp.net web application, where order can be made. After defining the order, the workflow should be triggered, and is used to control certain sla (service level agreement) times, in which certain actions should take place. For example: After 8 hours the order is checked if it was given clearance ...Show All
Visual Studio Team System Cloaking question
What's the best way to cloak 19 out of 20 dirs from a given directory. I kind of wish I could cloak the parent directory but then "uncloak" the single child directory. Having to cloak 19 dirs just so that I can access a single directory seems a bit of a hassle. Thanks for the script. It would be nice if V.next of TFVC provided an easier way to accomplish this use case. ...Show All
Visual Studio Express Editions No sound using My.Computer.Audio.Play and Win98
My app plays sounds when it is running and works fine on my WinXP machines but when I use it on a Win98 machine it doesn't produce any sound. The sound files (.wavs) are distributed with my app and stored in a folder in the same directory as the .exe Are there any limitations with using My.Computer.Audio.Play with Win 98 There are no limitations on using these functions on any computer with the .NET fram ...Show All
Visual Basic how can i disable HOOK?(in vb.net)
hi i will have a question how can i disable or disarm HOOK (in vb.net) Please Help!!! in vb6 or c++ u can hook the api's! thats a kind of hacking(im not interested in hacking just wanna disable hooking) So how can i Disable hook ...Show All
Windows Forms passing variables between forms again :)
I have read about five different threads about passing variables between forms and none of them have made much sense to me or helped me. I know i am very new and green but can't seem to figure it out. So one more time could some one help me in simple terms. Show me how to be able to access data from one form to the next. I am wanting to for example access a string that i have assigned in form1 and use it in form 2. Don't know how to do it. I am ...Show All
SQL Server semicolon terminator
Can someone define for me what is a statement when it comes to having to use semicolon statement terminator This is absolutely undocumented in BOL. Googling only finds this incoherent article which is far from official documentation. TIA actually I think that is a very good article outlining the usage of GO and statement terminators. GO separates Script blocks ; defines the end of a statement within ...Show All
Visual Studio Connecting to DB
Ok heres the run down guys. This is the final step in the program I have created so thanks to all that have helped me thus far. 1. Report was created in Crystal Reports XI, database connected fine through it yada yada yada all works fine. 2. Combined the Report into Visual Basic .net application (windows application not web) and have got everything to show up via CrystalReportViewer. 3. I have an ini file that has the path to the database in whi ...Show All
Windows Forms Forms and Threads - Multiple Access to Controls
Hi, I have a simple form with a richtextbox on it. The code behind this form can fire up to 500 threads (code placed in a different class) in a second, and every thread should access the same Richtextbox on the form and calls its &quo ...Show All
.NET Development how to find a control value in a gridview
String AC; foreach (GridViewRow gvrow in GridView1) { AC = gvrow.FindControl("NID").ToString() + "@meme.com"; } Response.Write(AC); Error with foreach: foreach statement cannot operate on variables of type 'System.Web.UI.WebControls.GridView' because 'System.Web.UI.WebControls.GridView' does not contain a public definition for 'GetEnumerator' How do I work this out Thank you Pete. I ...Show All
Windows Forms How can I check if there computer is connection to Internet?
Hello, My question is: How can I check when the application starts if there is a connection available with Internet and if there is no connection how can I raise the default connection for the computer thank you. Here is a code sample that will work in VB: If My .Computer.Network.IsAvailable Then 'network is available Else 'network is not available End If ...Show All
Visual Basic Do...Loop, While...Wend - Keep getting compile error
I keep getting a compile error using a Do...Loop or While...Wend saying "Loop without a Do" or "Wend without a while." Is there a limit as to how many statements you can have in the loop or something I am at a complete loss! Here is what I have: Sub CreateTask() r = 9 sysdate = Date While Cells(r, 40).Value <> "" processor = Cells(r, 40).Value CheckExclude '-- Search ...Show All
.NET Development Version and Build Increment not working
I hope someone can help me. I am working on a Large Software Project in VB.NET. It is comprised of a Solution made up of several projects. I would like to have the project auto increment the build and version info. In each of the projects, the auto increment setting is on. How do I auto increment for the entire solution You cannot auto-increment for an entire solution. The best that you can do is pull the <Assem ...Show All
Visual Studio Team System Whidbey FxCop 1.32 ignores certain methods ?
Does the Whidbey FxCop 1.32 have built in intelligence for ignoring certain methods I ask because I have various rules which check ASP.NET generated assemblies. They run fine using the .NET Framework 1.1 FxCop 1.32 but when I run them on ASP.NET 2 assemblies using the Whidbey FxCop 1.32 none of the private generated methods are visited. This makes me wonder if they are being deliberately excluded. Guy We can chan ...Show All
Windows Forms TreeNode LabelEdit ends prematurely
I am attempting to inherit from TreeView control. The goal is to have my control sit in an MDI Form and list a subset of the MDI children. I would like to edit the window Text of these MDI children by edititing labels in the TreeView. However, when I put a TreeNode into LabelEdit mode, the edit will end after a single character is input. It looks like the first window listed in the TreeView is being activated, therefore causing the edit control ...Show All
