| Thread | Last Post | Replies |
|
| Intellisense not working | 06 Oct 2004 19:11 GMT | 2 |
I'm running Visual Studio, using C#. Intellisense (Go To Definition: function has stopped working for most objects. It seems to work for class variables, but not for other defined metods and variables. E.g. in the snippet below, if I rclick on the reference
|
| Dynamicly adding images to detail lines in Crystal Reports for .NET | 06 Oct 2004 18:17 GMT | 1 |
All, Is there a simple way to manipulate the details section of a Crystal Report at runtime on a per-record basis? The reason I want to do this is that my database table contains an image url
|
| how to close messageBox? | 06 Oct 2004 17:39 GMT | 2 |
i have a module that created a form, and the messageBox is shown in the closing event , but when the im choosing the "cancel" button in the messageBox the messageBox and also the form is getting closed i want the messageBox to close (without the form )?
|
| getWindowDC erro | 06 Oct 2004 17:15 GMT | 2 |
im using the getWindowDC but getting the error- " Value of type 'System.IntPtr' cannot be converted to integer " can someone tell me whats wrong?? Declare Function GetWindowDC Lib "user32" (ByVal hwnd As Integer) As IntPtr
|
| Date Comparison | 06 Oct 2004 17:07 GMT | 5 |
I have a problem in comparing two dates.when i compare two dates it's only taking the days into consideration.for example when i select 10th may 2004 as my first date and 1st may 2004 as my second date,it will say that 10th may is greater.what might be the problem.please help me
|
| Date Comparison | 06 Oct 2004 17:05 GMT | 7 |
This is the code that compares the two dates If (CalendarDate1 >= CalendarDate2) Then MsgBox "Please enter the correct date range", vbOKOnly + vbExclamation, "SASMonitor"
|
| Two Dimentional Arrays | 06 Oct 2004 14:06 GMT | 1 |
Can anybody tell me how to store data to a two dimentional array.if the array is declared as dim ArrayName(50,500). Thanks in advance
|
| .Net Security - Not 'all' pages | 06 Oct 2004 13:17 GMT | 5 |
I am fighting with XP-Pro and VS.Net trying to allow some of the pages in my application to be accessable by 'all' I am using <authentication mode="Forms" /> and if I Login - everything works fine. My code comes from a walkthrough (I am learning) and I am currently using
|
| Load Traga images (.TGA) in VB.NET | 06 Oct 2004 11:56 GMT | 1 |
The Bitmap object supports loading .bmp, .tiff. jpg ...etc files.. But it doesn't supports Targa images (.TGA). Any body has an idea how to do that in VB.NET? Thanx
|
| Codes for learning the application | 06 Oct 2004 10:18 GMT | 2 |
Whould you please help me finding some useful links for programming code for learning purposes? If possible free please!
|
| How to open a file which is currently being used by another proces | 06 Oct 2004 09:59 GMT | 2 |
I have to open a files for reading, which is currently being used by another process(say file X). I could open file X in notepad, without any issues. How can I open it in vb.net? I always get an error saying that file is being used by another process. Any help please.
|
| Centering on a Label Web Control in ASP.NET | 06 Oct 2004 09:43 GMT | 3 |
I am adding a Label control to a page that I am going to be dynamically setting the text during runtime and I want to center the control. I can't figure out how to center it. Does anyone know? Thanks in advance,
|
| What is wrong here? | 06 Oct 2004 09:42 GMT | 3 |
Hi, friends, I have a function which send email with attachments as the follows: public int SendEmailWithAttachment(string fromEmailAddress, string toEmailAddress, string subject, string message, string attachment)
|
| servicios web y caracteres no permitidos | 06 Oct 2004 09:39 GMT | 1 |
Hola.. necesito enviar a un servicio web,un string comprimido. Este string tiene la caracteristica de poseer caracteres no permitidos, ya que cuando llamo al servicio web, me devuevle un error diciendo que mi cadena posee caracteres no permitidos. Alguien sabe como podria enviar ...
|
| Setting control focus programatically on an aspx page | 06 Oct 2004 09:34 GMT | 2 |
Does anyone know how to set the focus to a control programatically in my code for an asp.net app?
 Signature Thanks in advance,
|