First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
last_insert_rowid
Can someone show me an example of how to retrieve the last_insert_rowid() in a sqlite.net database? I want to write information to two tables, but I am assuming that as you get all the values and just before you do the cmd.ExecuteNonQuery(), thats where you would do the last_insert_rowid(). I actually don't k... 18 Jan 2008 13:17
Word 2007-like tooltip (C# WPF)
Hello, I want to create a tooltip like Word 2007 shows when you select text. http://img167.imageshack.us/img167/9809/floatiefq4.gif I have no problem with putting buttons etc in the tooltip but the tooltip closes when I navigate with my mouse to over the tooltip before I can click any buttons. How can I kee... 9 Jan 2008 11:05
axWebBrowser - HTML source - DocumentText, etc
Folks, I've spent the last 3 hours fighting to get the EXACT content as being displayed in "View Source" (as we can easily do by just accessing the property DocumentText in the WebBrowser object). Unfortunatelly, there is no easy way of doing this when you directly access the activex object. If you cast axWe... 30 Dec 2007 09:21
Filling a dataset from Gridview.
I am trying to populate dataset from gridview but it's not working . Can anyone plz tell me how to do it.. ... 27 Dec 2007 09:26
w3wp进程死掉
..net 2005 开发的web程序,页面经常显示不出来,然后把应用程序池重新启动一下就行了.这是什么原因?谢谢. 我查了日志,报如下错误: 由于未知错误,未能执行请求。错误: 0x8007000e 存储空间不足,无法完成此操作。 ..NET Runtime version 2.0.50727.832 - 执行引擎错误(7A0592A2) (80131506) 由于未知错误,未能执行请求。错误: 0x80131604 ..NET Runtime version 2.0.50727.832 - 执行引擎错误(7A0592A2) (80131506) 为应用程序池 'wsdl' 提供服务的进... 11 Dec 2007 22:02
array of BackgroundWorker's hung
I'm trying to figure out why the following doesn't work. It hang waiting for a BackGroundWorker to become "un busy". With the 11 item in the queue the first 10 get to the DoWork but never to RunCompleted. If the items in the queue are equal to MaxWorker then everything works okay. I am goin insane. I knows its s... 12 Dec 2007 00:13
Using WaitCursor or ProgressBar
I have a MDI Application. It has a simple menu. On clicking menu items, child forms open. Since, the loading of the form was taking quite sometime, I have separated the loading of data by using a background thread. Now, first the UI elements are loaded, the form is displayed and then the data is loaded. But, still ... 17 Nov 2007 14:21
WCF Serialization Problems
I am attempting to serialize a Dictionary<string, string> type in a WCF data contract. But when i create a service reference to my contact, the type instead comes out as ArrayOfKeyValueOfstringstringKeyValueOfstringstring[]. How do I fix this? I am creating the service reference in VS2005 using the WCF extensions.... 19 Oct 2007 00:35
Trying to access Active Directory from within MOSS gives me error
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... 16 Oct 2007 17:08
Passing values from C# from/to a C++ dll
Hi, I have this in C++ and I like to call it from c# to get the value but I fail. it will be good if you can give me some information. I tried it in VB.net it works but I use almost the same way as VB in C# but it doens't work. c++: (csp2.dll) NoMangle long DLL_IMPORT_EXPORT csp2TimeStamp2Str(unsigned char ... 8 Oct 2007 11:05
First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98