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

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

Bernaridho

Member List

__murph__
ahmedWebDev
Computer-Desk
TexMatt
Alexandrea
Fabriciom
setareh
Dave Miles
thedewd
MrSock
Leo Leys
innocent
uhclstudent
compucv621
nevermore
Teos
sd_dracula
James Boman
Todd Jaspers
Hopoz
Only Title

Bernaridho's Q&A profile

  • SharePoint Products and Technologies SharePoint 2007 - Access in Read Only to a folder

    Hi, I have a folder. A Group A can access on it only in Read. It's seems ok because the buttons "New" and "Upload" dont appear anymore. But another problem appears : when a user open a file, and edit it, it seems that he's able to edit it and save it without any problem !! How can i manage this problem I dont want to allow them to edit documents. Thanks for help. Are they able to save it back into the document library Usually not... but they are able to save a copy to their computer. Anybody feel free to correct me if I'm wrong but I don't think sharepoint can keep the user from saving a copy. It can only prevent them from replacing the original in the document library. ...Show All

  • Windows Forms Combo Box - Please help

    I have a form (VB -visual stu) and try to do the following. 1.Created a combobox and it is displaying one field from the lookup table. But I want combobox to display two field (ex: ID, Description) in the DROPDWON LIST and display only ID when user selected. Many thanks Hi, Please go through the thread below. Hope this helps. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=704049&SiteID=1 Thank you, Bhanu. ...Show All

  • Smart Device Development PictureBox on top of MainMenu

    Hello, i need to show a PictureBox over the Main menu of a form but fail in my attempts. Has anyone done this before Maybe even with other type of controls Thanks in advance, Peter Vrenken No, this is not possible. Menus are special beasts and are not to be trifled with. .NETCF does not support "owner-draw" menus. Alex's suggestion of creating your own custom control and showing it when you would normally expect a main menu is the way to go to achieve what you are looking for. ...Show All

  • Windows Forms How to bind a DataGridViewComboBoxColumn?

    Hi! I'm trying to add a combobox in my datagridview, but i can't show any value. I have two DataTables, A and B. I want that the DataSource of my DataGridView be A, and the DataSource of the DataGridViewComboBoxColumn be B, so i can select any value from B in any value in A. I try: dvg_variantes.DataSource = A; DataGridViewComboBoxColumn col = new DataGridViewComboBoxColumn(); col.HeaderText = "Nexos"; col.Name = "Nexos"; col.DataPropertyName = "ID"; col.DataSource = this .B; col.ValueMember = "ID"; col.DisplayMember = "NOMBRE"; col.ReadOnly = true ; Debug.Print(col.Items.Count.ToString()); // --- > 0 dvg_variantes.Columns.Add(col); }   I think that the problem is DataPropertyNa ...Show All

  • Visual C++ Application to send Windows messages

    I'm looking for a program that would allow me to send Windows messages to Windows in general and to specific windows. Say that I want to send WM_LMOUSEBUTTON and see how that affects a window. Is there such an application or will I have to write my own What I actually want is a reverse Spy++ :) I want to be able to synthesize and send messages instead of listening for them. If this mean building a custom app, then be it. I'd rather use an existing one though. ...Show All

  • Windows Live Developer Forums Required / Optional Fields for AdCenter API

    I'm a bit new to using MSDN documentation, but looking through the " AdCenter API Programming Reference ", I do not see where it defines which fields are required and which are optional. For example, is AdCenterOrderItem.SubstParam2 required for a new OrderItem What about AdCenterOrderItem.BroadMatchAmt Is this documented anywhere, or do I just need to use trial and error to see which service calls are rejected (I hope not.) Also, If I do not set AdCenterCampaign.CampaignDesc on addCampaigns() I get an error code: "-600029: The campaign description is invalid or missing," but in the MSDN documentation for this property is one of the few cases where it says: "This field does not need to be set." AdCenterOrder.Status is documented as "a rea ...Show All

  • Visual Studio 2008 (Pre-release) Getting Started! - System.IO.FileLoadException: Could not load file or assembly

    Hi, I'm just trying to get started but am running into difficulties. I've installed VS2005 and the previews of WPF and what I want to do is create web application. I've created a simple project and just clicked run without altering any other code and I get this: Startup URI: D:\My Documents\Visual Studio 2005\Projects\MarkRightAdmin\MarkRightAdmin\bin\Debug\MarkRightAdmin.xbap Application Identity: file:///D:/My%20Documents/Visual%20Studio%202005/Projects/MarkRightAdmin/MarkRightAdmin/bin/Debug/MarkRightAdmin.xbap#MarkRightAdmin.application , Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f467570e93e58c3, processorArchitecture=msil/MarkRightAdmin.exe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f467570e93e58c3, processorAr ...Show All

  • Software Development for Windows Vista No Editor Available For "file .." Make sure application for file type (.cs) is installed.

    I installed vs 2005 with all but VB and vs 2005 extensions for WF on a new machine. I then created a new sequential workflow project. When I try to open the workflow with the desiger, i get the above error message. I can view the code for the workflow, just not the designer. I have tried uninstalling, vs 2005 and extensions a few times with no success. Can anybody help me this is the successful solution to the above problem step 1: http://www.microsoft.com/downloads/details.aspx FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en (2.8 MB setup file ...its installation will lead to a 30MB download for .Net Framework3.0 xxx) step 2: NOTE: the above step is pre-requisite for this step2; htt ...Show All

  • Visual Studio Express Editions Filter Problem

    I'm struggling with being able to filter a bindingsource. I have a form with a datagridview (Player_InfoDataGridView). I have an event that triggers when the user double clicks on a specific record within the datagridview. That event opens another form (Tracking_List) with textboxes containing data from a bindingsource. The form has a bindingnavigator that moves from one record to the next. I need to be able to filter that form based on certain fields from the datagridview on the first form. I have assigned variables to capture the values of the certain fields to use in the filter based on the current row that the user double clicks on. However, I cannot find the correct filter code that works. Here is what I have so far: Private Su ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Framerate Question

    I am programming a 2D Halo game and I'm wondering the recommended framerate for a 2D game. Currently my game runs at 66-78 fps but the problem is that every 1/16 of a second, according to PIX the frame rate goes down to 30 - 38 fps. So is this natural or should I try drawing things at different times The reason I'm worried is because my computer has 3.2 Ghz processor and it also has a pretty good graphics card, but on other computers I don't know how low the framerate will be. wakawaka54 The 13 year old programmer When you see framerate dips in PIX captures, try capturing with other counters to see if those frames correspond to other 3D, in-process, or external events. IO, memory use (garbage collection), state changes, and ...Show All

  • SQL Server XML or Blob

    Should a large text file (like resume for example) be stored as Blob or XML If XML is recommended, would it have any impact on system performance when running full-text search Thanks! xml will outperform blob in many aspect like xml can be shreded to a database table, size and speed will be advantage but a word document or pdf will outperform xml in someways too one, is that blob are ready to go for printing after the are stream out of the database second. if there's a requirement to preserve the granularity of data to page level the choice will depend on your requirements ...Show All

  • Visual Studio Team System What's the correct process to archive the final, shipped stuff

    When my project was shipped, I need to backup these shipped stuff. Here is my process, 1. Create a branch; 2. Move the stuff under 'current' tree to 'branch\release\1.0' 3. Set the 'READ ONLY' permission on 'branch\release\1.0' is that okay Do I miss sth Thx. I know what you said. Perhaps I used wrong word "relative". The problem was just the paths under branch 1.0 reference folders under trunk. Thus, IS projects used paths like "c:\project\trunk\", "c:\project\trunk\components\", "c:\project\trunk\prereq", etc. When I branch a 1.0, these paths could be invalid some day, since we are likely to change some components under trunk, r ...Show All

  • Smart Device Development Signature to bitmap

    I am trying to convert a signature to a bitmap on a pda. I was using HoodCanalSystems control, but it isn't working on the new Palm Windows PDA and they are no longer in business. It returns a bunch of coordinates which it writes to a text file: 56,14,57,16 57,16,60,21 60,21,73,34 73,34,79,39 79,39,88,51 etc... I am using the following code: http://www.codeproject.com/netcf/Signature_Capture.asp Thanks, Aaron Version 1.4 of the OpenNETCF framework has the Signature class under OPENETCF.Windows.Forms the download link is here http://www.opennetcf.org/PermaLink.aspx guid=3a013afd-791e-45ef-802a-4c1dbe1cfef9 But remember this one only works in 1.0... no 2.0 version yet. I do ...Show All

  • SQL Server Show/Hide Rows --help

    On my report I have the group header, detail and group footer. If the number of detail rows is less than 2, I want to hide the header and details and show only the footer. Is this possible If so, how! Thanks in Advance OriginalStealth Different format for different rendering is not supported. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Team System Compiler Warnings - Can I indicate I want the build to fail?

    Is there a way to indicate that I wish the team build to fail if any compiler warnings are encountered You are right about the code analysis being a separate step. Unfortunately, I don't think there is a way to treat those warnings as errors without enabling it in the Project properties. Which would enable it all the time, not just during Team Build. FYI, to treat Code Analysis warnings as errors... Open the properties window for you project and select the Code Analysis tab. There each rule should have a check box for treat warnings as errors. warrens had a good suggestion on using the configurations. You could turn on Treat Warnings as Errors for your Team Build configuration and let the developers ...Show All

©2008 Software Development Network