473,614 Members | 2,361 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
1,004
thread by: Michael Ekstrand | last post Sep 24 '05 by: Michael Ekstrand
I've been googling around for a bit trying to find some mechanism for doing in Python something like Java's synchronized methods. In the decorators PEP, I see examples using a hypothetical synchronized decorator, but haven't stumbled across any actual implementation of such a decorator. I've also found Synch.py, but that seems to use pre-2.2...
0
1,026
thread by: salvatore.didio | last post Sep 28 '05 by: salvatore.didio
Nufox allow XUL developement like you could do with any other GUI library If you want to see an example : http://www.google.com/url?sa=D&q=http://www.freezope.org/Members/artyprog/programmation/lienspython/nufox/examples/sortedcolumns Regards Salvatore
0
1,288
thread by: Daniel | last post Sep 28 '05 by: Daniel
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block?
0
838
thread by: puzzlecracker | last post Sep 28 '05 by: puzzlecracker
let's say I have class A{}; vector<A*>::iterator ii; is it fair to assume that ii has a type of A* (given that ii is not invalidated)? and use it as
0
1,054
thread by: yohaas | last post Sep 28 '05 by: yohaas
How can I setup the deployment not to overwrite existing registry values. For example, if I want a key to be entered into the registry only if the key does not already exist. Thanks, Yohaas
0
1,180
thread by: Manuel | last post Sep 28 '05 by: Manuel
I want to describe a table of a database in XML flavour and I would like to know if there is some 'standard' schema to pick as example to produce my .xml definition file. PS: I'll work with PHP and I'm thinking about using the 'CREATE TABLE .... ' SQL as startig point of my parsing.
0
786
thread by: Kathy Burke | last post Nov 17 '05 by: Kathy Burke
Hi. I'm saving some short xml strings to a database field, e.g., Field1 (customer), Field2 (xml). When I want to do a report on this data, I would do a SQL select on the field criteria and end up with a bunch of xml strings from Field2. (each has an xml processing instruction <?xml...?>, because I use them throughout the process as...
0
2,390
thread by: Paul Hobbs | last post Nov 17 '05 by: Paul Hobbs
Hi All, I am trying to replicate the functionality of the HTML FileField control. I can use it just fine to prompt a user to browse to a file, and it retrieves the full path just fine. I can then get the file path string by using control.value, and write it to the database. I don't want to actually do anything with the file. What I can't do...
0
737
thread by: Boris Zakharin | last post Nov 17 '05 by: Boris Zakharin
I currently have a page which displays data in a DataGrid from a DataSet filled by an OleDbDataAdapter. It also has buttons to carry out events which should cause the grid contents to change (either a row is deleted or it is changed so that the criteria of the select query no longer apply). However, the grid does not change unless I explicitly...
0
718
thread by: Philip Townsend | last post Nov 17 '05 by: Philip Townsend
I have an aspx page which loads two user controls, one of which I would like to cache the content since its data does not change much. However, when I add the cache directive to the user control, it causes the other control's data to be cached as well. Any suggestions or clues? Thanks! *** Sent via Developersdex...
0
1,400
thread by: Scott F K Hooper | last post Feb 24 '06 by: Scott F K Hooper
I get this error on compile of my vb/asp.net app: Could not load file or assembly 'WebChart, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417) In fact I get this error no matter what 3rd party dll I try to add to my projects....
0
1,172
thread by: James Buffington | last post Feb 24 '06 by: James Buffington
For some reason, my laptop has quit recognizing the GPS receiver. I have reinstalled the software, scanned for the received - everything that is called for, with no results. To insure that the receiver is working properly, I connected it to my desktop computer - it works fine. Can someone please make a suggestion that might correct this...
0
890
thread by: Tomas Machala | last post Feb 24 '06 by: Tomas Machala
Hi, I have a problem with PasswordRecovery Control. I need to allow users to reset their passwords so I used this control. It sends e-mails successfully when requested but it doesn't include the new password in within - and that's a problem of course. What can I do with that? Thanks.
0
1,769
thread by: Vam$y | last post Feb 24 '06 by: Vam$y
In asp.net how to catch window close event when a user closes the window explicitly by clicking on “x” button which is on the right top corner of the browser. My requirement is When a user explicitly closes the window I need to pop up a message to user and log information in DB whatever the user entered in the form. I implemented on...
0
752
thread by: SYED SHOAIB AHMED | last post Jul 31 '07 by: SYED SHOAIB AHMED
Please help to get the system date from IBM Server DB2
0
893
thread by: =?Utf-8?B?UHVyZSBIZWFydA==?= | last post Jul 31 '07 by: =?Utf-8?B?UHVyZSBIZWFydA==?=
hi 1. i would like to know from where i can buy webservices that can work with ..net applications, webservices for specific business needs such as accounting and other processes ? its better also if they can be implemented offline on network. 2. haw can i implement sending sms in my application can that be done with a online webservice...
0
777
lee123
thread by: lee123 | last post Jul 31 '07 by: lee123
well the title says it all, ive scolled down almost all of the threads and didn't find anything on how to use a datagrid, how to start a datagrid, or if its something for other microsoft items like excell, access, or if you can just put a text boxes on a form and put the information in a datagrid from the text boxes this is a big question indeed!...
0
1,118
thread by: michalfromczech | last post Jul 31 '07 by: michalfromczech
Hi, i have problem, i want connect and operate with my FTP server in VISUAL BASIC 6.0, but i don't have dll, which can this function do. I have download any dlls (Chilkat FTP) but there are not for free and i want free dll. (i want upload data on server, download, rename, make dir and perhaps check, if file on server exist or not, and that's...
0
1,106
thread by: jpturn99 | last post Jul 31 '07 by: jpturn99
Hello The high school I teach at has recently upgraded to Visual Studios 2005. I am trying to run a simple "hello world" project in C++. I have properly followed all of the steps to setting up a project, adding the source file, etc. However, when I try to compile, the compiler says that "iostream.h" cannot be located. If I recall, the...
0
753
thread by: jpturn99 | last post Jul 31 '07 by: jpturn99
Hello The high school I teach at has recently upgraded to Visual Studios 2005. I am trying to run a simple "hello world" project in C++. I have properly followed all of the steps to setting up a project, adding the source file, etc. However, when I try to compile, the compiler says that "iostream.h" cannot be located. If I recall, the 2003...
0
1,862
thread by: bharathreddy | last post Jul 31 '07 by: bharathreddy
Dear All, We are converting our module from .Net 1.1 to .Net 2.0 & Infragistics 4.1 to Infragistics 7.1. Here I am facing a problem. The one which is working fine in 1.1 is not working with 2.0. One of the Client side event /function is firning but others are not. Can any one who is working on Infragistics 7.0 pls help me. This...
0
1,072
thread by: bbqbbq | last post Jul 31 '07 by: bbqbbq
Hi guys, I need a way to automatically adjust the layout of window's content when the window's size get changed. For example, I am creating a web page using ASP.NET. However, when I drag the window to change the size of window, the layout of the content still keep the same. Please help me to find a good method to automatically change the layout...
0
1,404
thread by: noobkuku | last post Jul 31 '07 by: noobkuku
Guys i got this error i don know how to slove it anyone can enlighten me? http://i15.tinypic.com/4ztjzas.jpg Private Sub search_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles search.Click Dim NameSearch As String = txtInput.Text Dim FoundIt As Boolean = False For MaxNum As Integer = 0 To...
0
2,094
thread by: rob | last post Jul 31 '07 by: rob
Hi Everyone, I am using managed c++ to convert hash table to insert sql statement. Anyone has experience using some class to do it? database: sql anywhere 9.02 Thanks, Robert
0
859
thread by: gvr123 | last post Jul 31 '07 by: gvr123
Hi Not a C++ question, but perhaps someone can help... I've created an installer (msi) using the visual studio 2002 setup project and all works fine. The question I have is: Is there a way of saving the chosen installation path to the registry such that I can find the program's path at the next stage of the installation? Presumable the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.