| Thread | Last Post | Replies |
|
| Pocket PC webservice | 10 Jul 2007 09:29 GMT | 3 |
Hi We have an application (vb.net) running on a hand-held running pocket PC. The application interacts with an ASP which in turn queries data from an oracle server.
|
| Populating database image field into Treeview control | 10 Jul 2007 07:38 GMT | 23 |
im using vb.net 2005 with framework 2.0 and im using treeview control using the below code, but not able to populte the images, the data is coming to the treenode with conditions, and ofcourse each node is having its image in the database itself, since working with
|
| Repost of an old question. Can not use Access in VS2005 | 08 Jul 2007 15:34 GMT | 6 |
I posted a question in VB.net a week or so ago and got not responce. I found a post from March of this year with the same identical problem I have, and no one seems to have an answer. Is this abug? I have copied the earlier post and here it is:
|
| getting third party assemblies | 07 Jul 2007 23:31 GMT | 1 |
I have to build several applications that all depend on another set of toolkit assemblies - also in active development. The toolkit releases on a regular schedule, and I'd like to be able to have the product solutions go out to the release location in source
|
| VS 2005 expands all projects during simple operations | 07 Jul 2007 23:25 GMT | 8 |
I am having a problem where Visual Studio expands all the projects in my solution when I perform certain operations. I suspected it might have been an addin, but my co-worker is experiencing the same behavior. I'm running SP1 on Visual Studio 2005. Has anyone seen
|
| Where is the Configuration Manager?? | 07 Jul 2007 07:07 GMT | 1 |
Am I losing my mind, or is there something wrong with my installation? I'm trying to figure out why my VS2005 is outputting the .pdb file when I do a "build project". It places the build in the release folder.
|
| Program a switch user function | 06 Jul 2007 14:22 GMT | 1 |
I can read alot about the WTS_SESSION, but I can not figure out a way to execute the windows xp "Switch User" funtion. I don't want to log the users off. I am try to create a service app that will run when one of the kids logs on,
|
| passing array | 06 Jul 2007 09:11 GMT | 1 |
New to this, I used to pass an array like this function BytesToString(byref myarray() as byte, somethingelse as long) as long and m = BytesToString(fooBar(), bluenose)
|
| Command line error D8016 : '/GL' and '/ZI' | 05 Jul 2007 00:55 GMT | 3 |
how do i get rid of this error? I upgraded a project from VC 6.0 to VS2005 and i can no longer use edit and continue due to the above error. /ZI is necessary for edit and continue but GL is not important so i would like to remote that option It appears in the vcproj file but i ...
|
| Crystal Report IN vb.net | 04 Jul 2007 09:06 GMT | 3 |
im using vb.net 2005 with its built in crystal report control, i hv a question in this related 1). if the page count is more than one means, the hidden section i wanted to make visible, else not to visible
|
| Debug without rebuilding | 04 Jul 2007 05:23 GMT | 1 |
I am currently working on a large multi project solution and I want to start debugging without out having to build every time you click the debug button, is this possible? Steve.
|
| Datetime Picker vb.Net | 04 Jul 2007 03:52 GMT | 5 |
I need to clear the value in the datetime picker. I also need to set a backgroud colour to datetime picker. Clearing I mean Is Po Date: __/__/__
|
| #if #else in .rc files | 02 Jul 2007 22:03 GMT | 1 |
I'm hoping somebody can explain how to do this. I'm trying to include a binary resource in a .rc file. However, depending on a predefined constant value (#define) being TRUE/FALSE, I include one binary resource or another for the same resource ID. Example:
|
| 'CommandLineArgs' is not a member | 02 Jul 2007 07:00 GMT | 5 |
Previously I developed a low level class library (.Net 2005) that included a function that returned commandline arguments to caller. The class is not genned as a DLL. It is stored in a common library source directory and VB.Net console programs include this class library as an ...
|
| Need a Script to change an outlook profile | 01 Jul 2007 02:14 GMT | 12 |
I need a script that will go in and change an existing Exchange profile inside of outlook. I tried using the methods of the PRF file, and the CIW/CMW wizard, but they don't do exactly what I need and I think a script will do the trick.
|