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

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

pblecha

Member List

Robert M
fiatlux
A. Heuts
barkingdog
Andres Citeli
Maaloul
JonesAtl
nobugz
dickP
N B
shax
adknie01
xRuntime
C. Charpentier
Glenfar2
ŁukaszS
Davids Learning
BillR2
Aaron Sulwer
FLDaveM
Only Title

pblecha's Q&A profile

  • Visual Studio Express Editions form2 combobox

    Hi,i am new to programming i am having trouble with the following. i have a form with a splitcontainer i have added 2 usercontrols "usercontrol1" and "usercontrol2" i have set the usercontrols to fill splitcontainer panel2 i have a second form "form2" i have a combobox on form2 with collection items "conttrol 1" and "control 2" i am saving the selected text of the combobox to a user setting "startupcontrol" if i put the combobox on form1 on splitcontainer panel1 i get the results i want. But if i move it to form2 where belongs it does nothing. Please see the code below. The first part is working with the combobox on form1 splitcontainer panel1 T ...Show All

  • Visual Studio Express Editions Still got problem with Openfiledialog1

    Hello. Sorry to botther you again. am still having problems with OpenFileDialog1 when i open a file in RichTextBox, the file opens ok, but the problem is with Rich Text Files. when I open a Rich Text file i get garbage in the file as well, like this: {\rtf1\ansi\ansicpg1252\deff0\deflang2057{\fonttbl{\f0\fnil\fprq1\fcharset0 Courier New;}{\f1\fswiss\fcharset0 Arial;}} {\colortbl ;\red192\green192\blue192;\red0\green0\blue255;} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\highlight1\f0\fs20 \cf2 Private\cf0 \cf2 Sub\cf0 comboBox1_KeyPress(\cf2 ByVal\cf0 sender \cf2 As\cf0 System.Object, \cf2 ByVal\cf0 e \cf2 As\cf0 System.Windows.Forms.KeyPressEventArgs) \cf2 Handles\cf0 ComboBox1.KeyPress\par \cf2 ...Show All

  • SQL Server filtering calendar control?

    Hello, Please, help with following issues. I have 3 parameters in the report. When user selects 1st one from dataset, one of the fields gives me object creation date. Calendar control is supposed to be filtered to allow users select the dates greater than selected one. How can I filter (disable dates in) calendar control Any suggestion/comment highly appreciated Is it possible to do in the report's code To put it other way, how to get access to calendar control object from the report's code Thank you ...Show All

  • Windows Forms The custom tool MSDataSetGenerator failed System Error

    Hi, Urgent help required. I have been using typed dataset (xsd), created using the dataset designer in VS 2003 (using VB.NET). I have used the MSDataSetGenerator to generate the classes (.vb file) in the past. I now want to delete a relationship between two tables and add a new table to it. Once I have done so, I select the .xsd right click and select 'Run Custom Tool'. The Custom Tool in the properties shows 'MSDataSetGenerator'. It throws the following error: The custom tool 'MSDataSetGenerator' failed. System error. Can somebody please help me with this. Thanks and Regards ...Show All

  • .NET Development how to solve this connection problem

    hello... when i open my connection(sql connection ) am geting this problem... can any one tell how to solve this An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) am using sql server 2000 for my database am getting this error how to solve this.. plz help me Try forcing it to use TCP in stead of Named Pipes You can do that by adding "Network Library=dbmssocn" to your connection string. ...Show All

  • .NET Development raising an event via reflection

    Using reflection is it possible to check if an event has a handler and more importantly raise that event. I have a string with a value of the event and the object instance which I need to fire. Thanks for the VB example. Seems a lot of folks are stuck on this issue. Here is a c# flavor of it. public event EventHandler<EventArgs> MyEventToBeFired; public void FireEvent(Guid instanceId, string handler) { // Note: this is being fired from a method with in the same class that defined the event (i.e. "this"). EventArgs e = new EventArgs(instanceId); MulticastDelegate eventDelagate = (MulticastDelegate)this.GetType().GetField(handler, ...Show All

  • Windows Forms Help! My "Turn off Computer" disappeared

    On the taskbar my 'Turn off Computer' option has disappeared. The icons for the noftification are are also missing. How do I get them back Thanks for any help! Smorsie This forum is NOT for Windows trouble-shooting questions: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152532&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) Loading a ListView from a DataSet

    Hi, i have a dataset that reads an xml file. What i'm trying to do is have the first 3 child nodes viewed in a listView in 3 columns. When the listView Loads it only shows the first row of the dataset. What i need is every row to show up in the listView. < xml version="1.0" standalone="yes" > <FileList> <file> <serverfile>AppCopy.exe</serverfile> <moddate>9/12/2006 11:14:54 PM</moddate> <localpath>c:\Program Files\RTGSoftwareUpdate</localpath> <localfile /> <action>copy</action> <register /> <includelogins /> <excludelogins /> <shellcommand /> </file> <file> <serverfile>RegAsm.exe&l ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SetMatrixCoefficients in XNA Game Studio Express 1.0

    Ok, I'm quite puzzled, I just moved my code up from Beta 2 to XNA Game Studio Express 1.0 but can't get my last line of code fixed. Where did Cue.SetMatrixCoefficients end up I'm using it to play a mono wav in a single channel. Is there a better way of doing this now Thanks Nic Well after much research, I discovered that 3D audio simply isn't supported in the 1.0 framework. This is quite sad news. Since I couldn't find a way of fixing this problem using XACT technology in my game, I ended up making duplicates of each sound (in stereo); one that only has sound in the left channel and the other in the right channel. All that's left is simply choising the appropriate Cue to play. Luckily I didn't re ...Show All

  • Smart Device Development Load Background image into ListView Control, but ListViewItems don't display...

    Hi all, I wanted to put a background image on a ListView Control, but found that when you extend on the ListView Control the OnPaint() method cannot be overridden because the CF doesn’t not call OnPaint() on the ListView. It is called lower down in the OS. Anyway, I have managed to use a class that catches Windows Messages (WM_Paint) on the ListView Control and then calls a method in my ListViewExtender class (this is through a delegate). Now I can get the ListView to display the background image perfectly. But the ListViewItems that I add to the ListViewExtender instance do not get displayed. Is this because I have used the DrawImage() method which draws the images on top of the ListView items Or is it a case that I must also re-draw the ...Show All

  • Visual C# Voice Chat in C#

      Welcome to Network Programming World! All Networks & TCP/IP, VOIP Programming & Video Conferences Solutions You Will Find: - C# Network Examples - C# Voice Over IP VOIP Examples - C# Video Conference Examples and More New C# Network Examples Everyday ! http://www.fadidotnet.org/online_book/Network_Programming_online.htm   All This Just in www.fadidotnet.org   thanks allot for your examples they really helped me.. may i ask you to help me ! i am working in video and audio conference ( using UDP ) .the video part is done from your examples . but the audio part is really hard. i want to capture sound from my microphone and save it as Byte[] or stream so i can use UDP to send it ...Show All

  • Internet Explorer Development A problem with IWebBrowser2:Navigate() under IE7

    I have a problem with ie7, the method Navigate of interface IWebBrowser2 can't work as before. My application is a C++ one, there is a Browser control (BrowserObj1) which is created in the main thread, hosted in the main window. The browser control will direct to a html file ( index.htm ) using method Navigate of IWebBrowser2. There is a custom control (MyControl) embeded in a table of the index.htm. My control is a visible one which hosts another Browser control (BrowserObj2). Till here, all the codes work fine under both ie6 and ie7. Then, invoke method Navigate of BrowserObj2 in main thread, to load another html file (page1.htm). Now, the method Navigate fails to navigate page1.htm under ie7, and the return value is "the requ ...Show All

  • .NET Development Using remoting features inside a .NET applet loaded in a tag object

    First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page <OBJECT id="myID" height="150" width="300" classid="http:applet.dll#test.applet"> </OBJECT> If not please can anyone explain why I think yes and so I'd written a small example immediately I've met a problem. I'm using .NET Framework v. 1.1.4322 and it's the only version installed both client side and server side. My test applet is correctly loaded into IE client but when I try to setting programmatically the remoting I aways obtain a SecurityException even if the assembly is strong name signed and client side fully trusted. The exception is the ...Show All

  • SQL Server Landscape Printing issue in SQL Reporting services

    I have reports, set to print on Landscape and Legal ie 14 * 8.5. However, when certain users try to print the report, it prints it in Letter, even though the report is set to print in legal /landscape. The strange part is that for most users it prints correctly in legal, only for some it is on letter. Any idea why this would happen This may be a printer driver issue, where Legal paper is unavailable. Here are a few questions to help troubleshoot this issue: Does this always occur consistently for the same users If the report is not set to landscape, does the report print correctly Can those users, for which printing fails to use Legal paper, print from another application, such as Word, using Legal ...Show All

  • Software Development for Windows Vista How to add HDMI support in video miniport driver?

    I have some experience on VGA compatible video miniport driver development. Now the interface between the display card and monitor changes to HDMI from VGA interface. I don't know how to modify the video miniport driver to support HDMI interface. As I know in the VGA compatible video miniport driver, I need to implement SVGA functions. Now for HDMI, what should I do ...Show All

©2008 Software Development Network