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

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

saarar

Member List

taurianthebull
johnvarney
Marcos B
SoniqStylz
Rembo
MarkSullivan
noobiepersonC#
Boy from Turkey
Nokoff
SDavis7813
Agent00
pnp
EricGeorge
DanR1
aspatz
Eugene Ye
Josh Smith
Greatestevil
CJW99
bslim
Only Title

saarar's Q&A profile

  • 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

  • Visual Basic priority event when showing a new form

    Hello, I would like to know the order of event when a new form is showing. Before the "LOAD", which events are execute (if there is code, of course). thanks a lot ! ben Have a look at the following: http://msdn2.microsoft.com/en-us/library/86faxx0d.aspx ...Show All

  • SQL Server Report Builder Report Possibility?

    This may not be possible, but I wanted to see what some of the experts' opinions are here. One of our users has created a report in Report Builder. I want to take this report, post it to a folder and allow her employees to run the report. I've put it in a folder called "Reference Line Reports" and gave browser permission to a list of users. These users are able to run the report (without having access to Report Builder or the report model). When they try to utilize the "infinite clickthrough" functionality, I get the following error. The permissions granted to user '<domain>\<username>' are insufficient for performing this operation. (rsAccessDenied) If I give one of these user ...Show All

  • Software Development for Windows Vista Capture the frames with directshow

    how can i capture the frames with directshow and write it in hard disk i can capture all frames but in avi format, i want to capture just the frames, what can i do if you have ICaptureGraphBuilder2 interface source please i need it, thanks. yes, i do it but whene i capture 25 f/s i can't write them in a file i lose some frames, with or without threads, but with ICaptureGraphBuilder2 i capture and i write all frames but in avi format, if you know how they do thanks :) help please :) ...Show All

  • Visual C# Windows Updates

    How can I check if windows updates are enabled Thanks, Add a reference to System.ServiceProcess. Then try this code: using System.ServiceProcess; ... public static bool WindowsUpdatesEnabled() { ServiceController sc = new ServiceController("Automatic Updates"); return sc.Status == ServiceControllerStatus.Running; } ...Show All

  • Gadgets Enumerating folders

    Hi again, is it possible to get folder (or file) list in the specified path with pure Gadgets API Thanks, Jan Yes, have a look at System.Shell.Folder , you'll need to use the parse method to retrieve the items in the folder. The documentation is very poor though. ...Show All

  • .NET Development FTP Error: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

    Hi, I am using a FTP client in my application. This FTP client is a freeware for .NET version1.1. It works fine for all files except two files. But these two files are required to FTP to a mainframe machine. I am able to FTP these two files in command prompt but getting error if I am trying to FTP through my c# application. These two files are giving two different errors mentioned below: 1. Index (zero based) must be greater than or equal to zero and less than the size of the argument list. 2. Input string was not in a correct format. But strangely, if I am trying to FTP these files to a Windows platform then it's getting FTPed successfully. I am also giving right SITE command for mainframe requirement. I am gettin ...Show All

  • Windows Forms Problems with a DataGridVew with a DataGridViewComboBoxColumn

    My objective is that a field value in Column1, a DataGridViewTextBoxColumn, selects the items listed in Column2, a DataGridViewComboBoxColumn. Also, I have a datasetA with the fields (id_A, name_A) and another datasetB with the fields (id_B, id_A, name_B); so the field id_A selects the values in dataSetB. First, I have a DataGridView bound with a DataBindingSource linked to a DataSet, that is: TypeA_BindingSource.DataSource = dsDataSetA Also, I have another DataBindingSource linked to another Dataset: TypeB_BindingSource.DataSource = dsDataSetB and in the autogerenerated code I have dgv.AllowUserToAddRows = False dgv.AllowUserToDeleteRows = False dgv.AutoGenerateColumns = False dgv.ColumnHeadersHeightSizeMode = System.Windo ...Show All

  • Software Development for Windows Vista back 2 speakers in 5.1 surround sound not working

    I just installed Vista and my back 2 speakers stopped working. I have an Asus P4S533-MX motherboard, and AD1980 SoundMax audio driver. No idea what's going on....please help. Have you configured the audio engine to use 5.1 surround mode Start the sound control panel (right click on volume in the tray, select "Playback"), then select your speakers. In the bottom left, there's a button marked "configure", select that, it should give you the option of enabling multichannel sound (assuming that your driver supports it). ...Show All

  • Windows Forms how to make the form expand dynamicaly when it maximize???

    I want my form to expand regularly with the window when the window maximizes .... nahguam wrote: If you mean you want your control to resize with the window, look at the control's Dock and Anchor properties. Or do you mean MDI child form inside the main form yes to resize with the window ... i will try dock and anchor thanks ...Show All

  • Visual Studio 2008 (Pre-release) Windows Media Photo image format support?

    Hi, Does (or will) .NET 3.0 support the new Windows Media Photo image format Thanks! Yes it does. Look for the WmpBitmapDecoder and WmpBitmapEncoder classes in the System.Windows.Media.Imaging namespace. Also, you can use the BitmapFrame or BitmapImage classes to decode Windows Media Photo files. ...Show All

  • Windows Forms How to prevent ComboBox auto DropDown

    Hi, I'm writing a custom CheckedComboBox with a multiple item select future but when I select an item from the dropdown menu, the dropdown menu automatically closes. How can I keep it open to select more than one item thanks for any help. I wrote it wrong, sorry, my custom control is CheckedComboBox. I don't want to use a CheckedListBox or a ListBox because I need a one which will open and close like a ComboBox but will have MultipleSelect and CheckBox futures which makes it suitable for my application. I know that the dropped part is a ListBox and I also learnt ( 5min. ago ) that if I want to dive into WndProc of this ListBox, I should catch WM_CTLCOLORLISTBOX event and then subclass it. If you know how to do t ...Show All

  • Microsoft ISV Community Center Forums Reactivate embedded chart and make it the ActiveChart in excel

    Hi all, I can't make this work for embedded charts in excel. It only works for charts that are on an own sheet. Can someone tell me what to do to make it work for embedded charts as well. Dim Ch As Chart Set Ch = ActiveChart ''' Code that reads in input data... Ch.Activate With ActiveChart ''' Fill chart with input data .ChartType = xlXYScatterSmoothNoMarkers .SetSourceData Source:=myDataRange, PlotBy:=xlColumns .HasTitle = False .Axes(xlCategory, xlPrimary).HasTitle = True .Axes(xlCategory, xlPrimary).AxisTitle.Characters.Text = _ "Displacement [mm]" .Axes(xlValue, xlPrimary).HasTitle = True .Axes(xlValue, xlPrimary).AxisTitle.Characters.Text = "Force " End W ...Show All

  • SQL Server Group by problem

    Hi, I tried to execute the following statement SELECT Po_No , Po_Com_code FROM POAPInvRelate WHERE Inv_Com_Code = '002' AND Inv_No = '5' GROUP BY 1 , 2 However, did not work. Because, I need to put columns names instead: GROUP BY Po_No , Po_Com_code In this case works well. Does it mean I need to use columns names can I not use columns reference numbers cheers, hello alex, you can't do that in group by that syntax belongs to "order by " such as order by 1, 2 regards, joey   ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Keyboard State and color manipulation of textures

    Hello, I have a couple of questions and I'll do my best not to babble on. First, a little description of what I'm doing: I'm currently working on a little XNA application that effectively draws a game board in 2D (all textures) and then places new pieces on the board when I press the 'N' key and if I click on a piece, then I can move it. If I click on it once more, it will be 'let go.' Here's the questions: 1) When I press 'N' quickly, I get 6 new pieces (since it cycles through update 6 times before I let go... what can I say too slow on the draw ;) ). To fix this, I created a variable called nPress. Here's the code: bool nPress = false ; KeyboardState keyboardState = Keyboard .GetState(); if (keyboardState.I ...Show All

©2008 Software Development Network