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

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

Buddhist

Member List

rnellis2002
mrginger
leonlai
Viktor78
Westonm
sai111
Gosatu
NSJenkins
etcheverrjc
vbDrGonzo
ranger28
Amde
mgee16
Pockey
cdx1
JSarna
thea.umali
DiamonDogX
zoomer
ALFKI
Only Title

Buddhist's Q&A profile

  • Visual Basic Hide button on Toolstrip?

    Can anyone tell me how to hide a button on the toolstrip This is on my MDIParent form. Menustrip is its name. Thanks ...Show All

  • Visual C# USB Communication

    Is there a way to control Voltage output of a USB Port. I'm trying to connect a custom made circuit through USB and send power on request to it. (Connecting a USB device automatically yield power to it or do you have to open the port first ) So I am to understand the Voltage out cannot be cut using software I was looking at creating a switch from a transistor which will trigger the circuit to receive Supply (12+V) power from the outlet when the USB provides 0.7V or more power to the transistor) - Needed to control the switch via software somehow but if it's not possible I might have to use a Serial or LPT Port instead :( Thank you for the replies. ...Show All

  • Visual Basic Why does my app try to connect to the internet?

    This was really strange. After finishing my application (first one in vb.net) I ran it and for some strange reason it tried to open a port (1147) and according to my firewall it was listening not sending. I found this very strange because my application doesn't contain any code what so ever that would be able connect to the internet. I even tried a simpler application with just a form and a button and that one also tried to open up a port. When i blocked the program from trying to listen, it crashed giving me this error report. EventType : clr20r3 P1 : cmiss.exe P2 : 1.0.0.0 P3 : 44e17833 P4 : system P5 : 2.0.0.0 P6 : 4333ae87 P7 : 2ba8 P8 : 40 P9 : system.net.sockets.socket Does anyone else have the same problem or is t ...Show All

  • Smart Device Development Programmatically change wallpaper on a Windows Mobile 5.0 Device

    Hi everyone, I am trying to write an app to programmatically change the wallpaper on a Mobile 5.0 smartphone. I have looked at the Compact Framework and cannot find a way to do it. I have also looked at CoreDLL.dll and could not find anything. I am doing development with VS.net 2005 and .net Compact Framework. I know we can use SystemParametersInfo from User32.dll for a windows PC but can't find anything for a mobile device. Any help will be appreciated. Thanks. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows ...Show All

  • Visual Studio Team System Determine if there is a label already applied to the latest version

    Is there an easy way to determine if there is already a label applied to the latest version Can you explain how this info would help you To me, it's not really meaningful to ask if there's a label applied to "the latest version" because labels don't represent points in time. Let's say you cut a label 2 years ago. Since then, some files have been modified extensively and others haven't been touched at all. That is, it applies to the latest version of some files but horrendously out-of-date versions of other files. Would you want that label to be returned by your query That's just the tip of the iceberg. What about a label that contains {aaaa.txt @ C1, aaab.txt @ C2, aaac.txt @ C3, ..., zzzz.txt @ C456976}. Should we show ...Show All

  • SQL Server Error Scripting Procs: Failed to retrieve dependency information

    How can I resolve the following error when I try to script out some procs. In SSMS I right click the db and I choose 'Tasks > Generate Script', then I select 10 stored procs (without changing any of the default options). If I don't include the proc mentioned in the error below, then it works OK. TITLE: Microsoft.SqlServer.SqlEnum ------------------------------ Failed to retrieve dependency information (object_id(System.Int32) 1271727633.object_type(System.Int16) 4.relative_id(System.Int32) 1879729799.relative_type(System.DBNull) .object_name(System.String) usp_SEL_RCEPCompanyHistory.object_schema(System.String) dbo.relative_name(System.DBNull) .relative_schema(System.DBNull) .). For help, click: http://go.microsoft.co ...Show All

  • Windows Forms DataGridViewTrackBarColumn

    Hello all, I want to put a trackbar in a datagridcell of datagridview. The trackbar must be visible in both editing and nonediting mode. Is possible Best Regards Sandro Peixoto see this sample: DataGridView Custom Column Sample ...Show All

  • Windows Forms An Item with the same key has already been added

    I have this fault when trying to add New Data Source, As I can solve it Help me. An error ocurred while retrieving the information from database. An Item with the same key has already been added Initially it worked, and not in which moment I let work My database is Mysql and working. ...Show All

  • Software Development for Windows Vista Shower on 64 bits than 32 bits because of kernel ?

    Hello, I am working on a program that have been ported on Win64. Unfortunaly the program is really slower compiled with the 64 bits compiler on WinXP 64 than compiled with the 32 bits compiler on WinXP 32. It seams that the kernel use much more ressources ... even if system functions aren't called and there isn't memory allocation (or a few number) during tested periode. The following screenshot show what's happening: http://img110.imageshack.us/img110/8867/64vs32vi4.jpg Do you know from where this kernel ressources are required The application used the Win32 API with MFC (few) and OpenGL. But during this test, these library aren't really involved... Thanks ...Show All

  • SQL Server Advance Tab not available (Greyed Out)

      Hello I am working on a sql express table and while configuring the steps after I select the data source and the selectment statement window shows, I want to use the advanced tab but it is greyed out. I want to be able to add edit and delete my data. I have administrator rights for this project and the workstation so thats not the issue. What I am tryng to accomplish is extending a website to manage it's content and users. Also the table has colums and the colums has test data within them I tested a query and the connection had a successful return. Maybe it's a configuration thing I am unaware of.   DKB  Hi, you can not edit data directly fro ...Show All

  • Microsoft ISV Community Center Forums Runtime error '13' - type mismatch problem! Again...

    Hey all Thanks to the help of the forums here i thought i had most of my code working however, this infamous 'runtime error 13' keeps cropping its head up on only 2 of my 10 sub routines! :( Ive spent most of my work day searching through forums and google but i am no closer to finding a solution. The 2 functions that it is affecting are important and i need to get them sorted else i may as well scrap my two days work! Ive posted the code below and hopefully if anyone has a chance they could have a look and see if they notice anything that may be the cause. Ive highlighted the lines of code that are being thrown up in the debugger. '*********************************************** ' Calculate Award '************************** ...Show All

  • Visual Studio Express Editions about array?

    hi there i have a problem regarding array....here's the situition i'm supposing to count a number of area... so i used select command count to count... i want is to compute all the number of area and put the result in textbox...(each result has seperate textbox)  txtbox1, txtbox2 and txtbox3... in my code below the dataset overwrite the result instead of to retaining and print the result of area(1) and area(2)...   dim conn as new oledb.oledbconnecion("connectionstring") dim area() as string = {"area1","area2","area3"} dim i as integer for i=0 to 2 dim sqlcom as new oledb.oledbcommand("select count(*) from table where area ' " & area(i) " ' ", connectionstring) dim ds as new dataset() 'whe ...Show All

  • Visual Studio 2008 (Pre-release) OR-Mapping (DLinq_Overview_for_CSharp_Developers 7.1.1)

    Hi, I have a Question about the Mapping how is descriped in 7.1.1 in the DLinq_Overview... Document. I made a class for the Mapping to a DB that looks so: [Table] [InheritanceMapping(Code = "I", Type = typeof(ICQ))] [InheritanceMapping(Code = "P", Type = typeof(Person), IsDefault=true)] public class Person { [Column(IsDiscriminator = true)] public string DiscKey; [Column(Id=true, AutoGen=true)] public int PID; [Column] public string Name; [Column] public string Vorname; } public class ICQ : Person { [Column] public string ICQNummer; [Column] public string ICQNick; } public class DB_test1 : DataContext { public Table<Person> Person; publ ...Show All

  • Visual Studio Express Editions VB.net2003 or Vb.net2005

    Hi, A final project has been assigned to me in which I've to make an online application for the courier systems, it should have a reporting system and show the entries contained in the DB, there is a requirement to make it in .Net2003 but I've recently heared about Vb.net2005 or VBE which is the latest .net version of VB and also has an IDE by which an interface can be made easily. Here I should mention, I've never worked in .net but I used VB6 so I don't know about VB.net yet, and the time is very short I've to make the interface within a month or so.Please tell me, whether it is good to use VB2005 express edition and learn vb.net code simulateneously or should I jump into vb.net programming and forget about VBE.I prefer VBE cuz it ...Show All

  • SQL Server A priori algorithm in Association Rules

    MS uses the a priori algorithm in Association Rules, while other DM software have gone to the Novel Algorithm. Can you tell us why MS decided to stay with the a priori Did you overcome the limitations that it's accused of having Thanks! I was only able to find one reference to a product that claimed it used "the" novel AR algorithm, without much more description. I found many AR algorithms with novel approaches to solving various problems. Do you have a reference to a paper Our apriori implementation does a lot of different things to work around the limitations of apriori. For example, we do things like allow less frequent frequent itemsets to be flushed to disk during our counting, or automatically change the thresholds ...Show All

©2008 Software Development Network