SyncMobile's Q&A profile
Visual Basic Retrieve WEb Content
Hi All, I m currently trying on retrieve web content from a given URL. However, when i go to this url, on its form_load, it will retrieve data from database and populate it as a table. How can I retrieve this content using HttpWebRequest As I 've been trying, but it skip the table that suppose to populate at runtime. REgaRds, silkkeng Sure... I'll do that right away because I've seen a lot of this, this week. and I've done a lot of H ...Show All
Visual C# Select in DataTable with condition on DateTime column
Hello. I'm having a problem migrating to .NET 2.0 and it seems like I'm stuck. :( The problem is that DataTable.Select() run with condition on a DateTime column doesn't find any rows if the DateTime objects were defined with non-zero time (i.e. not 00:00:00). Code Sample: I've no idea what "genious" logic rules in Select() method. If I initialize dates not from DateTime.Now, but with explicit initialization of year, mont ...Show All
Visual C++ yet another c2248 error
I'm another user (paid ) getting this compile error message now that the project was converted from .net 2003 to .net 2005 this is a show stopper and I need a resolution of some kind so any ideas /help would be appreciated . C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afx.h(879) : error C2248: 'CObject::CObject' : cannot access private member declared in class 'CObject' C:\Progra ...Show All
Windows Forms Set window owner
Does anyone know how to set the owner of a window (which my process does not own). I can get the Owner of the window through the API call GetWindow(hWnd, GW_OWNER). But I need to set it. Just some background... I am trying to write a program to hide windows from the taskbar (and add them to the system tray). Adding them to the system tray is easy, but I cannot get them to hide from the taskbar. I do not want to use ShowWindow(hWnd, SW_HIDE) beca ...Show All
Software Development for Windows Vista FileWatchService and State Machine Workflows
I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need ...Show All
Microsoft ISV Community Center Forums Borland Out, where to go from here?
I've found the best way to get a straight answer, or some honest advice is to simply ask another developer. I'm a small ISV designing software on multiple platforms. In the past years, I've been studiously avoiding Microsoft development tools for a variety of reasons - mostly cost and preference. I used Borland for a decade, and it performed well most of the time. Now that Borland is no longer in the developer business, I have to have an eye for ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Help please!
I am having this problem when im installing DirectX 9.0c (tryed redistribution also) when it reachs 'Installing Components' I get an error saying ''A cabinet file necessary for installation cannot be trust'' please help http://msdn.microsoft.com/directx/sdk/readmepage/default.aspx Specifically.... "A cabinet file is necessary for installation and cannot be trusted." ERROR during installation. This problem happ ...Show All
SQL Server Object Oriented Data Storage
Hi all, For our current project we have to store many different types of interrelated and hierarchical data items. We worked out an architecture and we prototyped it on a small prototype and it seemed to hold up well. Before I get going I just wanted to make sure that there are not any hidden catches: We are building a CRM/Data Flow process for a consulting firm. The firm offers many different types of services – each broken d ...Show All
Visual C# #define, #if, #elif, #error, # warning
Hi everyone, I have some doubts about #define, #if, #elif, #error, # warning. Are are any real advantages of using these in C# programming language It doesn't happen often, but there are situations where conditional compilation comes in handy with C#. Just the other day I was writing some code that used ODBC that had to be compilable with .NET 1.0 and .NET 1.1. Since ODBC moved from the Microsoft.Data.Odbc to the System.Data.Odbc namesp ...Show All
SQL Server SQL Server 2005 Express Edition -Configuration Manager
When i am trying to start sql server configuration manager i got one error as follows, Cannot connect to WMI provider.You do not have permission or the server is unreachable.Note that you can only manage SQL Server 2005 Servers with SQL Server Configuration Manager. Wmi provider error[call to wmi provider returned error code :0x8004100a] How can i solve this issue Aji If y ...Show All
Visual Studio Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Hmmm... not really. We're using HTTP POSTs to make our web service calls. Are you able to do HTTP POSTs (not ...Show All
Windows Forms multiselect algorithm
I was wondering if anyone knew the algorithm used by windows for selecting multiple files (can be used by listboxes as well). I'm trying to implement the algorithm myself but I'm not quite sure of some of the details of it. sorry, I need the algorithm, not how to do it with a listbox. The problem is I have had to implement my own list control so I need to implement the algorithm myself ...Show All
Visual Studio Express Editions how to use a control using a string
Hi All, I want to change the properties of a control, by calling it names. I have several labels in my form (L1...L100 for example) and in the code I want to select one of these label, using a string ("L" & i) in order to modify it property. I can write Activecontrol=L2 But not Activecontrol= Numlabel where numlabel = "L2" But if L2 is a result of a calculation how can I select the proper control. Not ...Show All
SQL Server Combining text data rows
I am working with a database derived from text documents. One of the tables (TEXT001) contains the text of the documents with each paragraph of each document assigned to its own row with a paragraph number in a SectionNo column. I want the entire text of each document in a single row with its own unique number (so that I can do a full text search with SQL Server 2005 that will search and return the entire document as a result). How do I comb ...Show All
Visual Basic Null Reference Exception on an Invoke
This one has me stumped (not that I pretend to understand Delegates ). I have a process that is on a seperate thread in a class module, that class module raises an event, which the main form repsonds to and then updates a listview based on the event. So far, so good. The problem arises in my routine in the main form to update the listview, which as far as I can tell I have structured correctly. The .Invoke line (bolded ...Show All
