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

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

Programm3r

Member List

Khenat.Ram
Rahul Singla
Thomas Cunningham
Reza Bemanian
e-mos
NBaig
mamo
Kimball
Mark Arrildt
David Cowell
Annihil8
fibonacci1123
Ion101
Dvlnblk
Ljhopkins
Marnik Van Hileghem
Snoby
Prabu.
sagittarian
Dot Dot Dog
Only Title

Programm3r's Q&A profile

  • Visual Studio Express Editions Using controls on Children?

    I am still stuck on this topic. I have a parent form(frmMainPage) it has to toolbar and a side bar that has a couple of controls on it. The parent is a containe for some children. I have a listbox or label it does not matter what on the frmHome(child) page. I am watching serial data come in . The event SerialPort1_DataReceived is in the frmMainPage class. So when I get serial data I call another routine that interprets the data and does some work. At this point I would like to output to the listbox on frmHome(Child). But this does not work. When I try to , inside this routine to change label text (on the frmHome(Child)) it do not show up either. I have tried my.form.frmHome.ListBox1.Items.Add("Hello") also have tried making a ...Show All

  • Software Development for Windows Vista Nvidia 7900GTX

    Problem with windows Vista RC-1 Buuild 5536 & Nvidia 7900 GTX. is there any driver for that thanks ! ...Show All

  • .NET Development AVOID THE ?DO YOU WANTO TO REPLACE IT?? QUESTION

    AVOID THE REPLACE FILE QUESTION I`ve export the data of a data grid to an excel file, but everytime that i run the app the question doyo wan to replace it (the file shows, con anyone help me Sub entrar() 'Start a new workbook in Excel. oExcel = CreateObject( "Excel.Application" ) oBook = oExcel.Workbooks.Add 'Create an array with 4 columns and 100 rows. Dim DataArray(99, 3) As Object For r = 0 To 99 DataArray(r, 0) = "ID" & Format(r + 1, "000" ) DataArray(r, 1) = blu(r) DataArray(r, 2) = bla(r) DataArray(r, 3) = fecha.Text Next 'Add headers to the worksheet on r ...Show All

  • Windows Forms Get Item in ListView

    Before posting this i did search but couldnt find a solution so i am asking for help........ again Lets say you had on a ListView 5 Items(user names) and each have 2 SubItems (age, gender). The view is set to Details with click event enabled. Ok if i click on a user name (Item) in the Items list, how can i make the name i clicked on appear in a textBox1 Any useful links would also be great. thanks Im using VC++ deen wrote: with C++ instead of using ' . ' you use ' :: ' and ' -> ' Basically, if namespace and class is encountered, then '::' is used; while '->' is used when the thing before it is a pointer or reference. deen wrote: i shall hit the worlds record for getting the most errors Getting er ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Render to texture and Volume Textures

    Hi, I would like to know whether Direct3D can perform render to texture to a "slice" of a volume texture. Its just like binding an slice of a 3DTexture to a frameBuffer Object in OpenGL. Is it possible Thank you. As I mentioned it is true that GL_EXT_framebuffer_object specifies that 3D textures are valid targets but I am not aware of any vendors which are actually implementing this. Your only option for working with 3D render targets as I see it is DirectX 10. Which is avaliable, and there actually cards out on the marked which does support DirectX 10. ...Show All

  • .NET Development Problem with InitializeComponent()

    im building a program in Visual Studio 2005 My OS is windows Xp professional and I have a problem for days now The language is VB.NET we can run the code on the machine where the code is written on, but when we try to run it on other machines they give keep giving errors. When I try to run the program I get these errors on the InitializeComponent() -Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) -The variable 'InetConnection' is either undeclared or was never assigned. -Duplicate component name 'InetConnection'. Component names must be unique and case-insensitive. can anybody help me out, this is very urgent, I need to solve this quickly. If more info is needed, please ask so..... thx Kenneth ...Show All

  • SQL Server Using Access Form Control as SQL Function criteria

    I have a combo box named [myControl] on an Access form that I can use to select/enter a site name (ABC). There is a button on the same form that runs a report. The underlying record source for the report is a SQL Function. Is there an easy way to pass the combo box value to the SQL Function so that only records for site 'ABC' are displayed in the report I tried Forms![myForm]![myControl] in the criteria box of the Function and it did not work. THANKS! ...Show All

  • SQL Server Relationships

    Is it possible to have 2 different databases and create relationships inbetween the two I am thinking about way down the road and the size of the databases and I believe that I need to split my data into multiple databases to keep from running into the size limitations. Davids Learning By "relationship" , do you mean "foreign key" If so , the answer is "No, you cannot create a foriegn key relationship across databases." What you can do though to implement the same functionality is to create a triggers on both tables that enforce the "relationship" . CREATE TRIGGER MyTrigger ON dbo . ChildTable AFTER INSERT , UPDATE AS IF EXISTS ( SELECT * FROM OtherD ...Show All

  • SQL Server Configuration of SQL Server

    Hello, I am from Brazil, for this my English He/she would like to know how I can configure SQL Sever Express to Turn in my Local pc. If they can help am very grateful. Wenderson Castro What do you want to do, install SQL Server express on your machine You might have a look at the common readme files which are shipped with the product. They provide a straightforward walkthrough for installation. For any errors that might come up you are welcome to post them here. If you don’t know where to download express see this link here. http://msdn.microsoft.com/vstudio/express/sql/download/ HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SharePoint Products and Technologies WSS 3.0 in Farm on Windows 2003 server Standard edition

    Hi, Can you confirm that it is possible to install wss 3.0 in farm mode on windows 2003 standard edition J. ...Show All

  • Visual Studio Trying to get client parameter values on the server

    I cannot seem to do the following: 1) I have a report that uses the ASP.NET 2.0 Report Viewer against a RS2005 report that has parameters. Some have default values. One is a text box. Others are drop-down lists. 2) I have ShowParameterPrompts = true and am presented the parameter area upon first visit to the page. 3) I fill in the parameters on the web browser page and click the View Report button 4) Now, on the server side, I want to examine the parameter values (in the Page_Load event). When I do a GetParameters on the ServerReport of the ReportViewer, I receive back a collection of the default parameters values, not the values that I just submitted. 5) The report is working just fine. How do I see the parameter values submitted b ...Show All

  • Architecture don to not use "Inheritance"

    Have anyone try to design with no Inheritance at all I think *Inheritance* is not good as we think. It's force us to somthing we don't need, It's ok in some cases that better to be solved with no need to it. what do you think regards, dotHuman. Inheritance has its place. It is a powerful tool but it is relativly hard to get right - I usually have a a very shallow inheritance tree (Interface inheritance, on the other hand is easier) The main problem is that many people are not aware of Liskov's substitution prinicple (see http://www.ddj.com/blog/architectblog/archives/2006/08/liskov_substitu.html ) and they create sub-classes that are awakward to use and maintain Arnon ...Show All

  • SQL Server Equivalent of Crystal Reports "Specified Group"

    I was just wondering if you could create in SSRS the equivalent of a Crystal "Specified Grouping" i.e. Let's say I have a Loan Risk Grade Field, and the values may be 1 to 99 If I wanted to group not by individual Risk Grade but say a grade banding how would I go about it In Crystal you would be able to create a specified grouping,let's say Group A = Risk grade 1-10 Group B = Risk Grades 11-20 Group C = Risk Grades 21 - 99 In SSRS, would I have to put this in the SQL (i.e. create a "grade banding" field output) or is there a way via the "Edit Group" or some other interface to specify this Use custom code. Something like: public function GetRiskGroup(riskGrade as integer) as stri ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cant Start Projects

    When I try to start a project it gives me an error ("The file name, directory name, or volume label syntax is incorrect") or something like that, any one know why and how to fix it I sent a report and its when I try to start one, not save. I click start new project, then select ANY project type and it gives said error. ...Show All

  • .NET Development Xml Schema definition for element with different content

    Hello! I would like to define a schema for an element that has different content in various cases. In the first case the <node> element can have 1 attribute and 2 subnodes. < root > < node ID =" 123 "> < subnode1 ></ subnode1 > < subnode2 ></ subnode2 > </ node > </ root > In the second case the <node> element can have 2 attributes, where the "deleted" attribute must have the value 1. In this case no subdnodes are allowed. < root > < node ID ="123" deleted ="1"/> </ root > How can I define a schema that says that the <node> element can have either the ...Show All

©2008 Software Development Network