Software Development Network Logo
  • Visual Basic
  • Visual C#
  • Windows Vista
  • Microsoft ISV
  • VS Team System
  • Visual Studio
  • Smart Device
  • Visual C++
  • VS Express Editions
  • SQL Server
  • Windows Forms
  • Visual J#
  • .NET Development
  • Windows Live
  • Visual FoxPro

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

_gcvt

Member List

Ken Faw
Chandra111
Dave Q
Asaf Barak
Efren
Joel Holder
skweaz
TOWFAS
Udi Azulay
traitors
cfjgrind
Harris Syed
XF
RobertNet
IrishAnto
moh081
AllenClark
AliceY
char_grill
Nigel Watling
Only Title

_gcvt's Q&A profile

  • Visual Studio Add web control to web form designer at design time

    Someone please help me !! I am trying to add a standard web control (e.g. label, textbox, datagrid) to the currently active web form surface in VS2002/2003. If I add it using the DesignerHost.CreateComponent method it seems to add to the controls collection OK, and usually the code-behind shows the declarations. But the HTML design / source tabs never display the added item. How can I get this working Someone mentioned simulating drop after placing a control in the clipboard. Anyone know how to solve this The exact same code I developed so far is fine and dandy when used for Win Form. Thanks - Kevin In VS ...Show All

  • Visual C# Threading and events . with forms and other threads.

    I have been using multiple threads a bit of late. I am using VS C#2003 at present - but may upgrade to 2005, especially if it helps solve this problem! Here goes: Class1 has a slow process going on in a thread. It Has a public event which fires to say how many percent are complete. It also has one to fire with included data when it finishes. Class2 is another slow process with its own thread. It subscribes to Class1_Finished. It also has its own Finished_Event. Form1 Subscribes to all the above events. To my way of thinking, to reduce the overhead of coding we should be able to make it so that the FireXXXXEvent() checks to see ...Show All

  • Visual Studio User defined reports

    Can the final user modify the .rdlc file to have a customized report Is there (o will there be) a "Designer" external to Visual Studio In what type of application do you use StimulReport How did you find out about it My biggest problem with going with them is the lack of information available out there. How are they as a company Are they responsive when you have problems ...Show All

  • SQL Server Where is Management Studio

    I have been working this for 2 days on my XP SP2 machine, AHHHHH !! I tried running the SQL Server 2005 Tools install, and kept getting SQL configuration checker error with WMI. What finally got me around that was installing VS 2005. {without SQL Express} Ran the tools install, but not Management Studio, only the Configuration Tools on my menu. What the heck, tried running the full install, got the database engine, but still no Management Studio. Tried uninstalling everything, everything is gone except the database engine. Tried re-installing, still no luck. Tried the command line to fix the shortcut to management studio as de ...Show All

  • Visual Basic How to Implement Super User?

    Pls give me a reference where i can read about the functions of a system super user.. Please read http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=227781&SiteID=1 Your question is not really very descript about what your trying to achieve. A system super user is an admin. This means that have security permissions on the box to make changes such as the registry and installing applications that normal users may not have. Is this VB.NET related and if so please provide more information on what your looking to do. ...Show All

  • Visual Studio Object Moved

    Hi, In the Microsoft Document Explorer for VS2005 I'm getting an error showing http source showing Object moved to http://service2.msdn.microsoft.com/search/service.asmx In these forums I've seen a post mentioning adding a proxy to fix this, but I don't use a proxy. Also, that address doesn't even exist! DNSStuff.com reports the message below showing that's not a good site to have moved to, so any ideas why my help is not working I've been into Tools/Options/Help/Online and everything looks good. Thanks :) DNS Lookup: service2.msdn.microsoft.com A record Generated by www.DNSstuff.com at 17:14:37 GMT on 17 May 2006. How I am searchin ...Show All

  • SQL Server DataBinding to radio button

    I have a windows form containing some text boxes and radio buttons bount to an SQL Server database, with code like the following: this.tbBorrowerLastName.DataBindings.Add (new Binding("Text", dsData.Tables["Results"],"BorrowerLastName"(); this.rbMale.DataBindings.Add(new Binding("Checked", dsData.Tables["Results"],"Male")) If I add a new row and try to move there using the code below, nothing happens (neither movement to a new position nor error message), unless I remove the radio button bindings. (The same thing occurs if I attempt to move to any record that has a null val ...Show All

  • .NET Development Database or FileSystem

    hi everyone, i am foreign to this topic and would like some recommendations on best practices and standards. i am designing an asp.net frontend that calls for making file attachments (.xls, .jpg, .doc, .pdf, etc..) there will be 100's of files therefore size upload limit will be around 1/2mb per file. now...what would be the best approach to store these using database or filesystem if database what types would i classify these as any feedback or direction anyone can provide is greatly appreciated thanks. If you choose to store the files in a database, store them in binary format (the exact name of the field type will depend on what d ...Show All

  • Visual C# vs 2005 not responding

    I am using VS.Net2005. Whenever I open a project, the VS gets stuck. If I end the vshost process, the VS continues to respond (but I cannot debug the app). The same happens when I create a new project, so it is not a project specific issue. Does anyone know how to solve the problem thanks. Thanks for the call stack. Apparently the hosting process is failing very early, leaving Visual Studio in a deadlock condition. What we need now is a call stack of the hosting process itself. [1] Install Debugging Tools for Windows. You can install them from http://www.microsoft.com/whdc/devtools/debugging/install64bit. ...Show All

  • Visual Studio Team System See list of Suppress Message(s) (also excluded checks)

    Hello, any way to see overview which code I "suppressed" in "VS Team Edition for Software Developers" Something like in FxCop in tab "Excluded in Project" Thanks Anton Kalcik Anton, Unfortunately this isn't possible in Visual Studio, and is something we are considering for future versions. Regards David ...Show All

  • Visual Studio Express Editions Bookmarks window

    I can't work out how to open the bookmarks window in Visual Studio 2005 beta -- it's not there in the view menu, and there's no View.Bookmarks entry in the keyboard configuration. I can still set bookmarks by enabling the text editing toolbar, but I can't associate any text with them. Is it there at all How do I open it TIA. Tim In Visual Studio 2005 Beta 2, Bookmarks window may not visible depending of your settings. You may always display it by using Ctrl+W,B or View > Command Window, then type 'View.BookmarkWindow' in command window. Pietolit ...Show All

  • Visual C++ How to show the activities and actions of program to user????

    Hi, I am writing an MFC program that work file related operations like copying, moving, deleting and so on. I like to show the actions and activities of the program on a window (small dialog) while it is working on these operations so that it can give feedback on what it is working on. Any idea Thanks. vcboy Thanks for your reply. But I don't understand what you mean. Vcboy ...Show All

  • .NET Development DataSet Location

    where is the dataSet been saved is it on the client's computer thanks in advanced. ya.. thats rite... i rily mess up with windows and web forms... the dataset is created in web server memory...and we can pull data even if our database server goes down.. sory for the misguidance happend.. bye ...Show All

  • Visual Studio Team System URL in Redirect is not encode

    Hi, I have a ASP .NET app. In the Search.aspx there is a redirect to an URL with a QueryString parameter (data). This parameter is created at run time and contains characters like %. When i run the web test, the parameter value is not right, as something replace some characters. In the Object was moved here... page the parameter looks OK. <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ESC/PM/View.aspx data=FEOam%2fXr2PE86xvkECi2IfqSI6RW6UyZzv2WIqkCqzULnCH2iKjfx3mQGyf%2bBb0iL19xe98UimXIJI%2bl5RcPie8hFnSuP1%2fNqsuEcwyYTF%2fEIUiy11f%2fL%2fPdCLwDrXzkWN%2brIXkaJ%2f ...Show All

  • Smart Device Development Problem for BthSetMode()

    Hi everyone I use BthSetMode() to set the Bluetooth status, it seem ok. But if I change the BT status by using BthSetMode() and reboot(Warm power off and power on) the PPC immediately. BT status is wrong with I set before reboot. Anyone could tell me if I lost some procedure before I reboot the PPC. Thanks I'm running WM5.0 AKU3.2 I'm suspending and resuming using the power button on the device, resetting using the soft reset key combination (homekey and power on this device). I've added code in the serial driver to power down the bluetooth hardware via its registers on suspend and then po ...Show All

©2008 Software Development Network