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

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

stryjek4

Member List

cdolor
Tintivilo
friggityfraggity
Diamantregen
Isonduil
NickW_GDATP
XinuXano
anubisascends
Tom v E
jacknsa
cbpd86
Juan Ignacio Gelos
djbjmb
Buddy_15
lmttag
lbugnion
IvanVC
b182f117
bhavu
averge joe
Only Title

stryjek4's Q&A profile

  • Visual Studio Express Editions Query Avg,Min,Max in an Access/Jet database problem

    Hello, Why Select AVG(Something) As Expr1 From Table1 returns the Warning message: "The schema returned by the new query differs from the base query" in Search Criteria Builder. Is any solution to this problem Thanks, Well my friend... I fear I'm no going to be able to help you with this. If you'll remember the discussions btween Shak and I, a lot of the differences we had were on use of things like the data designer and all of this binding. I don't use and and I don't like it. I'd iterate through the table exactly as you are doing now. ...Show All

  • Visual Studio Express Editions slideshow

    how can I alter this code so it displays a different image every minute.....like slideshow thanks PictureBox1.Image = Image.FromFile _ (System.Environment.GetFolderPath _ (System.Environment.SpecialFolder.Personal) _ & "\Shell2.jpg" ) yes I just done what u said.... but how do i get it to show..... PictureBox1.Image.Save()........ wont work ...Show All

  • SharePoint Products and Technologies Using web service client from web part

    Hello, I'm trying to create a web part which also acts as web service client to retrieve some additional data to be displayed in Sharepoint. The problem I'm having is how to define web service url to web part so that it can be modified after being deployed to Sharepoint I've tried defining url to app.config, but looks like installing web part does not install app.config anuwhere Is there some other way to tell which web service url to connect ...Show All

  • Visual C# How to read current active IE window's html content

    Hi there!, I really hope someone can help me with this issue... it is really cracking my brain up:S What I want to be able to is to load the html content of the current active IE window by a simple IE Frame or console application. Not using the webbrowser component. That is possible but I just don't know how to do it. Maby with the HtmlDocument I have googled and googled.. I found this example http://www.codeproject.com/vb/net/ByPassAutomation.asp which is VB, but other than that the example does NOT work.. well I have IE 7.0 so maby it's because of the tabs.. can anyone please help me Regards, Qawi Hi ahmedilyas, No it's not the webbrowser component in C#:-) It is the open website in Internet Explorer 7. ...Show All

  • SQL Server Just installed SQL express, what else am I missing??

      Hi everyone, I believe I have installed SQL server 2005 (SQLServer2005_SSMSEE.msi) and I can run "Mircosoft SQL server Management Studio Express" I can see the "Connect to Database Engine dialog", however I am unable to connect to a server  (I know I need to create a server or instance but don't know how ;-(   ): Server Type: Database Engine Server name: Authenitication: Window Authentication User Name: myID\myID Password: Now, how do I create a server name (instance ) Do I need to download other software to create an instance so I can try the SQL Server locally Please help ,I am lost ;-( Hi, SQLServer2005_SSMSEE.msi only installs SQL Server Management Studio Expres ...Show All

  • SQL Server SQL Error

    Hi All, I am No software punk i have installed MS SQL 2000 on my desktop, but at any given point of time it accepts only 10 users to be connected to it, i want it to connect to more than 50users to enter their data, the front end was created on VB, When the 11+ users try to log in is states, MS SQL server not avaliable or access denied, Any one can please help me... ASAP please Thanks Are you using WIndows XP ` "For Windows XP Professional, the maximum number of other computers that are permitted to simultaneously connect over the network is ten. " http://support.microsoft.com/default.aspx scid=kb%3ben-us%3bQ314882 HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de -- ...Show All

  • SQL Server Iif optimization

    Just a quick question: Will the following mdx make the server calculate <mdxstatement> twice iif(<mdxstatement>=0, NULL, <somestatment> / <mdxstatement> ) ...Show All

  • Windows Forms negative value of custom control property: strange behavior in designer

    I have a custom control which contains a custom version of the ProgressBar. This control accepts double minimum and maximum values which define the range of the custom ProgressBar. If I set, for example, a min val of -10 the Progressbar is correctly drawn and the code runs without problem. Then, if I reload the designer, the min value is changed to 10 (positive) in the designer window, but in the code it is still -10. If then I build and run the project it behaves correctly. Then, if I modify something in the designer window forcing to reload the form code, min value is set to 10, according to the value in the designer window. Why does this happen Is it a parsing problem "Property accessors" are ...Show All

  • Windows Live Developer Forums My own music

    I would like to create a list of music that I store on a web server. I don't see how I can do that with Live Spaces. Can anyone suggest a way ...Show All

  • Visual C# file dialog and richtextbox question

    hi how can i load the file that i have selected from the openfile dialog box into a richtextbox i've tried this Code: openfiledialog ff=new .....; ff.showdialog(); richbox.loadfile(ff.filename); but it didn't work also ,if i'm selecting a files with different extension than txt but in the file it self the data are text and it could be opened by a text editor , how can i load it too to a richtextbox " the extension is TFTP" How do you mean it does not work That looks quite ok to me... Here's a MSDN reference how to open a file. Do you get Exceptions, or how it does not work ...Show All

  • Visual Studio Team System Environment variables passed through nunit tests from msbuild

    I have a team build on VS2005 which is set up to run NUnit unit tests as part of the build. The code that is being unit tested integrates with some legacy COM code which in turn calls external processes to do the required task. When I run a build from the command prompt using msbuild on TFSBuild.proj on either a development PC or the build sever using @TFSBUILD.rsp, my build works properly. The system environment variables are passed down thouugh the various processes and work as expected. However when the same TFSBuild.proj is called from the tfsbuildservice.exe service, the environment variables are not set properly. They are available in the MSBuild file but not in the processes that are created. What environment does the ...Show All

  • Visual Studio Unknown problem with CRX1 when opening

    Hi, I am having a report done with CR XI. It got 3 sub reports. All subreports have to display relevent records from Master page. When I try to preview the same it is working fine. When I supply dynamic sql to master page and then try to preview report in running, then the one subreport is not able to display, because of this entire reports not been a able to display. When we link the subreport with main report it does create a parameter. That is the parameter it is asking for one subreport. Why No clue from my side. Had been trying it to solve for past 5days. Please can anyone advice Thanks in advance, Sachi ...Show All

  • SQL Server Dates in a SQL Command

    hi, i have to return all the dates in a date interval, but they are not stored in a table. what i need is to calculate all the dates between 2 given dates. is it possible to do this in a SQL command thanks, levogiro. levogiro: One way to do this is to loop through a table of numbers.  Here the table "small_iterator" is simply a table of integers 1-32767: declare @dayDiff integer declare @firstDate datetime       set @firstDate = '12/1/6' declare @secondDate datetime      set @secondDate = '1/3/7' select @dayDiff = datediff (day, @firstDate, @secondDate) --select @dayDiff as [@dayDiff] select convert (varchar (10), @fir ...Show All

  • Visual Studio Team System Creating Custom Control

    Hi, I am very keen to see the working of custom control. Thanks to Naren for a detailed explanation on how the custom control works. But I am facing issues here. Hope some body helps me here.. I have followed the following steps 1. Unzipped the sample in http://blogs.msdn.com/narend/archive/2006/10/02/How-to-use-Custom-Controls-in-Work-Item-Form.aspx to my working folder 2. Built the sample. 3. Copied the dll and the wicc file to C:\Documents and Settings\All Users\Application Data\Microsoft\ Team Foundation\Work Item Tracking\Custom Controls and also to C:\Documents and Settings\prash\Local Settings\Application Data\Microsoft\Team Foundation\Work Item Tracking\Custom Controls . 4. Now I wit imported the Bug-CustomControl.x ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA framework for non C#

    One of the great advantages of the .NET framework is that developers can work on the same project in different programming languages. As I'm reading about XNA, it seems that this will not be possible with the XNA framework. Will the only programming language that has access to the XNA framework be C# aka_Big_Wurm wrote: The performance hit is from C++ to C# or C++ to VB. VB runs CRL just like C# so the performance is the same. Well, since C++ isn't even an option, this is pretty much a non-issue. C++/CLI is managed as well, and will run at exactly the same speed (compiler optimization differences notwithstanding). ...Show All

©2008 Software Development Network