473,537 Members | 2,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

0
228
thread by: google_groups_net | last post Nov 13 '05 by: google_groups_net
Good News! Do you know how simple it is to go to Heaven after this life has ended? Some people believe that belonging to a local church, temple, mosque or synagogue will get them to Heaven.
0
311
thread by: tommy | last post Nov 13 '05 by: tommy
I am working with the Invoice report in the Northwind sample database. How can I see the SQL statement that provides the data to the report? Thanks.
0
1,000
thread by: orshov | last post Nov 13 '05 by: orshov
Hi there, Please take a look at the new internet program that I recently joined. They give out Free Internet resources delivered to your email box daily. Not only is it FREE, but you Get Paid as well! You'll Earn $10 Just For Signing Up...FREE! I think, it would be best if you just take a look at it
0
1,340
thread by: Open Minded111 | last post Nov 13 '05 by: Open Minded111
***this isn't spam. I am actually just a dude who wrote an ebook and i want to share it with as many people as might benefit from it. I come in peace!*** Its well known that the path to being a truly great guitarist is to have a vast working knowledge of the chords, scales and modes. These are the basic elements of music and knowing...
0
1,030
thread by: Hugh Janus | last post Nov 28 '05 by: Hugh Janus
Hi, I am running a DOS script in memory using a thread. However, if I want to interrupt this script and stop it, what should I do? In a normal DOS window you'd press CTRL+C but I do not have the DOS window. Aborting the thread works but throws an error that I then have to capture. Ideally, i'd like to somehow send the key sequence CTRL+C...
0
1,267
thread by: Omega | last post Nov 28 '05 by: Omega
Hi, In VB.Net I want ot use a function name AnimateWindow. At runtime my window is correctly animated but its background stays dark, the refresh doesn't seem to be done. I've read that Windows Forms don't implement the WM_PRINTCLIENT message . In this case, how the implementation should be done ? Olivier
0
4,409
thread by: Sam.G. | last post Nov 28 '05 by: Sam.G.
Hi, I've a specific need for a project : create a virtual printer. The purpose is to use this printer to add documents from any application inside the database shared with an application (DOC, PDF, perhaps mail content, ...). Is it possible to write such a thing using VB.NET (or C#) ? And How ? Not all the code, i'll do it ;-)
0
1,008
thread by: Kenan Ecevit | last post Nov 28 '05 by: Kenan Ecevit
How can I access a specified cell in DataGridView. In VB6 in flexgrid, I can use TextMatrix property. Is there any property? Thanks.
0
767
thread by: Fred | last post Nov 28 '05 by: Fred
I have developed a server/client application using web services assuming that I could lock it down after developement. I am now worried that this may not be possible. I want to be able to deliver the complete set up to a customer in which they handle installation and administration of both the client and the server on their machines. The...
0
779
thread by: Me | last post Nov 28 '05 by: Me
I need to install both 2.3 and 2.4 on my Win2000 system. Can someone please give me a pointer as to how to do this? Thanks!
0
830
thread by: jb | last post Nov 28 '05 by: jb
Hi All, Looking for some info on the files in the .NET framework package and what they replace. I've had some problems with functionality in some VBA I wrote a few years back which worked fine BEFORE I installed .NET framework to my machine. Any Thoughts?
0
2,063
thread by: xmail123 | last post Oct 16 '07 by: xmail123
How to populate a treeview from a dataset I am very new to C#. I need to create a Windows form that will read a SQL table and populate a treeview. I can connect to the DB, create the dataadapter, populate a data set. The problem is how to use the dataset to populate a treeview. I have looked at a few examples here but none use a...
0
1,276
thread by: Chris Auer | last post Oct 16 '07 by: Chris Auer
I am try to get information from AD from within MOSS. My app is strongly typed, marked as SAFECONTROL in the web.config and the dlls are in the GAC. But I get this error. Here is my code (very simple) public void TestSite() { DirectoryEntry AD = new System.DirectoryServices.DirectoryEntry("LDAP://
0
650
thread by: kingletas | last post Oct 17 '07 by: kingletas
Hello, I am new to C# and all of its wonders. I finally managed to learn how to use libraries on Visual Studio 2005. I am currently working on my final project of school and i found a library which provides me with SSL for most of the System.Net class. But i also found a library for SSH but i did not get good or enough documentation on...
0
721
thread by: yogeshtiwarijbp | last post Oct 17 '07 by: yogeshtiwarijbp
I want to create a generic class using typecast that can perform sorting to both integers and strings send as input
0
1,272
thread by: Slickuser | last post Oct 8 '08 by: Slickuser
Is there a way to get values from GridView when it's a hidden Column. This code work if my column is set Visible to true. DropDownList ddl = (DropDownList)sender; GridViewRow row = (GridViewRow)ddl.NamingContainer; DropDownList dropdownlist = ((DropDownList)row.FindControl("aDropList"));
0
1,133
thread by: Vladimir Iahnenco | last post Oct 9 '08 by: Vladimir Iahnenco
Hi, I created dbml LINQ to SQL file and dragged a table into it. It created an object, say Day1, to read data from table Day1. Is it possible to use this object from DataContext reading other tables with exactly the same structure, say Day2, Day3 etc? I don't want to use synonyms, they are server wide. In multi-threading environment they...
0
1,533
joedeene
thread by: joedeene | last post Oct 9 '08 by: joedeene
Hi, My father has a windows server 2003 system, and has Apache installed on it, it works great and we get free domains that redirect to his IP, but I tried making an Asp.Net Website/Application and it doesn't load right...Any ideas on how to get it to host asp.net apps? I've read on Google and such, and says it's possible for asp.net 2.0 which...
0
711
thread by: Chris Rebert | last post Oct 9 '08 by: Chris Rebert
On Wed, Oct 8, 2008 at 4:36 PM, Wei Guo <weiguo6@gmail.comwrote: Being dynamically typed, Python has no notion of variables having types, so the object isn't being "passed as a generic object", you're getting what really is a "generic object" value of type NoneType, which means the value of traV is indeed None, not vec3(). This code is...
0
255
thread by: Chris Rebert | last post Oct 9 '08 by: Chris Rebert
On Wed, Oct 8, 2008 at 5:34 PM, Warren DeLano <warren@delsci.comwrote: Assuming the data structures are sufficiently basic, i.e. no class instanciations, you can just use the json (AKA simplejson) library to deserialize the data in the string. Python and JSON conveniently happen to share the same syntax for literals (except for booleans...
0
2,066
thread by: mvsmsh | last post Oct 9 '08 by: mvsmsh
Hi listers , Has anyone met REORG INPLACE error -964 " The transaction log for the database is full " ? I wonder , why REORG INPLACE error -964 even if archive successful ? We're using archive log with TSM userexit and plenty of space available on the log file system for the new log , it looks like REORG use all the primary ,...
0
856
thread by: Robin Dunn | last post Oct 9 '08 by: Robin Dunn
Hi All, A set of wxPython binaries for Python 2.6 on Win32, Win64 and Mac OS X are now available at http://wxpython.org/download.php What is wxPython? ----------------- wxPython is a GUI toolkit for the Python programming language. It
0
272
thread by: Tim Chase | last post Oct 9 '08 by: Tim Chase
I need to put in the var property of the first object from the list assuming you meant "foo = any.name if ***any*** is not None else beny.name..." If you have a fixed/hard-coded list of elements, you could something like: foo = (any or beny or riki).name
0
169
thread by: skip | last post Oct 9 '08 by: skip
Joe templ = Template("The $object in $location falls mainly in the $subloc.") Joe d = templ.match(s) Joeand then d would either by None (if s doesn't match), or a Joedictionary with values for 'object', 'location', and 'subloc'. JoeBut I couldn't find anything like that in the docs. Am I Joeoverlooking something? Nope, you're not...
0
1,587
thread by: Stodge | last post Oct 9 '08 by: Stodge
I'm trying to get a simple multicast application working using Twisted; so far I have: from twisted.internet.protocol import DatagramProtocol from twisted.internet import reactor from twisted.application.internet import MulticastServer class MulticastServerUDP(DatagramProtocol): def startProtocol(self): print 'Started Listening'
 

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.