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

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

GusaMusa

Member List

Jimmy.Z
footballboy
rebeccat
Matt_
Dmitry Pavlov
Lakshmi N
Wendy_B
ajj3085
Bandile
xlordt
paolob
keltak
Rahul Singla
EsteemDE
William Vaughn
Santacruzshores
waishan
nrkhakre
lachlanj
Warner Young
Only Title

GusaMusa's Q&A profile

  • SharePoint Products and Technologies MOSS 2007: List to interact with SQL 2005 Database/Table

    Good morning Community, the problem i face is this one: I want to display a SQL 2005 Table in a MOSS 2007 list. The Users should be able to add new table entries. Furthermore i want to use the MOSS 2007 list-feature just to show own entries. Is this possible with standard features Thanks a lot for your help! Hi, you can use Business data catalog feature of MOSS2007. Bussiness Data Catalog->import Applcation file. Applcation should be XML file containing mete data information and connection string of SQL database. ...Show All

  • SQL Server Where the data source and reports stored in reporting services

    Hi, I am wondered after creating a data source into the reporting services where the details of that data source stored in the backend, is it saving in the tables or somewhere else I need the details. And even i would like to know after uploading the reports where these details are also stored. This is little urgent, please help me. With Regards, Prashant Mulay The information is stored in the ReportServer catalog database. The tables and names of columns are readily identifiable for the purposes they server. All stored data that is related to passwords and users is encrypted. ...Show All

  • Visual Studio Express Editions Why alphablend api doesn't work on VB 2005 Express?

    Due to the speciality of my purpose, I just come to use Alphablend API. But somehow it seems the API doesn't work properly. I've already looked into some references and documents, and found the fact that Alphablend returns '0(false)' when it is not correctly loaded. The API returns '0' almost every time. I've even used varied modification of same API, but it still doesn't work and returns '0'. Please let me know what is wrong, and how can I run 'Alphablend' API correctly on VB2005. My tweaked code for VB 2005 : Declaration, method 1:     Declare Function AlphaBlend Lib "MSIMG32.dll" _             (ByVal hdcDest As Integer, ByVal nXOriginDest As Integer, _ ...Show All

  • .NET Development find current date falls under EST/EDT from any machine in Arizona/CST/PST/EST

    I have windows service which is going to run on several machines which are in different time zones in USA. I want to find out the Eastern Zone current time from these different machines.Language platform is VB.NET/C#.NET Question is: How i can find out current date falls under EST/EDT from any machine in Arizona/CST/PST/EST. Thanks for the reply. The problem with my scenario is i dont want to connect to the machine which resides on EST zone. I need to find the EST time from any machine in Arizona/CST/PST/EST Pl suggest some other alternative. ...Show All

  • SQL Server Want to log CLR exceptions in SQL table

    So I have some SQLCLR stored procedures, that use some .NET classes. I have a table in the database for exceptions, and I want to log all exceptions (except SqlExceptions of course) to that table. I have the following example: public partial class UserDefinedFunctions { [Microsoft.SqlServer.Server. SqlFunction (FillRowMethodName = "FillRow2" , DataAccess = DataAccessKind .None, SystemDataAccess = SystemDataAccessKind .Read, TableDefinition = "fld_colname NVARCHAR(4000)" )] public static IEnumerable ExceptionTest() { // Some example from a website List < string > names = new List < string >(); using ( SqlConnection connection = new SqlConne ...Show All

  • Windows Forms DataGridViewCheckBoxCell problem

    Hello I am using DataGridViewCheckBoxCell in datagridview. When i check and uncheck the particular column, the column is marked as checked. The code used is as foreach ( DataGridViewRow row in dgOrders.Rows) { DataGridViewCheckBoxCell include = ( DataGridViewCheckBoxCell )row.Cells[ "Select" ]; if (include != null && include.Value != null ) //if checked { Do processing } } what will be the problem I am sorry to say that the problem still persists. I have set the truevalue of the checkboxcell to true before binding to gridview as DataGridViewCheckBoxColumn chk = new DataGridViewCheckBoxColumn (); chk.HeaderText = "S ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xbox deployment does not appear in 'My XNA games'

    After I deploy my game to Xbox it works, but doesn't appear in the 'My XNA games' list. Games that I deployed previously have appeared OK. Any idea why this might happen Sorry I should correct myself and say that you most likely just have an empty assemblyinfo.cs file like below using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("")] [assembly: AssemblyProduct("")] [assembly: AssemblyDescription("")] [assembly: AssemblyCompany("")] [assembly: As ...Show All

  • Visual Basic How to put headers in a listbox

    Hi, I am pretty new to Visual Studio, but know enough about SQL. I am working on creating some applications with VB to access my SQL database. I created a listbox that is extracting some data from a table. I am trying to Save that data to a .CSV file, but I am having major issues. I would really appretiate it if someone could help me and explain why my code is not working. I used examples to get to this code, but lack of experience is helping me to get stuck at this point. Thanks!!! Code: Try With sdlgTextFile .AddExtension = True .CheckPathExists = True .CreatePrompt = False .OverwritePrompt = True .ValidateNames = True .ShowHelp = True .DefaultExt = "txt" .FileName = filename .Filter = _ "CSV Fil ...Show All

  • Visual C# How to change Form control fields from another class?

    Pretend you have the simplest web form, Form1. All it has is a single text box, textbox1. The project has another class in it that is called Remotable that will be used for Remoting to the application (the question is not about remoting, that part works fine). When I get into Remotable.ChangeText(string), I want to change textbox1.Text to be the passed in string. I cannot figure out how to access textbox1 from the Remotable class while Form1 is running as the active Form. The issue is that the object for Form1 was created by Main() and is an object of another class. I do not want to make that object static or public or anything. I would like there to be a way to change textbox1.Text from Remotable.ChangeText() directly. Any thoughts ...Show All

  • Visual Studio 2008 (Pre-release) Localization problem in Avalon

    Hi, I need to localize a listbox. Items of which are being read from an xml file. Can't have multiple culture specific xml files. Don't know how to incorporate xml to ResourceDictionary which is being used for containing culture specific information of other controls in the application. Can DataBinding help , if yes How and if no What could be the alternative Thanks for replying, I am using .Net Framework 3.0 CTP. "Can't have multiple culture specific xml files" ,here goes the explanation - the listbox is being populated from the xml file. Now the options available for me are - 1) Create multiple culture specific xmls and read one that belongs tocurrent culture and 2) use Resourc ...Show All

  • Windows Forms Updating the underlying table of a views in datagridview

    I want to present data in a datagrid view from multiple tables, but have update work for one of them as follows: Table EquipType has two fields: EquipID, EquipName Table EquipQuant has two fields: EquipID, EquipQuantCount I want to present the user with a datagrid view that shows two fields: EquipName, EquipQuant and when they hit the save button I call equipQuantTableAdapterInstance.update(ds.EquipQuant) and have the EquipQuant table update. How do I do this. If I present a view in the DataGridView the updated EquipQuant field does not get loaded back to the EquipQuantCount field. Do I have to denormalize my tables and include every detail in every table I present through a DataGridView Thanks Kevin ...Show All

  • Visual Studio 2008 (Pre-release) services throws exception when run as a Windows Service, but works in debug mode

    Hello When my wcf services are running as a Windows service, I get ServiceModel.FaultExceptions thrown out of my OperationContracts (my methods). If I expose my services by running my Visual Studio solution, and have that running, I don't get any exceptions and everything works fine. When running as the Windows service, I know I can communicate from my client (which is an asmx web service), as I have a test method that returns a string. The methods not working return more complex strong data types that get serialized across the wire. Has anyone experienced similar behavior Thanks in advance K Fixed. My app.config in the hostService assembly (the Windows service) didn't ha ...Show All

  • SQL Server Migrate SQL Server from 64Bit platform to 32Bit

    Hi, All: We have to migrate several 64Bit SQL Servers to 32Bit platform. Due to the 64Bit source systems are all production system, the downtime is too limited. So we can only get the DB files via Detach way. Among the source systems, both SQL2000 and SQL2005 exist. My question are: Is it possible to migrate the DB from 64Bit to 32Bit via Detach/Attach If ok, how to do that Any info will be highly appreciated! Thanks! Best Regards, Kevin Hi Kevin. The on-disk layout of database files is the same for 64bit and 32bit databases, there's no difference...you can freely attach/detach, backup/restore, etc. to/from 32bit/64bit systems and vice-versa at will with no issues. Of course, th ...Show All

  • Visual Basic OpenFileDialog Question

      I have the following code written for the opening of a BMP image from the File...Open on my menustrip. Private Sub OpenToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click OpenFileDialog1.Filter = "Image Files (*.bmp)|*.bmp" If OpenFileDialog1.ShowDialog() = DialogResult.OK Then Dim fileName As [String] = OpenFileDialog1.FileName End If End Sub   I tryed it out and it worked, but i have a small question.....How can i change the default name that appears in the file name of the window browser It is set to "OpenFileDialog1" How can i change it to an empty space   EDIT: I just added a picture ...Show All

  • Software Development for Windows Vista Webcam programming SDK and documentation especially about for controlling pan, tilt, zoom capabilities

    Hi everyone I'd like to capture video frames and tracking in some features in video frame images. But I don't have enough experience about programming webcams to do this operations. Especially How can I control pan, tilt and zooming capabilities of webcams through DirectX SDK Are there any documention and Know-how in the web Thanks for your interest Sincerely Cem Dear Chris, First of all thanks for your interest in my problem an your reply, I installed DirectX SDK August 2006 but I can not find any executable regarding to the GraphEdit program except GraphEdit.jpg file inside the SDK folder. Do I need to build it otherwise there is no prebuild binary file about this utility program inside SDK Sincerely C ...Show All

©2008 Software Development Network