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

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

statscat

Member List

younessta
mahalaks
Esraa
cada0310
Jish40289
steve brsk
M.Small
Manu Kanwarpal
Mark Fasano
Claudio (Bonghi) Benghi
Leviathan
Shimshaker
MIkey1969
chantit
BABSBINI
Lars Erik Nes
Iko
yvading1482
Vrungar
Gilles Gilles
Only Title

statscat's Q&A profile

  • Windows Forms Programmatic access to treeview control

    The help index in VS2005 indicates that it should be possible to change the selected node on a treeview control programmatically, but both the selectednode and selectedvalue properties are marked as read only so they cannot be changed.  How do I change the selected node programmatically to allow the tree to correspond to a web page that is opened from a Server.Transfer command (the default behavior is for the tree to remain pointing to the ...Show All

  • Visual Studio Tools for Office VSTO Outlook Addin Setup on Client Workstation

    I created a VSTO Outlook Addin.  With the setup project that was created for me I created a MSI file that is run on all the user workstation as an local admin since users can not install software on their machines.  During the install I pick All Users and the install completed successfully.  I see my addin in Outlook and the addin works fine.  Every other user that sign on to that box for the first time have to ru ...Show All

  • Visual Basic Just wondering is it possible to change the default title of MsgBox?

    Is there a way to change the default *ugly* title of MsgBox Please don't take it wrong. I know that I can provide the 3rd parameter - but I have to do it on every call. Any ideas Hi, Defaultly the Application name is displayed in the title bar of a MessageBox if you don't specify a title. So if you want to change the default title, then change your application name. cheers, Paul June A. Domag ...Show All

  • Visual Studio Express Editions [RESOLVED]VB2005Express - autoextend thingy is switch off

    Hi, Somehow the autoextend thingy (the popup menu which you automaticly get after you type a . like DateTimePicker1.Value. ) got switched of. Where / how do I switch it on again John Used the Repair/Reinstall option Also - you can go to Tools.Options.TextEditor.Basic.General and make sure Statement.Completion.Auto List Members is checked   thanks, Kathtam_MS (VB Testing) ...Show All

  • Visual FoxPro use the reccount

    hello all  I use "set filter to" and want to know how much record is match the filter condition. I use the "reccount()"  but it return the result is not I want. it is all the record count This is how it works for me. Finally . Select * From Customers Where State = "NJ" Into Cursor NJ_Customers NOFILTER Then a second query can be taken, otherwise the runtime does not recognize NJ ...Show All

  • SQL Server comment/uncomment keyboard shortcuts changed .. grrrrr!!!!

    Call me old-school, but I happened to like the one-key Shift-Ctrl-C and Shift-Ctrl-R methods of commenting and uncommenting T-SQL code. I've tried to see how I can set up my own macro's to give me those key combos back instead of the double-the-work ctrl-K + ctrl-C and ctrl-K + ctrl-U keyboard short cuts. The k-c one is the worst because it takes two hands to type it, but the two fingered k-u isn't much better. Can someone tell me how I can ov ...Show All

  • SQL Server And/or filter field not enabled in the group filter tab

    Howdy, I have a table that has a group. In this group, I want to filter by 2 different expressions, concatenated with an OR. BUT I can't change the "And/Or" column value for the first entry because it is grayed out. The column will automatically change to an OR value if both my expression column fields are the same (which I don’t want) but if I put any other value in to the expression field of the second row, the "And/Or" ...Show All

  • SQL Server Remote Connection problem on MS SQL 2000

    Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign ad ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Hey Everyone

    Hello every1, i remember playing my snes :P it was a damn fun game console for sure though. i remember a game called earthbound best. it was a great game and it looks simple enough to make with todays game dev tools. i thought maybe it would b possible to make a online version of this game... would this be possible also wat about legal issues Deprecated means not supported any more - so there will be no bug fixes if you find any. Can you ...Show All

  • SQL Server mac sql2005 express

    I recognize that this question borders on blasphemy but I am curious as to whether there is a version of sql2005 express for the mac platform. Would like to keep a compatible local instance of 2005 on my mac notebook. many thanks, dj Hi, actually no. :-) But you can sure run a Virtualisation running SQL Server in whatever sandbox your virtualisation software is supporting. The requirements of each edition can found here: http://www.mic ...Show All

  • Windows Forms showing notepad in my application

    Hi, My application constantly writes some information in a .txt logfile. Is there any way I can show the information of logfile in the user-interface. Like making a textbox that is somehow bound to the text in textfile. I want to prevent user from opening the textfile again and again to view log information. Thanks, Hi! You can create own TraceListener that will store all Trace messages into internal a ...Show All

  • Windows Forms Radio button column in winforms datagrid

    Hi All,    I request you to let me know how i can add a radio button column to a winforms datagrid. Early response would be appreciated very much. Thanking you,  Bhanu Krishna, Software Developer, Aztec Software.   hi bhanu, did u get the cod ...Show All

  • Windows Forms ToolStripControlHost designer usage

    I've created a class that extends ToolStripControlHost.  Is there a way to make it useable in the design view I'm hoping that I'll either be able to add it to the toolbox so I can drag a new instance onto a toolstrip, or that I'll&nb ...Show All

  • Visual Basic Textbox background image

    Hello all, I've been searching through a bunch of VB websites etc, and I just can't figure this out: I'm trying to make the background image of a textbox one of the .bmp images that the program has (you know how you add item, add bmp. Sorry for such a stupid question! Any help is greatly appreciated -Robert Hi Robert, You can check out this thread - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=429224&SiteID=1 - which poin ...Show All

  • Visual C# why arent my event fired..

    hy a few days ah\go my event works fine.. but then somehow i.. make somechanges i dont know which and now the event wont be raised // id of client int newID = 1; //takes the socket of the client returned by the EndAccept Socket newClientSocket = mainSocket.EndAccept(asyn); //if there are more the 1 client then the new client gets a new ID else it remains to 1 if (live_connections.Count > ...Show All

©2008 Software Development Network

powered by phorum