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

Software Development Network >> Rahul Singla's Q&A profile

Rahul Singla

Member List

ManjuVijay
Horst Klein
Jeff Stouse
KingKoo
imanish11111
AlexBB
Chris Lively
Deepu.MI
cravier
Saji
DoubleDangerBat
IPInc
_Michael Fischer_
Rhubarb
Thomas LEBRUN
acf
mliesmons
Nic OConnor
Derek Woo
zybernau
Only Title

Rahul Singla's Q&A profile

  • Visual Studio 2008 (Pre-release) emulating a mouse in WPF

    Hi, I am trying to emulate a real mousedevice and its behaviour (left click,right click, mouse enter, mouse leave etc) by creating a custom control for it. So far I have not been able to figure out how to implement this. If any one has any experience in this please advice, how I could go about creating this or maybe an altogether different idea for achieving the same would be really appreciated. Thanks You may want to have a look at Win32 function SetWindowsHookEx. I tried it in the past and it worked quite well. - Abhijit ...Show All

  • Visual Studio Team System Branching Strategy For Dynamic Environment

    I am working in a very dynamic environment where several different features and bug fixes are worked on simultaneously by many different developers. The project is a large public facing website that must have bugs resolved quickly and has constantly revolving promotions. We are having a problem deploying changes quickly when some technical features may take weeks to develop while other minor ad campaigns may take only days to develop. So I was thinking that an environment like this would benefit from each developer having a private branch. and then merging in chages to the main branch when a feature was complete. I set up a prototype of this environment and private branches seem very clunky in Team Foundation Server. I have seen many peopl ...Show All

  • Visual Basic How do i create event every time a property is changed

    How do i create event every time a property is changed. Something like a TextChanged. i have a property IPClass and want to update some other control in another form like a label depending in which instance if the control is it. I know i maybe able to use My.Forms.controlName... but i chose not to since i have multiple instances of it in a form. There are scores of articles on this out there too if you need more information http://www.google.com/search hl=en&q=creating+events+vb.net ...Show All

  • Visual Studio Tools for Office Outlook Add-in Not Loaded :runtime error HELP HELP

    Deall ALL, I installed the following in the client machine Office 2003 SP2 framework 2.0 office tools runtime MS PIA the Patch KB908002 lockbackRegKey.msi extensibilityMSM.msi office2003-kb907417sfxcab-ENU.exe all did all of the above and no luck to get my Outlook- add in working in the destination machine BUT IT WORKING PEFECTLY in my DEVELOPMENT MACHINE plzzzzzzzzzzz help HELP I did the CAS but still the same. THE Add-in works smooth in My development machine. I meant if i start Addin in outlook (development machine) it will start up normally!! Its more than a week for this small project plzzzz help ...Show All

  • Software Development for Windows Vista Adding IInvokeProvider into a Custom ToggleButton

    How I can implement IInvokeProvider into an custom ToggleButton. Do you have some exemple Thanks. I found finaly the correct aswer. using System; using System.Collections.Generic; using System.Text; using System.Windows.Controls.Primitives; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Automation; using System.Windows.Input; using System.Windows.Automation.Peers; namespace Test { public class MyButton : ToggleButton { public MyButton() { Click += new RoutedEventHandler(MyButton_Click); } void MyButton_Click(object sender, RoutedEventArgs e) { MessageBox.Show("Click"); } #region Automation pro ...Show All

  • Software Development for Windows Vista Is there a problem with the DelayActivity with Sequential workflows?

    If I enable my DelayActivity at the bottom of a SequenceActivity inside a WhileActivity, It doesn't continue back to the top of the loop. If I disable the DelayActivity it works, but of course doesn't wait between Activities. I have a timespan set to 00:00:01... I've tried 00:00:05, and 00:01:00 i.e. SequentialWorkflow structure looks like this... WebServiceInputActivity CodeActivity - WhileHasObjects - SequenceActivity CodeActivity CodeActivity Invoke Web Service Activity CodeActivity IfElseActivity IfElseBranchAct IfElseBranchAct DelayActivity (end of SequenceActivity) ---> go back to top of WhileHasObjects CodeActivity WebServiceOutputActivity ...Show All

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

    Hello! I have a strange problem: Here is the simple code: foreach ( ModelMesh mesh in this ._islandModel.Meshes) { foreach ( BasicEffect e in mesh.Effects) { e.TextureEnabled = false ; e.LightingEnabled = true ; e.EnableDefaultLighting(); e.World = Matrix .Identity; e.View = this ._camera.View; e.Projection = this ._camera.Projection; } mesh.Draw(); } if property TextureEnabled equal to false all is rendering fine(without texture), but if i switch its value to TRUE i have an error: An unknown error has occurred. The result code was -2147467259. The same problem with VertexColorEnabled property May be someone can help Video-ATI 9250. ...Show All

  • Visual Studio Express Editions Web Browser Help

    Hi, I'm trying to add alot of stuff to my web browser. I searched in google, but I didn't find anything. I tryed writting codes to see if I can get it, but I can't get it :( 1. Favorites 2. View Text Size 3. Web Browser site Name something like this (Visual Basic General - MSDN Forums - Mozilla Firefox) 4. History 5. Enter button when you type in the URL 6. Show the URl in the URL bar for every link. And I'll try to figure out the rest, because I have alot of stuff that I want to learn, but I think it's rude to ask for too much. Thanks. There is a sample VB express web browser program at http://msdn2.microsoft.com/en-us/library/3tst62z1.aspx That should help some. I have tryed it, it works. ...Show All

  • Smart Device Development windows ce 5 emulator

    Hi, I am new to embedded development. I wanted to know how do you access a device ..say a camera..which is connected to your desktop form your windows ce 5 emulator running on the desktop I need to write an application which previews a webcam and performs post processing on the images obtained...so i can write a directshow based application for the same. But im stumped about how to connect the camera to the emulator. Also, in case i need to access an array of images resident on the desktop, how do i do so form the emulator. Lemme make myself more clear. Incase i need to process a set of 10 images , i hvae these images on the desktop ..but my program needs to run on the emulator , so how do i achieve this I hope i made my probl ...Show All

  • Audio and Video Development Sliding menu animation error

    The sliding menu I did in Markup, with Peter's help, is working pretty well. It slides open on start, and closes automatically if a track is selected. However one thing I cannot fix is that after the first time you open the menu while a video is playing, it will no longer animate, it just appears. For example: 1) Start project, after 1s menu slides open. 2) Select track, menu automatically slides shut. 3) Open menu using menu button (CTRL+M) and menu slides open. 4) Select another track and menu slides shut. 5) Open menu using menu button (CTRL+M) and menu DOES NOT slide open, but rather just appears. This will happen everytime you open the menu after step #4 in this example. Any advice on how to debug <timing clock="page" ...Show All

  • SQL Server sqlcmd

    I created a DOS batch file that runs SQL scripts that load tables in a specific order. Could you tell me how I can stop the script from running when an error occurs in SQL Server Any help would be appreciated... Thank you add the -b switch to sqlcmd. i.e. sqlcmd -S%SYS% -E -d%UDB% -b -iScript.sql if errorlevel 1 goto :EOF ...Show All

  • .NET Development Control of system clock

    Hi, Intro: I have a network sniffer connected to a UDP network. I use WinPcap with my data extraction API located on an interface PC. GUI is made in Visual Studio. I have full control of the time recorded on the sniffer (from extracting time in telegram header) but I run into the following problem: When I try to play back the UDP stream via 100MB onto a server running Win XP, the receiving application receives it's time from the system clock. I am not interested in showing the current time when the playback is not in real time. I am interested in showing the time from the extracted data. When I play back events and alarms all time stamping gets wrong since the UDP playback stream does not contain time stamp in use by my application. ...Show All

  • Windows Forms Datagridview, bindingsource, thread problem

    I have a datagridview with a bindingsource as a datasource. the datasource of the bindingsource is a datatable from a dataset. When a change occurs in the datatable .. i get notify ... when i get notify i applied the changes in my cache version of the datatable where the bindingsource is pointing. i get the following exception : System.IndexOutOfRangeExceptions: Index 0 does not have a value at System.Windows.Forms.CurrencyManager.get_Item(Int32 index) at System.Windows.Forms.DataGridView.DataGridViewDataConnection.GetError(Int32 rowIndex) I think it's due to a thread problem .. since the datatable is only thread safe on read-only and not write. Do you have a suggestion to overcome that issue I ...Show All

  • Windows Search Technologies WDS 3.0 Beta 2 Crash srchadmin.dll

    Hi! Every time I try to go into the filetypes in the Advanced option dialog WDS crashes on me. I get up a box saying "RUNDLL An exception occurred while trying to run "shell32.dll,Control_RunDLL "srchadmin.dll"". I used to have WDS 2.5 with some extra IFilters but I removed all that before I installed the beta. Thanks. Matt I think I found a possible explanation to this. I tried to install IE7 but it wouldn't let me so I checked the log and it said something about some file extensions it wanted to change but couldn't so I checked my registry and by some unknown reason I had several keys that I couldn't do anything with. The permissions on these had change and I couldn't change anyt ...Show All

  • Gadgets Missing thumbnails on gallery.live.com

    I seem to notice a lot of Gadgets on the galley.live.com page don't get their thumbnail image displayed (mine doesn't seem to show up about 80% of the time). Anyone have any insight into this issue I've noticed it ever since I uploaded my gadget (about a month ago) and it still persists today. It rarely displays the thumbnail and it seems to be sporadic as to when it will actually show up. I notice there seems to be a few others whose images do not display either. ...Show All

©2008 Software Development Network