Software Development Network Logo
  • Game Technologies
  • Smart Devicet
  • IE Development
  • .NET Development
  • Microsoft ISV
  • Visual C#
  • Visual C++
  • Windows Vista
  • Audio and Video
  • Visual FoxPro
  • SQL Server
  • Windows Forms
  • SharePoint Products
  • Visual Studio
  • VS Team System

Software Development Network >> Madok's Q&A profile

Madok

Member List

Avner Kashtan
Joisey
Jon Braganza
Paul Diston
rmgjohnes
Lawrence Parker
ONEWORKNGRL
chakravarthy_b
Eugen_S
hillrg
Peter Torr - MSFT
JAMES123321
BenMcr
athnetix
Drakuz
donkaiser
Sculptor
Busywolf
Cla82
darkened-flame
Only Title

Madok's Q&A profile

  • Visual Studio Express Editions How can I avoid code repetition?

    Hi I need some help on my project. I have 76 textboxes and 76 textfiles. I want each one to display the text from it's corresponding textfile. In other words Text in textfile1 in Label 1 Text in textfile2 in Label 2 Text in textfile3 in Label 3 and so on until 76 Is there any way easier than repeating the code 76 times well if the labels had an incremental number at the end of the control name and so did the textfile, then its simple. Example: label1 -> textfile1.txt label2 -> textfile2.txt   as you see, each "number" for the control maps to the "number" of the textfile. If this were the case, this could work:   for each currentControl as Control in Me.C ...Show All

  • Windows Forms Protecting the appearance of an application form from changing

    I'm just trying to create an application form in Word 2000 which can be filled out by applicants in Word but so the appearance of the form won't be altered in any way. I've been using the text form field (ab|) and have managed to limit the number of characters people can enter but I haven't been able to limit the amount of times people can press the return key which completely changes the appearance of the table that the application form is made up of. Please can someone help me limit the amount of times people can press return in each text box. Stu You might not get te hoped response because you posted this message in the wrong forum. Try http://www.microsoft.com/communities/newsgroups/default.mspx ...Show All

  • Visual Studio Express Editions Printing truetype

    Hi, The program I created prints out automaticly some data. Unfortunetly, the printer I use (brother HL 7050) prints out some strange characters. To resolve the problem, I can use a print dialog box, go to the printer's settings, and change the true type modus to 'print as image'. Then, the printer prints my data perfectly. My question: I don't want to use the dialog box each time. Is there a programmatic way to achieve the same result (change something to 'as image' or so ) Thx in advance, ...Show All

  • Visual Studio Team System Load test performance after IE 7 Beta 3 install

    I'm noticing that load tests for web-services are noticeably slower when IE 7 Beta 3 is installed. Before I installed IE 7 B3 I was noticing an average response time in my test of about 5 seconds, with multiple tests. After I installed IE 7 B3 the average response time more than doubled to 11 seconds with multiple tests. After un-installing IE 7 B3 the response time seems to have returned to about 5 seconds. This is by no means scientific; but certainly not ignorable. Has this already been observed Josh Christie MS wrote: Right, I wouldn't think IE7 beta 3 would affect anything on the client or the server, but it appears that the "default" proxy setting is the problem. Try blanking that property out since &qu ...Show All

  • Visual Studio Express Editions Form1 'unhandled exception' with PictureBox

    I am making a simple Windows Form in C# in which each button event creates a PictureBox, referring to an image on my d:/ drive. Every successive click creates another below the previous PicBox until it goes off the form. I set the form AutoSrcoll to true. The problem is that when a PictureBox is created beyond the form boundaries, the exe crashes and VSC#2005 points to the line: Application .Run( new Form1 ()); saying: Argument exception was unhandled and that 'parameter is not valid' Would anyone have a clue how to solve this Sorry, I'm quite new at this. Cheers - Gj Your program is crashing inside the framework, most likely in the PictureBox' Paint event handler. That's why you don't get a good source code ...Show All

  • Software Development for Windows Vista "Workflow Patterns" evaluation of Windows Workflow Foundation?

    Has anyone (familiar with the Workflow Patterns work of Dr. Wil van der Aalst) undertaken or is anyone considering a Workflow Patterns evaluation of Windows Workflow Foundation Please contact me. Michael Herman Parallelspace Corporation Workflow Patterns web site: http://www.workflowpatterns.com/ I'm also pretty curious about how well WF support the workflow patterns (control, data and resources). So please post it here if you did or know about such evaluation. Thanks ...Show All

  • Community Chat IIS logging

    Hi all, I wasn't sure where to post this, so my apolagise I am trying to work out the what our customers are searching for on our website, using our search engine. The search code has been developed by another deveoper and it uses POST to submit the search query. I have looked at the IIS logs and used analog 6.0 to transalte the logs, but it show everything other than the search words. I'm thinking it might be to do with using POST rather than get. I am not sure... Also it appears they have utilised the MS indexing service. Any help Vik just sign up for hittail - requires a small script to be placed on your pages   http://www.hittail.com  edit - oh, your own search engine......you really ne ...Show All

  • Visual Basic Problem with MSComm ...URGENT !!!

    Hello Friendly ... I want to consult them for the following, I am trying to sell off a simple phone answering machine, than upon detecting the RING execute me a program exe; But I find myself to go into the routine of execution does it 2 times. The first when you detect the RING ( perfect ) and second time the moment that the communication is cut short. ( this I do not want it ) I leave the simple code of example to see if they can help me to them ... ................................... Private Sub Form_Load() ' I ASK AROUND IF THIS once the MODEM'S PORT WAS OPENED If Not MSComm1.PortOpen Then MSComm1.PortOpen = True If Err Then Exit Sub End If ' I REPORT THAT HE ANSWER AT THE FIRST RING MSComm1.Output = &qu ...Show All

  • .NET Development Synctoy says I don't have .NET 2.0, but I do

    Upon trying to install Synctoy it is telling me to install .NET 2.0.50727, then refuses to continue installation. But I have .NET 2.0.5239 installed. How do I "trick" Synctoy install to accept the .NET I have - or is there another solution I wonder how many other people are having this trouble The final released version of the .NET Framework 2.0 is build 2.0.50727.42. I'm not sure what build number 5239 is, but that does not sound like the final release. You will likely need to download and install the final released version of the .NET Framework 2.0 from http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx in order to resolve this issue. Thanks! Aaron ...Show All

  • Visual Studio Team System Web Proxy Authentication

    Our TFServer is behind a reverse proxy. SP1 was installed both on TFServer and on Clients. The ISAPI filter was set on TFS site to rip the integrate authentication from request sent by the reverse proxy, and basic authentication was allowed. All worked fine to the extranet (with a 401 response for each request although) when the client has directly on the internet When the client itself was behind a web proxy, which requires authentication, it can't pass trough it. Whiten the browser it can access to the web service: https://site:443/VersionControl/v1.0/Repository.asmx How can this information be set for Team Explorer Proxy issues are hard to fix. When we setup TFS internal we make sur ...Show All

  • SQL Server 2000 DTS Packages Corrupted by 2005 Client tools?

    Hi, I have many sql 2000 DTS packages that I support from my development workstation  running v2000 sp4. Packages are altered on the development machine and then go through a normal release mechanisms to production via testing servers etc. I have recently installed the client tools for SQL Server 2005 on my desktop to evaluate the product.  The 2005 DB instance is running on a seperate server. So, I have dev edition of sql 2000 and 2005 client tools (including BI Dev studio etc) on my workstation. I have recently had to make changes to a 2000 DTS package and used my 2000 enterprise manager to do so. No Problem- saved and tested fine on my workstation.  But when I try and release it to another server, or open t ...Show All

  • Visual Studio Error

    Hi, I just installed Visual Studio 2005 on Windows x64 and when I open it up it keeps coming up with the error: Class not Registered. Looking for object with CLSID: {00BB2763-6A77-11D0-A535-00C04FD7D062} I've tried doing some searching and it seems thats the AutoComplete class but I'm not sure and I dont know what to do so I'm posting here. Thanks for any help. I`ve tried it, but it doesn`t change anything. Error message is still appearing. I found someone had the same problem, look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=988799&SiteID=1  I haven`t got time to reinstall OS. If someone know how to fix this problem without reinstalling Windows, please help. ...Show All

  • Windows Forms "Parameter incorrect" error adding Setup project to solution

    If I try to add a Setup Project to my solution, I get an error stating the parameter is incorrect.  This also happens if I try to create a new solution based on the Setup Project.  Any help Answer to question 1 -- no. Answer to question 2. -- I'm not using Publish or Click Once. this is all about connecting for Debug. There are two separate scenarios: 1. I open the project (which i keep on my thumbdrive) on a different computer. I select Debug > Start Debugging. The app builds, the it starts deploying, it says the deploy succeeded, while at the same time a warning box appears that says " Microsoft Visual Studio, 'The operation could not be completed. The device is not connected'". 2. At other ti ...Show All

  • SQL Server Average In MDX

    Hi, Can anyone help me, I'm new in Analysis Services 2005, how can I get the average, I did not understand the AVG function sintax any suggestions Thanks. Erika :) Erika, have you looked at the AVG() function's description and usage examples at: http://msdn2.microsoft.com/en-us/library/ms146067.aspx --Artur ...Show All

  • Visual C++ how to solve LNK2001 and LNK1120 problem

    i'm using C++ programming and i have this error when i build it. But when i compile, no error occur. how to solve this problem Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/try1.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Well, you need a main function because this what the system will call when your program is executed. You need to add this function and then call the code you already wrote from this function. ...Show All

©2008 Software Development Network