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

Software Development Network >> hits krishna's Q&A profile

hits krishna

Member List

Izzy545
Robert.Altland
ginnyK
tenchyz
Tony Han
maxym_urt
JGttttt
Randal Greene
Alan M Dunsmuir
Womble--
Emadkb
kcdclan
Dirk Junghanns
Kevin Rodgers
Mark Crouse
msnashok
chakravarthy_b
PetrVal
Srikanth.P
Peppermint
Only Title

hits krishna's Q&A profile

  • Windows Forms How to get checkboxes in ComboBox

    hello can anybody help me with this... i want to display checkboxes in combobox dropdown list and it should support checking multiple checkboxes my second question is that if i display a form on dropdown event of combobox then how do i set its position in such a way that it appears like that the form is dropping down of the combox...that is it always appear just below the combobox... thanks in advance ...Show All

  • Visual C# multithreading

    I need to do multithreading. It is my fist attempt. It failed. This is the setup: There is a form with tabControl and a few pages. There is a progress bar on one of them. It is supposed to measure progress of file downloading. WIthout multhithreading it is dead while the files are downloaded and then in the end it jumps to 100%. This is what I did. Everything compiled but the progress never was activated even after the downloading was over. In other words my code actually made the things worse. In the main form I put in this code at the start of procedure that is handling the download: ThreadStart threadDelegate = new ThreadStart ( Work.DoWork ); Thread newThread = new Thread ( threadDelegate ); newThread.Start ( ); T ...Show All

  • Smart Device Development Memory Help in WM5

    Hi, Could someone please tell me how i go about increasing the memory storage size since i have only 23.8MB but have memory program size is 164MB. using the comand line i have set the size as 256 eg."C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe" pocketpc.nb0 /memsize 256 /skin Pocket_PC.xml ..... I want to increase the Memory Storage Size (ROM) because I want to copy a 54MB file which in on my shared folder to Mobile Device\My Pocket PC\My Documents\  into the Pocket PC device emulator.  Thanks PJOS I was having a similar problem. I set the ram size to be 256 mb. I was expecting to get approximately 128 mb storage and 128 mb ...Show All

  • Visual Studio Team System After Rebuilding, I got an error Http internal Server error 500

    I did do a rebuild like this. 1) rebuild C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>setup warehouse -rebuild -s kwonlee01 -d Tfswarehouse -c warehouseschema.xml -a kwonle e01\TFSService -ra kwonlee01\TFSReports SetupWarehouse: Warehouse updated successfully. C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools> 2) run inetmgr 3) http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx 4) http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx op=Reinitialize 5) Click invoke button then, It shows Http Internal Serve Error 500 What should I do and What did I miss thanks Kay (+) Tfswarehouse was not read-only mode .     ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX required permissions

    I'm helping to get a program written in C# .NET 1.1 to work online as an embedded object in a webpage. The program uses DirectX and I have modified it to the point where it works when given FullTrust permissions. However, since this is not the default, can anybody think of other ways to approach this Basically I turned the main form into a UserControl, which uses DirectX to display everything. When given FullTrust, the display works. When not, as soon as the UserControl gets created, a SecurityException is thrown: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Does anybody know exactl ...Show All

  • Windows Live Developer Forums How to "GAC" my addin?

    I get the error when i try to use my custom references in my addin, and i searched around and found out that i need to "GAC" my addin in order to be able to use everything i want. I searched around alot but couldnt find anything on how i actually do this. I would be very happy if anyone could explain this to me or atleast link me some info on where i can find out :) Thanks Always search the MSDN ...Show All

  • Windows Forms Undo option not working.

    Any changes I make in the designer do not seem to allow me to use the Undo feature. (IE: Edit -> Undo). So for instance if I create a tab control, then delete it, I can't undo that delete action because the undo option is not enabled or allowing me to use it. Is there a way I have possibly disable the undo feature or a way I can enable it again for the designer ...Show All

  • Software Development for Windows Vista Stange text encoding in the Registry for RC1

    I've got an application that provides similar functionality to the Device Manager. It displays the devices by "category" similar to the list view in the Device Manager. It gets the category string from the registry... specifically the "default" string value at each one of the keys like: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} These string value at these locations used to be just normal unicode text, but with build 5600, the text is a bizarre unicode-wanna be "[xufkY][ VD/ D-ΓO ιν !!! ]" instead of "DVD/CDROM drives" It's almost readable as english, so that leads me to believe that the change was deliberate (I can't imagin ...Show All

  • .NET Development CAS and NamedPermissionSet.PermitOnly

    Hi all, Every time I think I understand CAS, something doesn't work and I realize I have no clue.  Here's the latest thing.  I have a very simple C# console application that looks like this: using System; using System.Collections.Generic; using System.Text; using System.Security; using System.Security.Permissions; namespace CAS { class Program { static void Main( string [] args) { NamedPermissionSet ps = new NamedPermissionSet ( "LocalIntranet" ); ps.PermitOnly(); Test(); } private static void Test() { NamedPermissionSet ps = new NamedPermissionSet ( "FullTrust" ); ps.Demand(); } } } Ok, so I'm running this conso ...Show All

  • SQL Server Oracle 7 query

    Within a VS 2003 BI project, I can create a parmeterized query against an Oracle 7 database by using a for the parameter(s). Example: SELECT LTrim(RTrim(SWO_ISS.REF)) ACCT, CUS_LOC.NAME CUSTOMER, SWO_ISS.TRAN_DATE, SWO_ISS.ITEM, ITM_DESC.ITEM_DESCRIPTION, SWO_ISS.QTY, LSTPRC.AMT FROM MYDB.SWO_ISS, MYDB.CUS_LOC, MYDB.ITM_DESC, (SELECT LP.ITEM, LP.REVISION, LP.AMT FROM MYDB.LIST_PRC LP WHERE LP.EFFEND > SYSDATE) LSTPRC WHERE SWO_ISS.REF = CUS_LOC.CUS_LOC(+) AND SWO_ISS.COMP_ITEM = ITM_DESC.ITEM(+) AND SWO_ISS.COMP_ITEM = LSTPRC.ITEM(+) AND SWO_ISS.COMP_REV = LSTPRC.REVISION(+) AND SWO_ISS.REF = AND SWO_ISS.TRAN_DATE >= TO_DATE( ,'MM/DD/YYYY') AND SWO_ISS.TRAN_DATE <= TO_DATE( ,'MM/DD/YYYY') Unfortunately, as soon as the dataset is ...Show All

  • SharePoint Products and Technologies Installing sharepoint services 3.0 on the machine with sharepoint services 2.0

    Hello, We are running windows sharepoint services 2.0 as part of Team Foundation Server. We would like to setup sharepoint services 3.0 on the same machine. Is it possible Thank you for answer regards Wojtek ...Show All

  • SQL Server Date mapping in mdx

    I have a measure 'base' which counts subscribers and aggregates on lastnonempty. The subscriber dimension has an attribute 'Activation Date'. The time dimension will count each subscriber each month he is active. Meaning that if I would select 'base' with the months of the time dimension in the rows and the activation date in the columns, each subscriber is counted for each month he is active. (and not only the month he has been activated). I would like to have a calculated measure to count the activations. This means that the measure should only have a value when the activation date is equal to the time dimension. This should be possible without having to put the activation date attribute in rows or columns. Thanks in advance! ...Show All

  • SQL Server Wat's the syntax to insert unique identifier data?

    May I know what does the syntax of inserting data into a field of type Unique Identifier look like [code] INSERT INTO THAI_MK_MT_Log(GUID, Status) VALUES ('2331486348632', 'S') [/code] The "2331486348632" is to be inserted into a unique identifier field. If i coded the insert statement as the above, I got an error saying that "Syntax error converting from a character string to uniqueidentifier"..... Can anyone help Did you solve your issue THen mark the answer as correct or post your solution back to the forum please, that everybody else can participate. Jens SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Problem in attaching Database (Microsoft Management Studio)

    I want to change a database to different physical file. So i try the following step: Detach the database Attach the new different file But i get an error "....... SQL server, error:5133". It still needs the original file. How to solve this problem many-many thanks, JRLiem Actually the LDF file is only needed if the database was not clearly shutdown. After a clean shutdown, the database is in a consistent state and can be "recovered" by adding another "clean" logfile. HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions vb.net express tv tuner , capture card

    Hi guys, I have this Visiontek tv capture card that it's software is not working anymore and instead of payin $60 to beyondtv (by snapstream) I decided to try and make a software. Do you know any tutorial /help about the subject thanks it will be difficult and really would require you to find some SDK/API to use with the drivers of the tv card - there are no set tutorials or setups, perhaps somewhere on codeproject or sourceproject or something. However you DO need some API/SDK to interact with the drivers of the card to get your input and setup the configuration to recieve your stream. ...Show All

©2008 Software Development Network