James-Jones's Q&A profile
Visual C++ Need help C++
Hi, I have a program written in C++. I want to create a track tool that even running in Release version, the track tool also records into a text file every line code that get executed. I need this tool because I got a customer running our program and get error which I can't reproduce. So I want to know which line code is a last executed before the error occurs. Any idea is appreciated. Thanks Why don't drop your customer an inst ...Show All
SQL Server Hierarchical data in result set
How can I create a function that returns hierarchical data from a table with this structure: - CategoryID - CategoryName - CategoryFather I want to bring the result set like this... CategoryID | CategoryName | CategoryFather | HierarchicalLevel 1 | Video | 0 | 0 2 | DivX | 1 | 1 3 | WMV | 1 | 1 4 | Programming | 0 | 0 5 | Web | 4 | 1 6 ...Show All
Windows Forms RowHeaderClick Event in DataGrid
Hi All, DataGrid has a Protected Event RowHeaderClick. The following code is not good this.dataGrid1.RowHeaderClick += new EventHandler(DataGrid1_Click); error message is: C:\VS\WindowsApplication1\Form3.cs(244): 'System.Windows.Forms.DataGrid.RowHeaderClick' is inaccessible due to its protection level How&n ...Show All
Visual Basic VB 2005, calling a query?
I just started using VB 2005, i want to execute a query i have created when a command button is pressed, any ideas anyone I'm trying to modify an access table using a query, and i've figured all that out only to be left in a dead end with the queries . i can execute the query from the main form (anyform.vb) right someone help please !! Thanks everyone, any help you can provide is greatly appreciated Hi, Yup, yo ...Show All
Visual Basic Problem in image compression
I'm trying to compress an image and all my code looks correct, but I'm not sure it's 100% correct. My understanding was that compressing an image would reduce the quality.. Is that not correct My code does decrease the size of the image, but even when 100% compression is selected there is no change in quality. [code] Private Sub TrackBar1_Scroll(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TrackBar1.Scroll compressio ...Show All
Windows Live Developer Forums Windows Live Messenger Problem
I was Invited to be a Windows Live Messenger BETA tester. So I installed it and opened it up. When I tried to talk to one of my contacts there was an error, and it closed Windows Live Messenger. So I open it up again, and try and chat, and it happens again. And this happens every time I try. I've uninstalled it, re-installed, repaired it tons of times. Can anyone help me -FrdBed My messenger live...w ...Show All
Visual Basic How To Return records from database a to Array() Get
So I have a code And I want to return records from Datase Northwind Employees Table FirstName Column to array Save. But an occur error. Thanks for Help. Dim Con As SqlClient.SqlConnection = New SqlClient.SqlConnection Con.ConnectionString = "Server=.;Database=Northwind;Integrated Security=SSPI" Try Con.Open() Dim Com As SqlClient.SqlCommand = New SqlClient.SqlCommand("Select FirstName Fr ...Show All
Visual C# Richtextbox spell check
Does anyone know of a cheap commerical component that offers spell checking for the richtextbox control I understand how to use the office interop which allows access to the MS Word spell checker. Yes, it's easy to get the mis spelled words and suggestions using interop, but I want the spell as you type option with suggestions when you right click... perhaps there is a free component floating around with these options Any help Always app ...Show All
Visual C++ Thanks Mr. Christian Graus ,but..
Hi everybody , I know very little about this high language, for my studying field in BA is far & different from the PC programming languages,which I’m studying it to take a diploma in it. So , kindly I want your help. I really spent two days in searching the e-books and other forum to find a way or a rule, but I failed. I wrote this broken code ,broken, because many of it’s statements are not completed .Please help me, and who wants to ...Show All
.NET Development Named Pipes
Hello, I am a sound editor and "inventor" working with 3D audio. I currently use six PCs, mostly running XP Pro and a dozen 8751 microcontrollers. I use ethernet for file access and serial comms(8) for controls. I use VS.Net 2003 professional and VS.Net 2005 Standard. I wont to implement Named Pipes and have referenced knowledge base PSS ID Number: 871044 . The data count is correct but the data is not. I will be using many more PCs ...Show All
Visual Basic Is it possible ?
Is it possible to change an existing desktop VB.NET-SQLServer application to a LAN/ network based (not web) application means if u access the same Application exe from 2 or more pc in a LAN then wat will be the problem is it possible Or every application must be client-server type to run in LAN Thnx in advance. If you need multiple instantiations of that variable, one for each user. You'll wa ...Show All
Visual C# why nothing is happenning?!
i am using this code to try to ping but nothing is happenning..why string ip_address = "192.168.1.2"; Ping pingSender = new Ping(); PingOptions options = new PingOptions(); // Use the default Ttl value which is 128, // but change the fragmentation behavior. options.DontFragment = true; // Create a buffer of 32 bytes of data to be transmitted. string data = "aaaaaa ...Show All
Windows Forms Anyone still playing this game?
With no public terrarium server around these days, is anyone still playing this game Or is there a terrarium server running somewhere I don't know Hi, I'm new in the game actually I just installed yesterday but I can't use it, do ...Show All
Visual C# Multiline comments auto-add "*" is driving me mad!
Try this: (1) Start a multiline comment by typing /* (2) Press return. (3) Aaaargh! Where did that extra "*" on the new line come from I don't want it! Is there ANY way of turning off this unwelcome behaviour It's seriously trying my patience having to press Ctrl-Z EVERY SINGLE TIME I PRESS ENTER IN A MULTILINE COMMENT! Grrrr! [EDIT] I see from this thread that there's no way to turn this off: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All
Visual Studio Team System What is the MSDN Visual Studio 2005 Team Suite "Trial" Edition?
Hi everybody, Today I found the Visual Studio 2005 Team Suite Trial Edition in MSDN Subscriber Downloads. I am a MSDN Universal subscriber and have transitioned my subscription to get access to the Team Suite for Software Developers edition. Maybe anybody from Microsoft can clarify: - What is the "trial" meaning Usually MSDN software is not limited as towards features or usable time - Is the trial edition the one which I get due to the transiti ...Show All
