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

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

Ro0ke

Member List

David Weller - MSFT
gracias
togie
pj_bennett
Merovingio
logtorahul
Preston Moore
Aaron Sulwer
austriana
Jakein2006
BShaw
Deepu_a
daxu
Sugan
vtortola
Robert F Bouillon
smigger666
Jessica Fisher
Sqnyy
Johnny Raved
Only Title

Ro0ke's Q&A profile

  • Visual Basic Not Declared Issue With Visual Studio 2005

    Hi there! Recently installed the Visual Studio 2005 180-day-trial to see what it runs like and so-far I like, except I've encountered a rather show-stopping issue. I created a ASP.NET project, added a DropDownList Webcontrol to the page using the Design view, hopped into the Code view and happily wrote the code to connect to the database, create a new datatable from a db table and bind the results to the DropDownList. It worked perfectly and I was very happy. A few compiles later and the IDE says: 'Error "ddl_artists" is not declared'. Hmmm. I thought, checked the code and sure enough the variables were 'intellisensed'. I hadn't deleted the declarations. After a few minutes of pondering, I added Dim ddl_artists As System.Web.UI.W ...Show All

  • Visual C# Calling windows service from a web service

    Hy! I've created a windows service, and now I need to communicate with it from a web service that is running on the local IIS. How could I do this Thanks, Bruno 1-way, but not just for start and stop it, I should be able to call some methods from this service. Sorry, it may be stupid question, but this is my first time to work with a windows services, and I'm not completely sure if I understand the way they work. So, any good reference to it would be helpful. Is it even possible to call methods from it, as I call them from some web service ...Show All

  • SQL Server Is it reasonable that a table has 240 fields

    Hi, I have 240 sensors to sample one time per second,then store the data in sql server. Is it reasonable that the table has 240 fields If do,it will generate about 70,000 records every day.One month records will be 2,100,000. If I divide the 240 sampling data into 10 records,every record has 24 fields.Then every day 700,000 records will generate.One month the record number is 21,000,000.It is terrible. Which method is better,or who can give me another better method or some suggestions. I need your help.Thank a lot. Yes,most of fields should be filled. I store these records just for query history records and display every sensor's line. But I have heard that many fields will lead the database system low efficiency ...Show All

  • Visual Studio Team System Custom Policy for Non-C# Code

    Our project is currently using TFS for some .NET based projects. We will soon be starting new projects using other technologies, such as Oracle PL/SQL, Java, HTML,etc. We will continue using a single tool for our source code control, i.e. TFS, even though some of the new projects will be developed by tools other than Visual Studio. We would like to make use of the code analysis policy to verify the quality of code being checked-in. However the existing code analysis policy is for C/C# code. My questions: (1) Are there existing policies developed for other languages, e.g. HTML, Javascript, PL/SQL, etc (2) If not, how does one go about developing these policies Thanks, Si. Hi: I do not think we have an ...Show All

  • Visual Studio Express Editions Linker problem for OpenGL Program

    Hello, I'm trying to start going through the "Beginning OpenGL Game Programming" by Astle and Hawkins. The book uses VC++6.0 for its sample code, but I have VC++ 2005 Express Edition, and I'm having trouble getting a simple sample working. It compiles fine, but when I try to build it, it says LINK : fatal error LNK1181: cannot open input file 'condlg32.lib' Does anyone have any suggestions Thank you so much! That's probably a library that the book author used to get you going quickly. Carefully examine the CD that came with the book. And don't hesitate to send an email to the author... ...Show All

  • .NET Development How to find Application folder path.

    I am creating a windows application where I would like to create a xml file if it doesn't exists in the root path. To get the Path I tried the following syntaxes Environment.CurrenDirectory Application.StartupPath Application.ExecutablePath But all return the path upto ..\bin or ..\bin\debug directory. where I have to use subtring to get the application folder path. If I create a setup file and install the application, and while running the application,the code where I used substring(..\bin) will through an error "Lenght cannot be less than zero" as there is no bin folder in the installation folder. So how to get the application folder path alone Hi, If you are trying to ...Show All

  • SQL Server Analysis Services on SQL2000 SP4

    "unable to browse the dimension [dimension name]. Provider cannot be found. or Unknown Error. Everything else looks good, like processsing, looking at the tables,fields, datasource is connected. I am the administrator of my PC. Acces is installed on the same PC with the SQL Server. Operating system Windows2000 has SP4 applied and SQL Server has SP3 applied. My next step will be to import Access data base into SQL 2000 to see if that makes a difference ...Show All

  • Software Development for Windows Vista Any specific method to create equalizer using Directshow

    I had implemented media player using direct show. Now i want to implement equalizer for it. Is it possible through direct show. Any help provided is greatly thankful in advance While in theory you can use IAMAudioInputMixer, in real life, I haven't seen any devices that support all these methods. ...Show All

  • SQL Server Installing ASP.NET 2.0

    Hello, I am wondering if anyone has any suggestions regarding the requirement of SQL Express of ASP.NET 2.0 and that this may "break" existing applications that require ASP.NET 1.1 and will not run on ASP.NET 2.0 Thanks in advance! Tim Sorry for the text as I just copied and pasted them in my Powerpoint slides. The documentations are for the following: Compatibility Overview/Testing Compatibility/Breaking Change Documentation: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetdep/html/netfxcompat.asp ...Show All

  • .NET Development C# ListBox Glitch

    Hi, I'm using VS .NET 2003. I have a list box and a user can add a file and it will read through the file and add each line to the listbox using: ListBox.Items.Add(theString); That part works fine. The problem is I set the list box to allow the user to select multiple items so those selected items can be removed. When I load just one file, it removes the correct selected items, but when I load two it doesn't remove every item that was selected. I've tested it in detail printing out everything it did and realised the 'aListBox.SelectedItem' method wasn't working correctly. Say when 5 items were selected the SelectedItem method said only 3 items were selected. Anyone know how I could possibley fix this problem without disabling multiple sel ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Ready to Run Game Code?

    Hello, Looking forward to downloading the XNA CTP this weekend. I wonder, is there any ready-to-run game code for it I would like to download something just to give it a quick go. Thanks in advance, Hello, The CTP that you downloaded is for XNA Build, which is a build system for professional games. It is not related to XNA Game Studio Express that was announced on Monday. There are tutorials available as well as some sample tasks that should help you get started. ...Show All

  • .NET Development what is shim?

    This term is new to me. What does it mean Thanks Sure, you could use P/Invoke to call the native function. But that's error prone and not very OOP. You'll have to use a wrapper (shim) if you try to re-use a native C++ class, .NET cannot instantiate them. You can write a wrapper without P/Invoke if you use the C++ compiler. ...Show All

  • Visual Studio Express Editions Databind to a ToolStripStatusLabel

    I have a BindingSource obtained by a DataReader. How can I bind a ToolStripStatusLabel to my BindingSource Can I make a Class with a Custom ToolStripStatusLabel bavaro1, In order to bind data to the ToolStripStatusLabel control, I recommand you to choose a data source for the StatusStrip control. In StatusStrip control, there is a property called DataBindings with three options: Advanced, Tag and Text. Just choose one of them and make a data source for the control. Please make sure that your SQL Express Edition and be accessed normally. When you finish the data source for StatusStrip control, please take a look at the property Application Settings in ToolStripStatusLabel control. In PropertyBi ...Show All

  • Software Development for Windows Vista Is it a bug for MMC 3.0?

    OS: windows 2003 64-bit with sp1 MMC 3.0 and .NET framework 2.0 Visual studio 2005 ============== Reproduce steps. 1. Create a simple MMC project 2. Use FolderBrowserDialog such as the following anywhere FolderBrowserDialog dialog = new FolderBrowserDialog(); dialog.ShowDialog(this); 3. register and run this mmc program, and click button to launch FolderBrowserDialog 4. Make sure that the machine running the program is in a domain and can navigate several domain. 5. navigate to a domain, expand a computer, and go to share folder; 6. then navigate to another domain, expand another computer and folder; 7. repro 5-6 for several times. 8. wait for several minitues and do nothing 9. after yo ...Show All

  • Windows Forms scroll to bottom

    how do i make my panel scroll automatically to the latestest content.. My panel starts with showing the data on top and then the new data comes down and down and then scroll bar shows up which keeps getting bigger but i can't see my new data without scrolling. How can i make scrollbar autoscroll to the latest data thx Sameep look to this it may help you http://www.codeproject.com/cs/miscctrl/CustomAutoScrollPanel.asp ...Show All

©2008 Software Development Network