| Thread | Last Post | Replies |
|
| Windows Service calling EnumChildWindows | 08 Nov 2007 20:46 GMT | 3 |
Can I use EnumchildWindows from a windows service to find the IE windows and Solitaire windows belonging to the logged on user? And if so then I'll need to know what call to use to get the users desktop window handle to enum them - Assuming GetDesktopWindow doesn't at this point.
|
| GridView showing twice on AJAX UpdatePanel | 08 Nov 2007 19:39 GMT | 1 |
Strange problem... Have a gridview on a page (within an update panel) for displaying event dates. GridView loads fine first time around with the PageLoad.
|
| Edit XML From Dataset | 08 Nov 2007 16:19 GMT | 3 |
If I save an xml file (with the schema) from a dataset, using Dataset.WriteXML, I then wish to edit the file using XML Notepad. If I just open it in XML Notepad and save it, without making any changes, the xml is just about rendered useless, and I get an error "datatable does not ...
|
| can't send emails from Outlook | 08 Nov 2007 15:56 GMT | 1 |
I have Windows Vista and when I try to send emails (new or replies), I get an error from McAfee saying to check the domain of the recipient and try sending again from my email program. I can't send anything! "After you verify the format of your recipient addresses, McAfee ...
|
| Populate DropDownList | 08 Nov 2007 14:32 GMT | 1 |
In a web site, I have a folder that contains text files (*.txt). I need to get the server path and all files (txt type) and add it to a dropdown list control. How do I do this?
|
| CRAXDRT Crystal Report 11 | 08 Nov 2007 07:43 GMT | 1 |
I am using an external .rpt report with one parm from C# (.net. Standard Edition) Just want to call and print the report. Need to pass parm value from vb.net. Using CRAXDRT (CR11). When I use dcparamatid.AddCurrentValue and then check if current value is set I
|
| How Can I convert rtf to pdf without use word api | 08 Nov 2007 05:32 GMT | 2 |
I try to programmaticly convert a rtf document to pdf without using word or acrobat api I try many tools found on Internet but the majority use word api Can I use someting like api without installing all office (word) package
|
| New to Dot Net Quick question | 08 Nov 2007 04:56 GMT | 3 |
I would like to create a page simalar to this one: http://www.cdms.net/manuf/mprod.asp?mp=11&lc=0&ms=3691&manuf=11 Can I use a grid view control and store my data in a MySQL database? Or do you recommend another control? I have a lot of information and need to
|
| Authenticode, choice of CA, pricing? | 07 Nov 2007 22:35 GMT | 1 |
Hi, I was looking into getting an Authenticode certificate for the first time, so that we can sign our assemblies and installers etc. I looked at a few and saw a wide range of prices; Comodo, $179 http://www.instantssl.com/code-signing/
|
| Email not displaying Image | 07 Nov 2007 16:45 GMT | 2 |
I have written a code in C# (using StringBuilder) to create mail subject. Which is like this: string Logourl=Request.Url.Scheme + "://" + Request.Url.Authority +
|
| ManualResetEvent / WaitOne | 07 Nov 2007 03:32 GMT | 15 |
I have a problem using a ManuelResetEvent in the GUI thread while receiving events from the Shell (new folders, rename etc). This is what i do: Receiving an event from the Shell.
|
| cant set up mail | 07 Nov 2007 03:14 GMT | 1 |
my isp is gmail and yahoo. and i have no idea what i am doing with the isp stuff.
|
| How to create a single CLASS file that will be available to ANY PROJECT I want to link it to??? | 06 Nov 2007 23:10 GMT | 4 |
Again, I'm new to VB.net and there is something I need help with: Like (I assume) many of us, over time I want to be able to create some VB.net classes that I might want to use in more than one Project. So let's say I've created a Folder called "MyVBNet Classes" to hold these
|
| Problem with MSBuild and Warning Notification | 06 Nov 2007 16:47 GMT | 1 |
I have WinXP Pro SP2 and VS2005 SP1. I'm converting my projects from VS2003 to VS2005 and I receive a lot of warnings in several projects. For example, to one of my projects (for example MyProject.vbproj) I receive the following result in the command
|
| Filtering while accessing object instances | 06 Nov 2007 13:24 GMT | 3 |
I have a component that reads a file and returns the data as a an array of objects. Now I want to add the capability of filtering on this. This means if an array of objects is returned I should be able to
|