| Thread | Last Post | Replies |
|
| keyboard macro c++ methods shotrtcuts | 23 Apr 2005 04:16 GMT | 5 |
I love the F12 key under C++ where I can go directly to a method even if it is overloaded. What I was wondering is if there is a way through a macro or something that already exists that would let me put the cursor on a method and return a list of methods that call that method.
|
| c# is a good way to learn c | 23 Apr 2005 02:59 GMT | 328 |
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets hooked up to interfaces.
|
| Need some programming help. | 22 Apr 2005 23:31 GMT | 1 |
Hey guys need some help on the steps getting from one point to another. Here is the easy part. I have a combo box that is being loaded with 3 choices (small, medium, large) no problem here. Then I have 6 checkboxes (red, blue, green, yellow,
|
| intellisense c# against intellisense c++ | 22 Apr 2005 21:41 GMT | 2 |
Why c# intellisense is more powerful than c++ intellisense? In c# when type a character intellisense start and guide me.In c++ intellisense start only when I type a . or -> or ::. In c# user class are displayed in a specific color.Why I can't do it
|
| Open file over FTP | 22 Apr 2005 20:37 GMT | 2 |
I am trying to open a file (file --> open --> file) at an FTP location using visual Studio.net. Unfortunately, I get an "unspecified error" alert whenever I select a file. Can anyone help explain why this should be the case.
|
| UML modelling tool in VS2k3 that's not Visio? | 22 Apr 2005 17:40 GMT | 5 |
Is there a UML modelling tool/addin for VS2k3 that's not Visio? I am hoping to be able to find something like Borland's Together Designer for Visual Studio, but that is done in C#, not java! :> Thanks.
|
| "eval" provider problem | 22 Apr 2005 17:39 GMT | 3 |
I have a need for an "Eval" function and found the perfect sample The problem is it doesn't like "IsDate" being fed into it. Any Ideas? seems like a missing reference, but I can't figure it out... PS Thanx to Peter Bromberg for providing the sample
|
| using datagrid field values in multiple forms | 22 Apr 2005 17:18 GMT | 2 |
In form1, which is an item master maintenance screen, I have a button which launches form2. Form2 contains an item master datagrid. After the user double-clicks the desired item record in form2 I want the field values from the selected record to populate text boxes in form 1 so ...
|
| RowFilter of Dataview object ??? | 22 Apr 2005 17:16 GMT | 2 |
I am using a dataview windows application object Form that I need to set the RowFilter property in order to view data based on two different columns values. Querry string is as follow :
|
| Launching a .NET web service without installing the .NET framework | 22 Apr 2005 16:44 GMT | 2 |
I have written a web service, but I want clients to be able to consume it without having the .NET framework installed on their PC. The web service doesn't return any values; it is just used to record requests: a user can send their personal ID to the web service, and this is ...
|
| ASP.NET version question | 22 Apr 2005 16:29 GMT | 2 |
Sorry folks but this is going to seem like a really silly question i'm sure but here goes. Do the different versions of Visual Studio use different versions of ASP.NET. E.g -
|
| New MSDN Subscription and Partner Members | 22 Apr 2005 15:39 GMT | 3 |
My enterprise is a Registered Microsoft Partner and we would to acquire a MSDN Universal subscription under the Empower ISV Program to start a new project in .Net (today we dev under VFP 7). However, we have no one information about the migration of this MSDN
|
| Datediff function in c# | 22 Apr 2005 15:38 GMT | 1 |
Hi, in VB6 I have something like: intdays=datediff("d",date1,date2)+1 how do I write this in c# ? Thanks
|
| c# jpeg in tiff | 22 Apr 2005 15:22 GMT | 7 |
hi ng, I have a question concerning image processing in .NET: How can I open a jpeg with a tiff-header in c# (which means the file has the extension .tif, but contains jpeg-compressed data)? When I try to open the image the usual way,
|
| Need help understanding OOPs terminology | 22 Apr 2005 14:15 GMT | 2 |
Hey guys, need some help understanding some things that maybe someone can explain or clarify it a little better then a text book. Here is my understanding so far: Class - basically a shell for your code
|