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

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

jceddy

Member List

Georgette Gibson
GaryBla
masontwo
AWAL
raibeart
Marco Wiedemeyer
Roman Muntyanu
VandyDave
Simeon Pilgrim
Cat man
mr_dipity
John Torjo
Rama Nagesh
TFC
Borge Muller
Jon_DEV
dlettier
Chris Forbes
khkassem
Eric Schnepp - MSFT
Only Title

jceddy's Q&A profile

  • Windows Forms Sorting CategoryAttributes for PropertyGrids

    This is my first post, and I just want to say that I am so excited that I found this dev forum.  It will come in very handy for development.  Thanks everyone for being a part of it. I wanted to talk about Sorting Categories in property grids.  I have failed to find anything that tells me how to do it.  I have made a properties sorting class, but not category.  I have come across a way to do it.  Pardon my stupidity if everyone already knows this, but for the new devs, it will help.   Lets take my example: This is property grid data to be shown in a windows form property grid. I'm not going to go into the wi ...Show All

  • Visual C# Registry Access

    Here's a case : I want to make login screen and it will block Ctrl+Alt+Del Combo. So far I've known that I need to alter registry key "DisableTaskMgr". It work well when I compile it on my PC, but when I try it on another computer as user, not as Administrator, I got message that registry access (write) is forbiden. So I think I need to know if program runs in Administrator mode or user mode. How I determine that using C# At first I think that Ctrl+Alt+Del is disabled for user mode, but at that PC, user can run Ctrl+Alt+Del and regedit, but still can't execute rktm = rkHKCU.OpenSubKey(TASK_MANAGER,true); so I can alter "DisableTaskMgr" valu ...Show All

  • Visual Studio Team System Need help with Requests

    Is there any way to merge requests I want to try and get 1 request to click a button and then have a second request do the first request and a second button click. Not sure how to do this as the first request executes fine but the second request seems to ignore the first request which means the panel that gets shown in the first request is no longer visible therefor the second request fails. Thanks Gregor I think there's an underlying problem in your web test. Perhaps the first request is not actually executing properly due to some incorrect parameter value. It's just a guess, but can you check to ...Show All

  • Windows Forms Null datetimepicker values

    I am annoyed that you cant assign a null value to datetimepicker control. does any one know of a control that allows you to databind a null value to a custome datatimepicker control. that is free :) exactly what I was looking for. Dude you are a god dammed ledgend :) ...Show All

  • Visual Basic email problem in vb.net

    I have tried sending email using 2 source codes off the Internet. One from only4gurus "How to send email using STMP service" and "stmpex" from another web site neither work for me. With both I get an error message "Could not find CDO.message' object". I have set all the Virtual Server settings according to the Microsoft instructions. I am using windows 2000 and a LAN network, which perhaps is the problem Any suggestions If anyone has used these programs with success I would like to know what internet connection settings you use and IP address. thats the .net part of it w ...Show All

  • Visual Basic access class dll members

    I wrote a Class Library DLL. To check it I wrote a Windows app and referenced the DLL. I wrote "dim obj as new Class" which found the class ok. But I can't get any members by obj. I can see the members in Class View. I can take out the reference to Class and just add in the existing Class.vp and I can get the members from it. How come I can't do this with the DLL This is my first time to try this. Thanks for any help. I figured it out! I had to use WJH in the root when I created the DLL and then use "Dim obj as new WJH.Class" in my test program. When I went back and made the speci ...Show All

  • Windows Forms Problems Installing Terrarium Server

    Hey Guys,      I have been in the process of setting up a Terrarium Server for my school.  I was able to get the whole thing installed on a fresh copy of Windows 2k3 Standard and with SQL Server Enterprise Running.  Now I followed all of the directions to set the server up and it seems to have no problem allowing connectio ...Show All

  • Visual Studio Tools for Office Print to upper tray in Access

    Hi! Could someone Please give me the vb code to print to the upper tray in Access. Thanks in advance Bruni Bruni, I am sorry you are having trouble with your Access solution. However, this forum is for questions more narrowly focused on our Visual Studio Tools for Office product. This product currently does not have Access-specific tools support. Thus, it would be best for you to consult the MSDN Office Developer Center for more resources and reference documentation for working with Microsoft Access. You can find out more here: http://msdn.microsoft.com/office/understanding/access/ Best of luck with your solution, and I ...Show All

  • SQL Server OLEDB provider error.

    Hi: I have created a cube and deployed in sql server. I am trying to connect to analysis services to access cube with linked server. I am getting this error...how do i fix this. OLE DB provider "MSOLAP" for linked server "(null)" returned message "Errors in the OLE DB provider. The Extended Properties property is set to a value that is not supported.". Msg 7373, Level 16, State 2, Line 1 Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "(null)". Thanks, Pramod Xinwei: This is the query i am using... SELECT a .* FROM ...Show All

  • SQL Server Msg 6573 - method in assembly is not static - how do I make it static ?

    I'm using Delphi 2006 to create a DLL which will be integrated into SQL 2005. It's been a long road and I've made a lot of headway, however I am currently having the following problem creating the stored procedure: My dll name is 'Crystal_Reports_Test_01' In the DLL, my class is named 'Class01'. In the DLL, my procedure is named 'TestMe' I've managed to integrate the DLL into SQL using the following statement: CREATE ASSEMBLY TEST_ERIC_01 AUTHORIZATION dbo FROM 'c:\mssql\assemblies\crystalreports.dll' WITH PERMISSION_SET = UNSAFE I am attempting to create the stored procedure which points to the 'TestMe' method inside of the DLL. FYI: ' ...Show All

  • SQL Server How to Delete Files on Maintenance Plan

    Hello, I am creating a Maintenance Plan in SQL Server 2005. The 'Back Up Database Task' has the choice 'Create a sub-directory for each database' as SQL Server 2000 does. But when I add a 'Maintenance Cleanup Task' I do not see a choice to delete files on subdirectories. Looks like it only deletes the files from the directory I specify. So, looks like SQL Server 2005 is removing some functionality already available in SQL Server 2000. Is there a way to delete those files without needing to specify each directory I do not see any documentarion about xp_delete_file either. Thanks, Ben Nevarez I am ...Show All

  • Windows Forms Databinding

    If i make a class i know i have to do nothing in order to bind it to a text property for example. i can do this by code. How do i implement in my component class to serve as a consume provider at design-time. what i want is, when I add my component at design-time to my form i can visually bind a property of the control to& ...Show All

  • SQL Server Report Builder Help

    I have been doing everything in Report Designer....now I just tried report Builder after using a Model I creted to create a report.  When I try to run the report, it's prompting me for a username and password.  Where and how can I switch this to Windows Authentification   The dataset it's supposedly using already has windows authentification as the method.  But the strange thing is, when I click on View Report, it gives me another dataset name called dataset1 saying that I must first supply a username and password...where did this generic dataset name come from   What dataset is this refering to  it certain ...Show All

  • Windows Forms Get IE configuration data

    Hi, How can I get the all configuration data of Internet Explorer Thank's Alexei Hi, All the IE settings are stored in registry under the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ You need to use the Microsoft.Win32 namespace to retrieve the data. For registry access tutorial, check this link: http://www.csharphelp.com/archives2/archive430.html Regards, Vikram ...Show All

  • Windows Forms Form close event stupidity!

    Hi, I'm a PHP developer turned C# and its all a bit confusing.  (i've done a bit of VB6 so maybe it ain't so confusing). How do i add code to the form close event For example, frmMain contains a button to open frmLogin which disables frmMain so the user MUST login.  When frmLogin closes how do i activate the close event to re-instate fr ...Show All

©2008 Software Development Network