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

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

windypoint

Member List

Barthi
WinForms
kevinj
rschaeling
Pubsnack
yeowsing
tssweb
FHJJr
n00bie
QAKiani
Mike D12995
Chris Honcoop
sathyank
Umer Khan
Hakan Gümüş
M.A.T
mogadan
LightWalker
Jeon
DoS
Only Title

windypoint's Q&A profile

  • Visual Basic Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document

    There was a similar question posed on the C++ forum back in February to which I responded yesterday, but unfortunately, did not get a response. I am therefore putting this question in the VB forum. I have a VB 2005 project which is actually an add-in to Outlook 2003, which was I was able to debug fine until earlier this week. Now I cannot debug it at all - the message in the subject is displayed when I hover the mouse over the breakpoint which shows a yellow icon in place. Can anyone here tell me what I should do to correct this There are a couple of reasons why you could be getting the yellow icon: PDB not present or doesn't match the executable PDB doesn't match the source DLL hasn't b ...Show All

  • SQL Server Removing the default value of RS Parameter (Value:"<Select a Value>")

    I want to remove the default value of RS Parameter (Value:"<Select a Value>") but don't know how. Is anyone here can help me out HI You can do this by giving the parameter, your own default value, or you van go to the report properties Parameters in the report manager and remove the default value by de-selecting the checkbox. Not sure what you wanted but this is how I understood the question. G ...Show All

  • Visual Basic Unable to add SqlDataAdapter to project

    I am running the following: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Enterprise I have a simple web page that I want to put a SqlDataAdapter on. It is not on my Toolbox, nor will it allow me to add it to the source. I had to check the option in Choose Items, the toolbox blinks, but it doesn't show the tool. How do I get that tool into my program Bill   Public Sub LoadData()         Dim ds As New DataSet Using Adapter As New SqlClient.SqlDataAdapter         Adapter.SelectCommand.CommandText = "SELECT * FR ...Show All

  • .NET Development an application's connection problem

    hi i'm trying to write a code for an application. this app will be installed on two or more computers and i want that the changes on the app on a computer will occur on other comp. at the same time. for example when a checkbox is checked on a comp., at the same time, the checkbox on other comp. will be checked. i don't know can i explain the case but i need any help. i think i must use sockets but how thanx ...Show All

  • Visual Studio 2008 (Pre-release) Is WPF right for my app?

    I am in the process of determining if WPF is right for my app. M y app requires that my main entry form look like a paper form for example a IRS 1040a. I can draw this form very easily on a Canvas, but because the canvas is position based, it doesn't resize with the screen, however I need to be able to resize the whole canvas based on screen size. I have tried the grid and stack panel but the wrapping and resizing doesn't work for what I want. I have to maintain the look of the form and maintain the aspect ratio as well. Any suggestions or where to look for examples would be greatly appreciated. rockowpb A few things to try Yes, experiment with Viewbox. Also, take a look at LayoutTransform - a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. the error

    I would like my game to come up to the opening scene, and when i press the spacebar it goes away and my game starts. I have tried something like this in my program: void _startGame; { using (Blank game = new Blank()) { game.Run(); } } But when i press spacebar it gives me an error. Thanks, for the help! Why not jsut set a flag when you hit space bool showSplash = true; in Upate() if (keyDown(Space)) showSplash=false in Draw() if (showSpash) { do the spash screen rendering } else { do the game screen rendering } ...Show All

  • SQL Server APPS for SSIS

    Help! Does anyone know where can i find some windows or web applications using ssis for manipulations arsonist wrote: Hi, an actual application (code sample) that use or manipulate ssis, hope you can help me on this one Thanks This link should help: http://msdn2.microsoft.com/en-us/library/ms345167.aspx ...Show All

  • SQL Server Package ID "not available" in Management Studio

    Do you need certain file system permissions for the SSIS service account to view the Package ID (a guid) in management studio When viewing Stored SSIS Packages in Management Studio's Object Explorer, the Package ID for a given package is always listed as "Not available". This applies to .dtsx files stored on the file system (SSIS Package store). Conversely, for packages stored in MSDB (Sql Server), the Package ID is listed. P.S. The version major, version minor, and version build number are also always "0" for packages stored in the Package Store when viewed through management studio, even though they are clearly not zero when loaded in BIDS. windows xp sp2 SSIS version 2153. j ...Show All

  • Visual Studio Express Editions silly question about converting a vector<char> to char []

    I have a vector of vector char's that I need to display to the screen. I don't want to display char by char but would like to store them in char[] or strings. I hope this is easy and possible but I just can't figure it out at the moment. Any help or push in the right direction would be helpful. Thanks, Matt I should have been more specific.  I am working with com objects and BSTR's so I built the following parsing function which returns the end result as a vector of a vector of chars.  I would like to return it as a string or as a char array.  Here is my function.  I just need to know how I could do the same thing either more effeciantly or using strings. vector<vector< ...Show All

  • .NET Development Code security exception while using fully trusted assembly to implement config section for the application started form network

    I’m using Microsoft enterprise libraries for my winforms application. One of the requirements from the customer is that it should run from network share in intranet zone. I strongly named all assemblies in the enterprise library as well as my custom application. I created security policy allowing them to run in the intranet zone. The tests with “caspol.exe” against every single assembly in my package from the network share confirmed that every one of them has “Unrestricted” permissions. My application config file is: < configuration > < configSections > < section name = " dataConfiguration " type = " Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSetti ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX8 and Vista Compatibility

    (split from http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1221168  to make a new question) It is interesting that you say that because I am testing a VB6 app that was working fine on XP and below but now fails on Vista when it tries to create a DirectX8 object, specifically Set oDX = new DirectX8 throws Error 429, ActiveX failed to create component. Running in XP SP2 compatibility mode does not work either. I would be really grateful if anyone has any ideas on this.  I also tried running the latest DX9 redistributable because I heard that was providing backward compatibility, but to no avail. Thanks. I am awaiting a reply from the DirectX team - their response time ...Show All

  • Visual Studio Express Editions How to slow down data transfered through serial port?

    Hi, I have this program up and running but I have a bit a problem with it. Here is the breakdown of how I got the program to work in visual basic express 2005: A motion sensor connects to the serial port of my computer. It constanstly sends in a "0" or a "1" through the serial port. If a "0" is sent through the serial port, the program does nothing. If a "1" is sent through, a text message is sent to my cellphone. The problem: The sensor sends in too many "1" too fast so what happens is that once motion is detected, my cellphone recieves about 7 text messages but I only want 1 text message. If motion is detected again then I will recieve about 7 more text messages. Here is what ...Show All

  • Windows Forms Default Date - Outlook,Calendar,Look,Feel

    I can not Figure out how to set the default date to Today in the Day View. It keeps coming up as July 21. Any one see this and know where in the code to change. Thanks Quick and easy fix although your monthly calendar view will no longer crunch the weekends. Right Click a day on the calendar Choose other options Uncheck Compress weekend days Follow this link for a detailed explanation of the problem. The bottom line is it’s a bug in Microsoft Outlook they haven’t fixed since 1998 and it still exists even in Outlook version 2007. http://www.slipstick.com/calendar/wrongdate.htm ...Show All

  • SQL Server Another question please

    We keep a database of events that are classified by severity. I've got a good, efficient query that gives me the grand total for these events. And I have a bad slow query that breaks down the information into daily totals. My fast query will count the totals for 3213586 events in 4 seconds. The slow daily query takes about 60 seconds for each day. Please help optimize my slow query! ------ Database schema is: Column Name Data Type Length Allow Nuls 1 msrepl_tran_version uniqueidentifier 16 0 0 [time] GMTtime (int) 4 0 0 msec int 4 1 0 offset GMToffset (smallint) 2 0 0 type nameType (varchar) 15 ...Show All

  • Visual Studio Tools for Office Need Help in Programming Excel in C#

    Hi i need help in excel programming in C#. i know how to open excel application and add data to different fields but the problem is that i am not able to save properly the edited excel sheet. Hi Vakas This forum is dedicated to questions about the VSTO technology and is not meant to support questions about general Office automation. You'll find a full list of newsgroups for these kinds of questions in the "Please Read First" message at the top of this forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174275&SiteID=1 I recommend you ask in the Office.developer.automation newsgroup. Please be sure to specify which version of Excel you're targeting, and copy in some of the code you have that shows how ...Show All

©2008 Software Development Network