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

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

wjwjwjwjwjwj

Member List

velkan
Eva_Hamberg
haitham hamed housin
kapeed
TheDreaming
ChrisKinsman
Ģ&#174&#59;€ğ&#167&#59;QĻ
Alastair Q
TIEN DUC
Jens-Christian Larsen
espirit
marco.ragogna
Anthony Abate
Sarath.
redneon
Natan Drozd
VistaMaster
Gondore
chris441962
stefanh
Only Title

wjwjwjwjwjwj's Q&A profile

  • Visual Studio Express Editions Inserting a coded panel into a non coded panel?

    I have a panel which I have made on a form and I a few that I have coded, I would like to insert these ones onto the one I made on the form. Is there a way to do this An example Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x As New Panel With x .Name = "Subpanel" '//Set some properties of the subpanel .BorderStyle = BorderStyle.FixedSingle .Height = Me.Panel1.Height / 2 .Width = Me.Panel1.Width / 2 End With Me.Panel1.Controls.Add(x) End Sub End Class ...Show All

  • Windows Forms Can not change properties at design-time from controls in an Inherited Form

    Hi guys, I have a Form that inherited from another Form, the base Form have a DataGridView and BindingNavigator , all the modifier for the Controls from the base Form is Protected, but the problem is at design time all the Properties for the DataGridView and BindingNavigator from the base Form can not changed directly from the child Form, any common Controls doesn't have the problem like the two. My question is why the both Controls can not changed directly from the child Form Beside the DataGridView and BindingNavigator is still another Controls that behaves like the two Thanks in advance. ...Show All

  • Visual Basic Another simple question from novice

    I have a database on my SQL Server. One of the tables is called "Wyniki" and there are columns: ID, Imie, Nazwisko, Punkty, Status, DataGry, RodzajGry, Autor. There is some data already. I want to read data from it and I tried to use this code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim Polacz As New Odbc.OdbcConnection Polacz.ConnectionString = "Driver={SQL Native Client};Server=localhost;Database=ProjektKoncowy;Trusted_Connection=yes;" Dim cmd As New Odbc.OdbcCommand("SELECT * from ProjektKoncowy.dbo.Wyniki", Polacz) Try Polacz.Open() Dim reader As Odbc.OdbcDataReader = cmd.ExecuteReader() While reader.Read ...Show All

  • Visual C# virtual modifier !!!

    hi all .... plz can anybody explain the states of virtual modifier and plz with examples i have been searching for that ... and i have now only one states and here it is // cs_virtual_keyword.cs using System; class TestClass { public class Dimensions { public const double PI = Math.PI; protected double x, y; public Dimensions() { } public Dimensions(double x, double y) { this.x = x; this.y = y; } public virtual double Area() { return x * y; } } public class Circle : Dimensions { public Circle(double r) : base(r, 0) { } public override double Area() { return PI * x * x; } } class Sphere : Dimensions { public Sphere( ...Show All

  • Visual Studio Team System Remaining Work Report on Project Portal Not Displaying

    Hello, I am trying to view the remaining work report on a project portal. Every time I load the page it asks me for my network login credentials and once I enter them, the remaining work report displays a red x. If I don't enter my credentials, I see a page can't be displayed error. Does anyone know why I am seeing this and how can I fix it Thanks, TennTechGuy Sounds like you don't have your Reporting Services user permissions configured correctly. Check out my recent post to the forum here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=716579&SiteID=1 ...Show All

  • Visual C# Create my own mp3 stream

    Is it possible to create your own mp3 so you could theoretically create your own internet radio station Not a code solution, but a free way to set-up an internet radio station is to use Shoutcast: http://forums.winamp.com/showthread.php threadid=35635 ...Show All

  • SQL Server Need an Expert Advice

    I am using VS 2003 and trying to add a web reference reportservices2005.asmx on windows 2003 server. I am able to do the same thing in win XP machines and works perfectly fine. now facing the problem with windows 2003 server. i need to run or render the reports(RS2005 version) from VS 2003. Pleeeeeease help. Oh, that's an entirely different problem. You cannot run two version of .Net Framework in the same process space. In W2K3, you can create a new application pool for the report server service and then assign it to the report server virtual directory. You can do this in the Reporting Services configuration tool. When you use this tool, the application pool will be setup they way you need it for ...Show All

  • SQL Server Package cancelled

    Hi, I'm trying to transfer data from a DB2 database to a MS SQL Server database (approx. 150 000 rows). When I execute the package, the process is always cancelled (In output window: SSIS package "DB2_test_TranAddl.dtsx" finished: Canceled.) I use a view on DB2 to provide the data and I can modify it to return only a few rows.  To achieve this, I use a WHERE clause: WHERE OUTLET_NO Between X And Y. When I try OUTLET_NO Between 1 And 5 (255 rows) the package executes successfully. When I try OUTLET_NO Between 5 And 10 (388 rows) it works. When I try OUTLET_NO Between 1 And 10 (643 rows) it fails!! Any idea   Fleo, ...Show All

  • .NET Development Disposing Query Results using System.DirectoryServices.Protocols

    I'm using S.DS.P to query a directory that returns some pretty large result sets. Paging is not an option since it isn't supported on the directory (IBM DS). The problem is that I can't seem to get rid of the result sets from memory once I'm done with them, and if they hang around then my program runs out of memory. ...Show All

  • .NET Development About the IO.File.Delete function in Vista 64-bit

    Hello, I am working on XP(32bit) using VB.NET 2005, developing in 32 bit environment, build the function for deleting files using IO.File.Delete, and compile to EXE file. But in Vista 64bit, this exe file can not delete files, although i have the permission (right-click the exe file and choose Run as Administrator, even closed the UAC function in Vista 64-bit) , can anyone tell me why Thank you YXQ It would help us if you were a bit more specific, what files are you trying to delete Do you have the right permissions to delete a file Do you get an exception thrown at you in that case post the exception message. Willy. ...Show All

  • Visual C# database DSN

    how to make a dsn to a database you made in sql server 2005 express. You can creat either by notepad and writing manualy all paramaters, or copy that file content from some other dsn file and modify it. Or you can do that with dsn file wizard: Go to Control Panel\Administrative Tools\Data Sources(ODBC), go to third tab "File dsn" and click add, browse for file location and create a standard connection. After you finish with all settings about connection, file will be created with all that parameters. Is there a good reason to still in these days of using dsn files If you work with .NET there is many new ways, but more important better and easy to access storrage posibilities. ...Show All

  • Visual C++ Unmanaged C++ and VS2005: Hidden .NET Requirements?

    Hi everyone. While developing some unmanaged C++ DLL that uses COM and ATL, I've been having issues with deploying the DLL to other machines - those without .NET Framework v2. I've found out after some digging that changing the runtime library from its default to one of the debug libraries (and none of the DLL ones) removed this dependency, but introduced some crashes that im not entirely sure are related to my own application's logic. What is the proper way of creating unmanaged c++ DLLs in VC++2005, Who use ATL and COM Thanks in advance. You make many valid points. I tend to agree, however, I'm trying to live by the other approach (dynamic) for a while to see how it works out. Who knows, I may switch ...Show All

  • Visual Basic How to move the recordset by a seek in VB 2005

    Can someone please help me on how to make a seek on Visual Basic 2005. I did this before in vb6 using the following code. I don't want my seek to find an exact record, I want it to find the closest record meeting my search criteria which will by inputted on a text box thats why I used ">=" no "=". I can do it using Bindingsource.find("Last_Name",text1.text), the problem with this is that it onyl finds an exact record and I want the closest record. VB6 Demo Code Private Sub Text1_Change() Data1.Recordset.Index = "Last_Name" Data1.Recordset.Seek ">=", Text1.Text End Sub Thankyou, any help will be really appreciated Use the select met ...Show All

  • Visual C# What are Generics? what do I get from them?

    If anybody can provide a sample code, much better. Thanks, Omar thank you ahmedilays, What I am trying to understand is the 'scope' and 'definition' of this 'Person' class type. When you specify, for example the integer type, you can only have elements that are of the integer type. If you try to add a string element to the collection, you get a compiler error and this is what i mean by definition and scope. How is the scope and definition of a class or object type determined in generics And when you add a Person or Car class or object type to the list what would the code look like Let me know if my question don't make sense. Thank you ...Show All

  • Visual C++ Performance of malloc and free in VC++ 2005

    Hi all, Whne I port VC++ 6 project to VC++ 2005, I find malloc a small piece of memory in a big loop and free them later in other loop has very very bad performance then VS++ 6. For comparation, VC++ 6 spends 12 seconds and VC++2005 spends 60 seconds in a same stress testing. :( I have check the compile options and find nothing. Could you please point out the reason Or give some advices. Thanks in adv. Best Regards, DeepNight First, make sure you test the same type of comfiguration, which in this case should always be a release configuration, with optimizations enabled. Second, do you write in C++ or C Because in C++ you should use new/delete over malloc/free. See Scott Meyers' ...Show All

©2008 Software Development Network