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

Software Development Network >> Bjoern.Greiff's Q&A profile

Bjoern.Greiff

Member List

jakorakosaya
enric vives
DMAR330
TTris
moemen.ahmed
BradDaBug
cues7a
lancasm
Robin E Davies
J Jakubik
Gary200
learnerplates
Amritha
William Lowers
Anil Vemu
dops141441
Demix
Jordan Carroll
Deco
MLyons10
Only Title

Bjoern.Greiff's Q&A profile

  • Visual C# Project Idea

    Hello every one, I have just recently started coding away with C# and decided that this would be a suitable language to produce third year project for my degree course for various different reasons. I am still researching couple of ideas, was wondering if any of you bright people would kindly give me some ideas which will not only be a fun project to work on but something i can learn from. p.s. I have a good understanding of OOP Thanks in advance Strongly advise going the web route rather than winforms... everyone seems to want it. The trick here is to decide what industry you fancy i.e. banking and specifically code something to match that. Will help greatly with your career. ...Show All

  • Windows Forms Passing data between forms

    HI i am trying to pass data form one form to another. I can do it with one piece of data (have only 1 textbox in my form,click send, and it gets send to the other form) but when i put 2 textboxes on my form1 i cant figure out how to do it. Any suggestions PS i used the Constructor approach when passing the 1 set of data between the 2 forms. Instead of the TextBox, pass a reference to the form. Now you can access all the controls and properties of the form. The Q&D way is: In Form1.vb: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm As Form2 = New Form2(Me) frm.Show() End Sub In Form2.vb: Public Class Form2 Priva ...Show All

  • Windows Live Developer Forums Robot Invaders - Weekend Madness & $200 Prizes

    Invasion of the Robots Contest—Weekend Madness! Build a Robot by Monday and you could be one of 5 people to win $200.00 Who Will Win The 1 st 5 people that submit their valid robot entries, which means: Submitted between today 8/9 11:00am PST and 8/14 11:00am This is for new Robots, those that have already been submitted will not be considered Submitted correctly means: Step 1: Build it, host it, and make it available from the time you submit to the time Weekend Madness closes (11:00am 8/14) Step 2: register your robot with http://gallery.live.com , Messenger, Bots, Submit Step 3: https://www.robotinvaders.com/main/Register.aspx Each person is eligible for only 1 Weekend Madness prize ...Show All

  • SQL Server Top 10 Results

    I have the following table in a report: <Grouping Name="Top10IndustriesGroup"> <GroupExpressions> <GroupExpression>=Fields!SicDescription.Value</GroupExpression> </GroupExpressions> </Grouping> <Sorting> <SortBy> <SortExpression>=SUM(Fields!AccountMV.Value)</SortExpression> <Direction>Descending</Direction> </SortBy> </Sorting> </TableGroup> the table consists of the following colums, and I want to only show the top 10 results based on the SUM(Fields!AccountMV.SUM(Fields!AccountMV.Value) =(Fields!SicDescription.Value) | =COUNT(Fields!SicDescription.Value) | ...Show All

  • SQL Server Mining structure has to contain at least 2 mining models to see their accuracy charts?

    Hi ,all here, Thank you very much for your kind attention. I just found that I am not able to view the accuracy chart for my mining model. The error message is: no mining models are selected for comparision. Which is quite strange. Any guidance thank you very much. With best regards, Yours sincerely, Hi, Bogdan, thank you very much for your guidance. So in what way can we verify if the clustering model is good enough or not With best regards, Yours sincerely, ...Show All

  • Visual C++ Collecting external dependencies

    Hi everyone I have a couple of projects that I move around different computers and that others also need to work with from time to time. It depends on a few external pieces of software, e.g. python. What I would like is a simple way of packaging up the locations of these software packages, so that I can use $(PYTHON_HOME)\include, $(PYTHON_HOME)\Libs and the occasional $(PYTHON_SRC)\PCBuild8 and have them all change magically. I don't want to define environment variables and since these are not the only projects I nor my colleagues work on I don't want to add these paths into the global IDE settings. Ideally I'd like a file simply defining these variables, but I just can't find a way to do so. I thought I had a workaround using ...Show All

  • SQL Server Unable to completely uninstall Advanced SQL Server- Report Server

    1) I uninstalled Advanced SQL with Report Server to install 2005 SQL Developers Editions. 2) For some reason I am unable to completely uninstall Express Report Server. 3) Configuration Manager is still showing SQL Exp Report Server, even though I uninstalled Advanced Server. 4)I tried to remove though A/R programs (using my 2005 DE) - I see it listed but I receive the following error:The setup failed to read IISmime maptable the error code is -2147024893. 5) When I try to use 2005 Report Service Config Manager, I receive the following error: An unknown error in WMI Provider Error code 80040219 wmi provider. So I am unable to setup my 2005 SQL DE Report Server. Any ideas on uninstalling Express Report Server...This mi ...Show All

  • Visual C# Problem in fetching the values from the .Config file in COM+

    Hi, I have created a COM+ component using C#. in this i am fetching data from the SQL2000 database. the connection string is in the App.Config file. problem: When i try to open the connection from COM+ component to perform any kind of operation i am getting the following error "The ConnectionString property has not been initialized." please give the solution if any one knows ASAP. OS: WindowsXP Language: C# .net 1.1 third party tool : ORM.Net for dataAccess layer thanks & Regards Pramod Hi, Thanks for the replay. :-) , but my problem is still not solved. Below discription will give you a better understanding i think.. The .config file is at the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using windows forms components with XNA?

    Is it possible to use windows forms components with XNA For instance... what if I wanted to add a menu bar to my game I realize that most games have their own interface, but it would still be very useful to have (especially for setting up quick temporary interfaces). Any ideas What if I wanted to run windows forms components side by side with xna in the same window So there wouldn't be any overlap, but they would still both be attached to the same window ...Show All

  • .NET Development How Load a XML file with a XSD file into a DataSet

    Ok im in trouble! this night i drink some weird stuff with some friend's and i cant think straight and simple i dont understand... "plus" i never work with XSD files so... i sucks today! Any help would be great!! Thanks. usually its like this: dataTable.Rows[ index ][ columnIndex ].ToString(); to get the value of the current column in the currentRow ...Show All

  • SQL Server Sharing remotely

    Can you use SQL Express remotely instead of locally. I have been told that I might be able to use SQL Express as my network server for sharing files. Is this possible, or do I need a different version of SQL to do this I have been reading the VBE forums and from what I gathered was that SQL Express is only for a local table only, is this true If not, what is the work around, and how do I go to another pc to find out if it is sharable I would hate to get several months in my app design and learn that I was headed in the wrong direction. Thanks David Mike, Is it possible to run a T-SQL script during deployment to enable the remote connection functionality I read the link and it mention ...Show All

  • .NET Development web reference problem

    Hi, I'm using VB 2005 and I've created a win app that uses a web reference here is the code inside of a button click event I was hoping that this code would return the weather report for my area for a single day, but it produces an error. Dim myWeather As New gov.noaa.nws.www.ndfdXML Dim myDate As New System.DateTime(2007, 2, 10) Dim days As String = "1" Try Me .lblWeather.Text = myWeather.NDFDgenByDay(26.5, -81.8, myDate, days, gov.noaa.nws.www.formatType.Item24hourly) Catch ex As SystemException MessageBox.Show(ex.Message) End Try Here is the error message: The server committed a protocol violation. Section=ResponseStatusLine I sh ...Show All

  • Visual Studio Express Editions Problem with Tabcontrol

    Hello everybody! I ran into a problem using the .NET 2.0 Tabcontrol: I need to have the single tabs left-aligned instead of top-aligned, but when I set the alignment property in the visual designer to "left", something goes wrong with the control. Eg. the text displayed on the tab registers disappears and the whole control seems to look a little strange (can't point the finger on something specific though...). Without the text on the registers the thing becomes somewhat useless. So, is there a way to fix it or any kind of work-around Thanks a lot, Tobias Koerner You P/Invoke declaration is wrong, change it like this: private static extern int SetWindowTheme(Intptr hWnd, string a ...Show All

  • Audio and Video Development Blu-ray

    Does it bring bad luck to ask this on this forum :) Anyone knows of documentation or sites about BD-J mode, HDMV is a bit limited. BluPrint is better than Scenarist BD. It is most easy to make a BD with it than with Scenarist BD. And you see what you do... But there is lot of problem with the incompatibilities with hardware player (the final release of BD-J came from Philips after CeBit in March 2006 .... ). Samsung player don't play it because it don't support it (and it have not a ethernet connection, not web, no network). Golgot13 ...Show All

  • Visual Studio 2008 (Pre-release) How to generates app.config for Self Host with NetTCP transport?

    Hi Eveyone, I am leaning how to self hosting a service with NetTcp transport. I just want to know how to use SvcUtil.exe to generates the App.config file for client ( see server's app.config file at the end) Regards, Jdang <!-- App.config of Server application --> <system.serviceModel> <services> <service name="Company.Services.TestServices" behaviorConfiguration="DqServiceBehavior"> <host> <baseAddresses> <add baseAddress="net.tcp://localHost:8002/TestServices"/> </baseAddresses> </host> <endpoint address="" binding="netTcpBinding" contract="Company ...Show All

©2008 Software Development Network