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

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

jkyoutsey

Member List

Capt. KDS
KidVB
Indigo Paul
Nathan Tracy
JDArsenault
donbox5
Marco Bergonzini
A.F.B
testorp
jules_newbie
slush_puppy
R.Tutus
newbieneedshelp
Ricardo Pinto
paul_at_foobar_nu
Axe22
AndyL
mactick
ahmedilyas
h1
Only Title

jkyoutsey's Q&A profile

  • Windows Forms Adding UserControls to control collection at run-time

    Greetings! I am building a survey application for Windows Mobile, in which I am going to read from a .xml file to obtain the questions and then render the questions in a kind of dynamic form on the screen. To do this, I'm trying to create a NameSpace with classes for the different types of questions that are possible, each one of them inheriting from Windows.Forms.UserControl, and I plan on instantiating them dynamically upon reading the already mentioned .xml file. This is how part of the NameSpace looks like: Namespace clsQuestionTypes Public Class TextQuestion : Inherits UserControl Private lblQuestion As Windows.Forms.Label Private txtAnswer As Windows.Forms.TextBox Public Sub New(ByVal Question As String, ByVal TabI ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do i do rigid,soft physics and particle stuff in XNA?

    I'm new to XNA, got the basics. Can you help try google this "verlet integration" and a link to get you started demo in managed directx 1.0 amd c# http://www-cs-students.stanford.edu/~eparker/files/PhysicsEngine/ ...Show All

  • Windows Forms Deleted value is obtained even after the value is deleted from the NumericUpdown control

    Hi We are using NumericUpdownControl of VS2005. Here we have a problem in the following scenario: 1. Enter some integer value(Ex: 1234) into the numericupdown control. 2. Now select all the value from the control and delete it 3. In the LostFocus event of the numericupdown control if we check for the value of this control it shows as 1234. Actually it should not have any value. (We have checked same for the textbox control and followed the same procedure it shows nothing for the lost focus event of the textbox control) So why is that numericupdown control still shows the value. 4. After the numericupdown control looses its focus to next control and if we see the numeric updown control it has nothing in that. But if we click ...Show All

  • SQL Server missing credentials

    Hi evebody of the community!! I have a ReportViewer showing a report correctly showing some cities grouped by states. When I click on a city, it should jump to another report sending the city code as parameter. When I click, he retorns me the following error: "One or more DataSources is missing credentials". Does anyone know why this is happening I’m using a shared datasource. I’m working with visual studio 2003, developing my reports with reporting services 2000, and deploying it to a reporting services 2005 server. Best regards, Pedro I have the same problem. Up to me, it has nothing to do with credentials I have some analysis server reports. I have a single valu ...Show All

  • Visual Studio Tools for Office Could Not Load Assembly 'Office, Version=11.0.0.0,............

    Hi, I am performing Word 2003 automation using C#, VSTO 2005. When the application is deployed, it works fine on most of the machines, but in a few scenarios i get some errors like "System.IO.FileNotFoundException: Could Not Load Assembly 'Office, Version=11.0.0.0, Culture = neutral, ........." The machines where the automation fails too have Office 2003 installed, but whenever some excel is opened, it proceeds to perform some installation. It could be because of Office not being fully installed. Is there any way to check the same using C# to whether the minimum Word requisites are met on the machine prior to performing the automation using C# Hi Amrish This sounds like a configuration error of the Office install ...Show All

  • Smart Device Development WM 5.0 Pocket PC Emulator Device, Windows CE Remote Process Viewer Hangs pc

    I am using Windows Mobile 5.0 and building a CF 2.0 SDK application in VS 2005. When I run the application and/or the Windows CE Remote Process viewer to test the emulation device using the WM 5.0 Pocket PC VGA emulator or any other WM 5.0 emulator the pc hangs and i have to reboot my pc.  I can't see anything wrong with the installs of WM 5.0.  Why would my pc lock-up when I test the device emulator using Windows CE Remote Process viewer Should i not get an error first Any help would be appreciated.  Thanks in advance.   Barry, Thanks for the reply - this is a weird problem. I am in touch with ms and have opened a case. I am curious to see what the problem is or what was causing it. I will put the f ...Show All

  • Visual Basic Binary Fuctions & masked text box question

    is there any way of easily converting numbers eg. from decimal to binary fuctions or whatever also how can i send focus to a masked text box on load, i tried using MaskedTextBoxName .focus() but it didn't work, only seems to work on buttons. than after that how do i send focus of the text box from 1 to another like after it is filled, like 3 numbers, like those on programs typing the registration number. Just copy and paste my code. The code literally drops right in- all you have to do is change the name of the masked edit control to whatever your maksed edit control's name is. ...Show All

  • .NET Development RealProxy

    Hi, Can someone tell me, if RealProxy's Invoke can be gauranteed for multithread. It seems to me that, when call by multithread, the return value are checked someway and if the return is not set, some reference error may happen. Thank you! I think you can get an example at this link: http://www.devx.com/vb2themax/Article/19899 type=kbSampleProd&trk=MSCP ...Show All

  • Visual Studio Express Editions VC express - entries of menus appearing multiples times ..

    Hello, Edit: here is a link to a picture that tells everything! http://img78.imageshack.us/img78/9119/desktopnx1.jpg I encounter a strange and annoying problem with VC++ express (I tried both US and French version - with and w/o SP1) : straight after the install it works but after a while the entries of the top menu (e.g. file - edit - view - format ) are appearing several times : e.g. "'file" may appear 2, 3 or even 10 times .. same for all others items and same for sub-menus (e.g. there may be 3 or 5 "File - New" entries) .. The problem gets worse with the time since the "extraneous" menu entries tend to fill the whole space .. plus some keys like backspace are sometimes not working .. I have re-installed several times but it does not c ...Show All

  • Visual Studio Express Editions how to: bind a single control to multiple datasources

    hi, im really new to programming and i was wondering if there's someone out there who's kind enough to teach me how to bind a single control (ex. a textbox) to multiple datasource's (ex. two or more table's). thanks a lot.. to make a drilldown type system from combobox's, you need to have combobox's and implement their selectedIndexChanged event. This is so you can "filter" your records to be displayed on the next combobox. So going from "general" -> "specifics" - logically that should make sense. you are narrowing down your choices. In this example I am going to do, lets imagine having a database. This will store the names and addresses of people. Just an example. So we will want to get the list of ...Show All

  • Visual C# How to access .txt file in embedded Resources?

    Hello all. I am trying to access a text file that I have added to my Resources but keep receiving null stream errors. I have done the following: 1. Double-clicked Resources.resx 2. Selected 'Files' 3. Clicked 'Add Resource' 4. Added the file 'table_structure.txt' I have tried so many different methods to access this file, but they have all resulted in a null Stream. Here is my latest attempt: Assembly asm = Assembly.GetExecutingAssembly(); string val = ""; //resource_test is the namespace of my sample application Stream strm = asm.GetManifestResourceStream("resource_test.Properties.Resources.resources.table_structure"); if(strm != null) { StreamReader sr = new StreamReader(strm); val = sr.ReadToEnd(); sr.Close(); ...Show All

  • Visual Studio VB2005 No data in CrystalReportDataviewer

    Hello, I just created a crystal report with the 'CrytalreportViewer'. I used the ADO.NET datasets. A report is shown but there is no data in it. What did I do wrong I searched the forums here but I havent found my solution yet. I hope you guys can help me.... When I use 'New Connection' when I make a crystal Report It works and I get data Purely by using the wizzard. But here is my problem. What if the path of my ms access database changes How can I solve this. Here is my situation: I have created a CR by project --> Add new item. Then I choose 'new connection' and selected the ms access database. Then I added an CrystalReportViewer to my form and let it open the CR that I just created. This works. ...Show All

  • Smart Device Development ActiveSync

    The activesync version I'm using is 3.8, and i'm developing in Visual Studio .NET 2003 in C#. I'm also using the mscomm.ocx for communication to the serial ports. I currently have an application open when I cradle my PocketPC. That works fine. But the point of that Application is to read data. I expect it to be just random characters, I just need to know that it is in fact communicating with the PPC. Any ideas on how I would go about this. I currently have the following as code (InitComPort is a subrouting I created that is initiated in the constructor) private void InitComPort() { com.CommPort = 1; com.RThreshold = 1; com.Settings = "9600,n,8,1"; com.DTREnable = true ; com.InputMode = MSCommLib.InputModeConstan ...Show All

  • Visual Basic Use of TAB key,

    Dear all, I am creating a data entry form using VB.Net. I have different controls grouped by different groupboxes to make my form easier to read. I have set tabindex property of all controls in an order but when I use TAB key to move from one control to another, it moves properly within a groupbox only. When jumping from a control in a groupbox to another control in an another groupbox it won't jump in order I set to them. I have used code to force jumping order by using keydown event like if e.keycode=keys.tab then abc.Focus() if e.keycode=Keys.Enter then abc.focus() But only Enter key works, the TAB still doesn't work as I want it to. Pls help me on this thing. Thank you very much. ...Show All

  • Windows Forms combobox

    Hi, At present I am populating a combo box in winform .net 2.0 It is populated using something like the following method: cbo.datasource=dataTable .datamember= .valuemember= How can I add an empty item in the very first item I tried something like: cbo.items.add("") before the .datasource line, but no change. This is required so that when the form loads, the combobox is populated but no item should be shown. Thanks We append a blank value to our DataTable (if we don't already have one in the table) before we bind it to the comboBox : With dt Dim row() As DataRow = .Select( "ContactTypeDesc= '' " ) If row.Length = 0 Then Dim row1 As DataRow = dt.Rows.Add() ...Show All

©2008 Software Development Network