Software Development Network Logo
  • Visual C#
  • Microsoft ISV
  • Windows Live
  • Architecture
  • Smart Device
  • VS Team System
  • Game Technologies
  • Visual Basic
  • SQL Server
  • Windows Vista
  • Visual J#
  • Visual C++
  • VS Express Editions
  • Visual FoxPro
  • Windows Forms

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

candy101

Member List

Ozcan Ozay
Mashuri
SiaugauZ
Blockp
longle37
wildlife
Yenan
wzaqma
modtran
Shilnet
Sistog
Vamsi Krishna Korasiga
aji123
Peter Cwik
iljforever
mallakishore
SachinG
wanyong
kayronjm
LukeParker
Only Title

candy101's Q&A profile

  • Windows Forms Disabling Buttons until Event has finished/finalised.

    Hi all, I have a Button on a Form that populates a ListView with different ListView Items each time the Button is pressed. Currently, it may take some milliseconds (noticable) for the ListView to populate, and yet the user is still able to press the Button rapidly, so that the ListView Populates/gets scraped/populates/get scraped/populates etc - which I don't want. Is there a way I can press the button, then cancel the functionaly (not allow the button to be pressed) of the button, do the processing, when the processing has finished, then enable the button to be pressed again I have tried enabling and disabling the button within the Button ...Show All

  • Visual Studio WarnedOldMSSCCIProvider

    Still working on a MSSCCI plugin.  Have currently been using the decrementing WarnedOldMSSCCIProvider registry value while developing.  How do I set everything when I release the final version   From what I understand, I don't need a license key, since I have a plugin rather than a VSPackage.  But I also don't want my users to time out after having opened VS .Net 500 times. Thanks, JD Hi JD, It seems to me your source control provider doesn't implement yet the S CC_CAP_REENTRANT capability. You need to implement this capability and return this flag from SccInitialize() ...Show All

  • Microsoft ISV Community Center Forums extract office file's title into excel

    hi guys! I have a folder which included many office excel and word files. these files have a file properties as "QMS-DOCUMENT-NO", which is created by myself when I create the file. New file will be add into this folder frequently. two questions: 1. I want to creat a excel file consolides what i have in this folder. it shall shows the file "name", "Title", and "QMS-DOCUMENT-NO". is there an automatic way in vba 2. is there an automatic way in vba to generate the custom property Hi In part answer to your second question here is a function to add a cu ...Show All

  • Visual Studio Express Editions Formless Application?

    Is there anyway to create an application that (when created) doesn't have a form For example, I would like to create an application that has an icon in the notification bar and have it so that when I double click it a settings form is created. I would prefer not to have the form exist all along and just have it invisible because to my understanding that uses more memory then creating it on demand and the goal of this application is to make it as unobtrusive as possible. Thanks in Advance, Nick Dancer. I'm not sure what this application will be doing but what you're describing sounds like a Wind ...Show All

  • Windows Forms Disappearing tooltip on DataRow.RowError icon

    In one of my last assignments i'm taking input from an editable datagrid. I validate the input with custom functions and then set the DataRow.RowError propety to make the datagrid display errorprovider icons on the headers of invalid rows. Now the problem is that the tooltip doesn't show anymore after the grid or form lost focus (at least i think it's that). I'm working in an MDI form application and using VS2003. I noticed that the tooltip appears again when i make a new window in the MDI and then go back to the window with the datagrid. Can anyone help me in this mater, or having the same experiance ...Show All

  • Visual Basic how can i attach file and send in windows form vb.net?

    hi i need help to have some code or a peogram in vb.net windows application to attach file and send file between client in the net without modem . i am new in programmin vb.net and i hope to have help of you. thanks for your care if you help me. your sincerely p.l Is there any specific protocol you're interested in using Or are you planning on writing the client and server part completely from scratch ...Show All

  • Visual Studio Express Editions Snap to Grid and Show Grid do nothing

    I've set SnapToGrid and ShowGrid both to True in the options for Windows Form Designer, yet I dont see a grid and no snap is activated. I've played with the grid size and this has no effect. I've checked to be sure that the LayoutMode is SnapToGrid also - no help. Any ideas   OK - it seems I had to close ythe form and re-open it for the changes to take effect. Please ignore this question. ...Show All

  • Visual FoxPro Error Loading File - Record Number...

    I have been struggling with this for the better part of this week. When I try and load a form it gives me this error Error loading file - Record number 41. Formset <or one of its members> Parent: Function arguement value, or count is invalid. Looking in the .SCX and the Parent coloumn, the record is an empty memo field. I have very little experience in trying to fix a problem like this and could really use some help. J.Newman >> created a new form and copy/pasted everything onto it. That seemed to work Sounds like it was a corruption in the object code then. The only other thing you ...Show All

  • Visual Studio Express Editions Why can’t update my access database?

    Hi... I need help with this code, I try to update a register but nothing hapends, no error, no warrnings but no update too. I’m using VWD Express and Access. Protected Sub cmbActualizar_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles cmbActualizar.Click Dim cliente As New ClientesDS Dim taCliente As New ClientesDSTableAdapters.DSICatCtes1TableAdapter taCliente.FillByCodCte(cliente.DSICatCtes1, CodCte) With cliente.DSICatCtes1(0) .ApMat_Cte = txtApMat.Text.ToUpper .ApPat_Cte = txtApPat.Text.ToUpper .Tel_Cte = txtTel.Text .Nom_Cte = txtNombre.Text .Mail_Cte = txtMail.T ...Show All

  • .NET Development File System Watcher and Async Delegates

    Hello, I built the FileSystemWatcher Windows Service walk through I found in the appropriate MSDN Article (ms-help://MS.MSDNQTR.2005APR.1033/dnmag01/html/NetServ.htm). It worked fine. I then adapted it for another purpose. That, of course, is where the problem started. In the fsw_changed event handler, I included the following code: try { tfh = new TradeFileHandler(); dlgt = new tfhDelegate(tfh.GetTradeFile); ar = dlgt.BeginInvoke( e.Name, fsw.Path, "SecDB",null,null); } catch (SystemException ex) { EventLog.WriteEntry( String.Format("TradeFeed Exc ...Show All

  • Visual Studio 2008 (Pre-release) Trips to the database

    I have a general performance question that needs clarification. Assuming an object graph of Customer, Orders, OrderDetails and assume I am retrieving one customer with 10 orders and each order has 5 orderdetails, how many trips to the database will be required Is it 3 or 12 Thanks, Dave Foderick If you use the Including() operator to specify immediate loading of Orders and OrderDetails then you will get all your data in 3 queries.  If you don't use Including, it will take many more. ...Show All

  • SQL Server Report parameter with datetime

    Hi, Anyone can help me I created a store proc with @startdate and @enddate in query analyser - I run it as Exec SP_Admission '2006/01/01','2006/01/25' and it is ok. Then I created a report in VS2005 and set the parameter as datetime in report parameter. if I manually force to fill startdate and enddate with ‘yyyy/mm/dd’ format in preview, it works. However if I choose the date from the given calendar(Date Time Picker), it doesn’t work it is said that "The value provided the report parameter 'enddate' is not valid for its type. Of course it not valid because it always ...Show All

  • Software Development for Windows Vista Power icon problem

    Hello, I've just installed the Windows Vista Beta 2 (Build 5384) and so far so good, except for one thing: somehow i can't activate the option to show the power icon on the "notification are" of the "taskbar". When i go to the properties of the "taskbar", and then go to the "notification area" options, i'm allowed to select to always show the clock, volume and network icons, but not the power icon. Do you know what can i do to fix this problem Because of this problem, i never know when the battery is low. Thanks for your help!! If your machine is battery-enab ...Show All

  • Visual Studio Express Editions Using Passport in C# Form

    Hi guys, Is it possible to add Microsoft passport into my C# application . I have a username and password textbox on my form and I would like it to authenticate and log user in, then once logged in it will open another form. Is there an SDK that I need regards Sten There is an SDK (sadly what links I find end up turning bad) however I would direct you to the Microsoft Service Manager site as well as this brief page on Passport for developers . I would also caution you that when last I checked Passport is not a free service for developers and for you to use it with your application you woul ...Show All

  • Windows Forms RichTextBox.ReadOnly = True

    I am developing a chat application and I'm using a richtextbox to display the content of the conversation. I don't want the user to be able to modify the text in that field so I set the ReadOnly property to true. When I run the app, the richtextbox control is colored beige as if the Enabled property were set to True as well. Is this action normal for the ReadOnly property If so is there another way to make this field read only through code while maintaining the current background color Yes, it's true the BackColor is already Window but that's the default value. If you change it to something else and then back to Window it will have a ...Show All

©2008 Software Development Network