ssli2005's Q&A profile
Windows Search Technologies WDS - SDK - Sample C++ code??
I am new to ADO in C++ and I am having trouble getting the C++ version of WDS SDK to work. Can anyone provide me with some sample code. Thanks. Vijay hmm, I thought passing NULL didn't work. But if it works for you, that's good. I'm using a newer build so that might be why it worked for me :) Also, if you want to learn more about the parameters for ExecuteQuery() and the columns you can ask for, there's some info on my blog and on Steve's blog. http://geekswithblogs.net/bpaddock and http://spaces.msn.com/members/wdstech ...Show All
Windows Forms SignTool reported an error 'XmlResolver can be set only by fully trusted code.
Hi all, Everytime i publish my winform app, I encounter this error. "SignTool reported an error 'XmlResolver can be set only by fully trusted code." How can I fix this problem. Thanks Me too. Delete the ".sln" can resolve temparely,but next time if we copy source to another PC,it comes again. Faint~ ...Show All
Windows Forms Global Parameters needed ...
Hi, I'm using C# for a Windows Forms based application. I need to share across several classes/objects some global parameters like path names. So far the only method I found is to pass to each class constructor a pointer to a class that contains my parameters. Does anybody knows how can I define Global Parameters to my application Thank you Thank you all, I think I have a solution now ...Show All
SQL Server Avg, Min & Max of two date fields in a Table
i have a table T_EPISODE that has two fields referral date (D_REF) and assessment date (A_DATE) i need to get the average, min & max time between the referral and assessment dates where the assessment date falls within a given period (dteFromDate & dteToDate) and where assessment date is not null but im a little bit stuck on how to do it. i know about the MIN & MAX functions but they only work one field at a time. do i need to do a cursor to get all the date differences then work off these for MIN, MAX & AVG any help would be greatly appreciated. Cheers, Craig Hi, thank your hel ...Show All
Windows Forms making controls resizable for user
Hi, I have datagrid and panel control on my form. Is there anyway I can let user to change their sizes by selecting the control boundary and then dragging it to resize The easiest way is to add a grip bitmap at the bottom right corner and code the resize process using mouse events similar to the technique used to move controls. ...Show All
Windows Forms Persisting settings
What is the best place to persist settings such as windows sizes, the previously selected values in combo boxes, etc I haven't done much winforms development but my understanding was that before .NET this kind of information was stored in the registry. I'd rather not do that. Is there some kind of configuration file (besides the app.config or ...Show All
SQL Server Problem configuring password property for oledb connection.
I'm creating an xml configuration file to hold the connection string including the password (sql server authentication). My package protection level is set to 'EncryptSensitiveWithPassword'. I set up my connection manager and I check the 'Save my password' box. The 'Test connection' button reports that the connection is OK. I enable the package configurations and I go through the Package Configuration Wizard and I specify 'xml configuration file' and I choose 'Specify configurations settings directly' and I specify a configuration file name with the same directory as the package. I chec ...Show All
Visual C# a doubt please solve???
hi, I am creating a online test for a IT Firm out here...the problem i am facing is that i am loading the questions..on the same page..so the page is not able to update the marks ..i thing some probs regarding state..let me know if somebdy knws the sol. ni@#$h The description is a little vague. In the load is there a if (!Page.IsPostBack) { // Load Questions } ...Show All
Visual Studio Express Editions unexpected job with tabindex property any body help me....?
hi masters, i have converted my project from vs2003 to vs2005 and working with c#. on the for i have a groupbox in this box i have many textboxs ....and i have trying to set the tabindex property but it is not working. if body face this type of probelm pls help me also........ If you explain more what you are trying to do you will probably get better help. What is not working, is there any error message ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Bug
Hey! In all samples I install using DirectX 9.0 as API, may it be from DirectX SDK or NVidia SDK, the following bug is present: The ui controls, such as drop down box, slider bars, check boxes etc all appears normal at first. But whenever I try to interact with them they disapear for good never to come back. The samples are still running as they should. My machine is uses a dual core amd athlon x64 cpu, it has about 2 gigs of ram, nvidia GeForce 6600 is the graphics card and the OS is Windows XP x64. How can I by the way report bugs and enhancement proposals for the Managed DirectX team We'll be glad to investigate the problem, but we ...Show All
Windows Forms Using Binding Navigator Shows Primary Key Column, How To Not Display It
Okay now Thank you, ...Show All
Windows Forms Forms Minimizing automatically
Hello, I am in a situation wherein I am opening a form, from that form I open another form and hide the previous form by doing Me.Opacity=0. Similarly I might keep on chaining into forms. I have noticed that randomly, when I close the child form, (and set the parent Opacity to 100%) all my forms get minimized and the focus moves on to so ...Show All
Game Technologies: DirectX, XNA, XACT, etc. directx9 lib error
hi all i have problems with directx9 lib's. i have started programing with directx8 and now directx9. the problem is that when i am trying to use directsound i get errors like: Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaPosition Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaControl Sound.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph Sound.obj : error LNK2001: unresolved external symbol _IID_IGraphBuilder Debug/Unrevealed.exe : fatal error LNK1120: 4 unresolved externals Error executing link.exe. i have had similar problems but i solved them with this #pragma comment(lib, "d3dx9 ...Show All
Windows Forms prevent application closing
i have created a program but it is intended to be used constantly and so that means i have not included a means of closing the application. but the defaults that Windows uses are still available such as Alt+F4, Ctrl+Alt+Del, Alt+Tab. I want it so these are disabled by my program when it is run. also, i want the three buttons in the top&n ...Show All
Visual FoxPro View, Query or Cursor?
I have a form that pulls info from an ODBC source via a Remote View. When I try to RUN my form, my entire project locks up. Is this because the info pulling from ODBC is too large How can I fix this Any ideas Should I use a cursor instead of a remote view Or unselect fields in the Update fields selection Thanks for the help everyone. I learned a lot from you trying to fix this issue. However, once I removed the APP_MEDIATOR from the form, my form worked. Wonder why that had any bearing on it... ...Show All
