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

Software Development Network >> Bridel Vinamit's Q&A profile

Bridel Vinamit

Member List

mognog
Nils VG
Pojev
slentz
My Vizai
PFkaplan
Forch
Eric Kinateder
Bear23
cruzn
Zhou Yong
Marcin Książek
Sparx
zille
Jeff Williams
maryz
Prateek_cds
Kzin
Jarodtweiss
NickNotYet
Only Title

Bridel Vinamit's Q&A profile

  • Windows Forms How to add delay among the callings of application, which is related to click on the button.

    Dear all, I met one problem. My scenario is as follows. There is one form1, which contains a tabfolder, and one button embedded in the tabfolder. Their relationship can be expressed as Form1(TabfolderOne(buttonOne)), where brackets stand for "include". And button One will call Application One for ten times in the loop, in this following way. for (int i = 0; i < 10; i++) { ApplicationOne.Start(); ApplicationOne.Close(); } Moreover, I wanna add some time delay among each time of calling application A. e.g. 2s. How should I implement it I have some ideas. Howerver, I don't know which way is better, or none of them is better 1. do sth in the "for" loop when ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SystemTimeToVariantTime and DirectX

    Hello, I am using VS2005 Pro in XpPro with Sp2. I also have Platform SDK 3790.1830 and DirectX9.0 October 2005 installed. I have ported our legacy code fromVC++6.0 into VS 2005 (no .NET) and we need to add directX capability. I started with the BitmapMix sample code to interface with a USB camera in our system. After getting the camera interface working, I have noticed that after calling the function: hr = m_pD3D->CreateDevice( ...); that the call to :: SystemTimeToVariantTime( ...) is no longer returning the proper time. Are there known issues with DirectX 9.0 and this function thank you The problem is that CreateDevice() by default sets the floating point precision of the CPU to 32-b ...Show All

  • SQL Server Auto hide not working properly

    When I start Management studio for the first time on boot the Auto hide (Pin icon) does not work. I have to pin it first and then unpin it to make it work. Initially I thought it happens only on my machine but same thing I tried on couple of other machines. Happens only with Object Explorer not with Properties pan. All these machines have good primary 1GB RAM and processing power Intel dual core CPU 1.60 Gz. It is very minor issue but little annoying! Anyone else experienced similar behavior Using MS SQL Server 2005 EE Submitted a feedback with title " Management Studio-Auto hide does not ". How do I get to know whether it is really an issue with Management studio or something els ...Show All

  • Visual Studio Install Error...

    Error message during installation is: Please insert the disk: Microsoft Visual Studio 2005 Professional Edition - ENU Disk 1 I'm not sure what this means. The error popped up while using the first disk and now the error indicates need of ENU Disk 1. Any idea what this means toxicorange wrote: Copy directory VS2005Pro to your c: drive. Move all the files from the DISK2 folder into the DISK1 folder overwriting any matches. Run Setup.exe in the Disk1 folder. This worked well for me, with one additional step - to get the "automatic" product key, I copied the DISK1/Setup/Setup.SDB back over the one that came from from DISK2. ...Show All

  • Audio and Video Development ACA Explorer

    Hello, Don't know if anyone has created one yet but I figured I'll share this small tool i made with everyone. AcaExplorer allows you to view the content of unencrypted Advanced Content Archives and extract files. Usage: Run acaexplorer.exe > Click on [Open Archive]  > Select an *.aca file and click [Open] > Select one or more files from the listbox > Click on extract and choose the destination > Click [Choose] and voila! Tip: use [CTRL] to select multiple files The tool is free and can be downloaded from: http://www.levelx.eu Notes: The program doesn't warn if there is already a file with the same name in the destination map and overwrites. Currently there is a max 16MB limit.   ...Show All

  • SQL Server pb fail over automatic with one instance alias with data mirroring

    Hello, I've got a question about failover with the database mirroring. I have 3 servers, 2 with SQL 2005 and 1 with SQL Express as witness. After getting some problems to install database mirroring with Windows authentification, i had to create an authentification by certificate. All goes well but my problem is about my primary instance SQL alias. The alias on the primary doesn't follow on the secondary when the primary is down. I've searched on forums and in the internet SQL web sites, but i didn't find anything. I create another alias on the secondary but i don't know how to modify it in T-SQL... I would like to know if there's any solution to modify an SQL instance alias by transact-SQL or if anyone has already i ...Show All

  • Visual C++ What is the system certificate store name for trusted root certificate publisher?

    What is the certificate store name for trusted root certificate publisher I want to use CertOpenSystemStore() to open a system certificate store that is used to store trusted root certificate. But I do not know what is the name of that system certificate store . Does anyone know thank you in advance! ...Show All

  • SQL Server How to get the value of number of rows in groupfooter

    I want to show how many records populated in the groupby clause, i want to show the number of rows value in the group footer. Thank you very much. If you put this in the group footer, you should see the count for each group. =CountRows() Hope this helps. Jarret ...Show All

  • SQL Server SQL2005 Reportviewer source code

    I want to customize reportviewer toolbar. Anybody can tell me where I can find the source code reportviewer I have seen the SQL2000 version of reportviewer with source code. not SQL2005 version. Thanks. ...Show All

  • SQL Server Varchar of length > 8000 causing problems

    Hi, i am having trouble passing strings of length > than 8000 chars to my stored procs. I have tried batch update, splitting the strings and calling the procs multiple times. But maintaining transaction is a major worry in these situations. Can someone suggest a feasible solution regards sandeep I am using java for the front end. sqlserver version is 2000. I have to pass an array of IDs into the DB. I am passing them as comma separated string. When the length of this string exceeds 8000, varchar restrictions come up. I cannot use text anywhere in the SP, batch update is also out of question because of client specifications. PFB sample code *********************************** ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reading the buttons of Joystick Saitek x52

    Hi all, Did anybody come across a C# sample that relates to Saitek X52 I have found some generic Joystick samples which help me read the buttons EXCEPT the Mode button. The GetButtons() function returns the codes of the pressed buttons, but I cannot get the status of the Mode button out. I just spoke to Saitek support - No .NET samples whatsoever. Any tips will be appreciated. Best Moni. I did check. Mode button is active and well in Control Panel -> Game Controllers. I use byte [] buttons = state.GetButtons(); int button = 0; foreach ( byte b in buttons) { if (0 != (b & 0x80)) strText += button.ToString( "00| " ); button++; } richTe ...Show All

  • Visual Studio Team System Problems to access TFS from Visual Studio Team Suite

    Hi, We are having a pilot projekt for a development environment for our students with Visual Studio Steam System. The students want to access the TFS both from the terminal server and the lab rooms. Here the scenario: 1. One TFS server 2. One Terminal Server with VS Team Suite SP1 + Team Explorer + SQL 2005 SP1 3. Windows lab rooms with Windows XP SP2 clients + VS Team Suite SP1 + Team Explorer SP1 4. All computers are members of an AD domain and we are using domain credentials for the user accounts. We are not able to access the TFS and the SQL DB from our Windows XP client maschines. When starting VS Team Suite on the clients the following happens. 1. When trying to add the TFS by using "Connect to Team Foundation Server ...Show All

  • SQL Server error message "running IIS failed ...see hresult "

    hi, I'm working on "MERGE REPLICATION"...i followed the procedure same as the book "SQL SERVER CE DATABASE DEVELOPMENT WITH the .NET COMPACT FRAMEWORK"Author Rob Tiffany, ch9,10 i got one error msg that..."a request to send data to the computer funning IIS failed,for more information seeHRESULT " ..When my program hits rep.Syncronize()... here my codes \\\\\\\\\\\\\\\\\\\\\\\ rep = New SqlCeReplication rep.InternetUrl= " https://seawolf/fieldagentrda /sscesa20.dll " rep.InternetLogin = "robtiffany" rep.InternetPassword = "pinnacle" rep.Publisher = "seawolf" rep.PublisherDatabase = "IntelligenceData" rep.PublisherLogin ...Show All

  • Visual Studio Team System Custom Generator sample wanted

    Hi, I did the walkthrough in the documentation to develop a custom generator. The walkthrough is not quite correct, but I managed to develop and compile a custom generator. The problem is that I cannot register the generator. The Microsoft.VisualStudio.TeamSystem.Data.Extensions.xml file does not exist, so I created it myself, but I think it is wrong. Can someone from MS please post a very basic sample generator with source code and registration XML file Regards Jerrie Pelser Jerrie - If you spot inaccuracies in the custom generator docs, please let us know. We've still got time to make doc corrections for the "in the box" docs. After that, we'll still be able to update the online docs, star ...Show All

  • Windows Forms Window animation - painting slowly / tearing

    Hi, I've got a form that has a link label. When the link label is clicked I make a panel visible and expand it's size from 0 - full size in a seperate thread to make it look like a drop down menu. The animation works fine but all of the controls in the panel are black until the animation has finished. If scrollbars were visible it was drawing lines all the way across the panel (everywhere the scrollbars had been). Anyone know how to prevent this Thanks. You aren't changing the Width/Height property in the thread are you That is strictly forbidden, check the docs for the Control.InvokeRequired property. Use a timer like in this thread . ...Show All

©2008 Software Development Network