SillyEngineer's Q&A profile
Smart Device Development How to change the screen orientation programmatically with vb.net
I want to chage the orientation betwenn two forms on my Pocket PC, using vb.net. CF v10: http://blogs.msdn.com/davidklinems/archive/2005/02.aspx CF v2.0 http://msdn2.microsoft.com/en-us/library/microsoft.windowsce.forms.systemsettings.screenorientation.aspx Cheers Daniel ...Show All
Windows Forms MenuItems
Hey, Is there a code like the one below that dose the same thing but for a MenuStrip item : ToolStrip3.Items.Add(newbutton) Thanks :) yes...identical: MenuStrip3 . Items . Add ( "TEST" ) or MenuStrip3 . . items . Add ( Text , image , Eventhandler ) ...Show All
Smart Device Development Context Menu
Hi everyone, hope you're doing fine. is it possible to add some entries to Windows Mobile 2003 context menu can we add icons next to the entries i have added keys in the registry like it is done on windows xp but it didnt work (maybe the key names are different) :(. any suggestions Please see this post for details on where to post non-VS 2005 questions http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All
Visual Studio Express Editions Keep getting the error "Syntax Error in UPDATE Statement"
I've worked with the older versions of Visual Basic and since moving to 2005 express I think I've gone a bit more crazy. I keep getting this error when the dataapdater.update statement is called. Here is the code that I am using and I've also thrown in the information from the syntax error. Private Sub EditMaterial( ByVal codepos As Integer ) Dim con As New OleDb.OleDbConnection Dim updateCMD As OleDbCommand ...Show All
Smart Device Development Smart Device Extension
Sir, I am using VS.NET 2003. I created a Smart device application and tried to run it. This application was just a “Hello world” application. This application didn’t work. The deployment device that I chose was Pocket PC 2002 Emulator . On the Build menu I clicked the Deploy solution so as to deploy the application onto the Pocket PC 2002 Emulator . Pocket PC 2002 Emulator got activated. Soon on the emulator I saw certain progress informati ...Show All
Software Development for Windows Vista How to provide paths to Runtime for CreateWorkflow from XOML?
My XOML contains custom activities. How do I provide the paths to the custom activities assembly so it can resolve them I know one way is to put all the assemblies together with the host. But sometimes the assembly are located with the "client" app, not the "runtime host". With WorkflowCompiler class you have librarypaths property, however the runtime compiles directly from XOML, and I can't see librarypaths for the runtime. ...Show All
Architecture Drive mapping issue
I have installed Windows XP professional and in My Harddisk i have three partitions ,namely c:.d:,E:,apart from this i map network folder to drive to f:,but when i do that and then i insert my usb Mass storage ,it get displayed in the device manager but i dont see it in the "MY Computers". whereas if i dont map anything to drive f: and then if i insert my usb mass storage ,then it shows up as drive f:. is this a microsoft bug or im mis ...Show All
.NET Development Background scheduled service in WebApplication
Is there a smart way to make a "service" that lies in the background of a webapplication in asp.net so I ever night can send email to my members of my website automatically at for example 00:30 Best regards, Robert Larsson Did you try to run a background thread using Timer() class Probably that should work for you. Hope this helps. Chakra ...Show All
Windows Forms Data Set Configuration Wizard crashes every time I modify the data source
Pretty much every time I add a table or a field to my data source, the wizard crashes. It just says that it had an unexpected condition and apologizes for the inconvenience.Right! I usually have a cascade of three or four of these messages. Sometimes it asks if I want to save my work. Who knows, at that point, if what I've done is still good or not (That's a rhetorical question) When I restart, sometimes it says that the form designer is ...Show All
Windows Forms how to call DTS wizard in windows application
In my windows application, I want to pick a file (csv) and import to the SQL database. Just like what DTS wizard does. Is that an easy way to import csv file append a pre-existing SQL server table or just call DTS wizard from an ...Show All
SQL Server Delivery Channels and Protocols
Here is what we want to do, and I have not been able to spend enough time to see if this is possible out of the box, so thus the posting to the group. It seems that the XSLTFormatter uses the DeviceTypeName to help allow for different XSLT definitions. It would seem that the DeliveryChannelName would be the better choice, since you can define multiple DeliveryChannels for the same protocol. Also, why store the DeviceTypeName in the NSSubscriberD ...Show All
Visual Studio Team System To strict Check-in policy 'only contain files that are part of current solution'?
If you enforce a check-in policy 'Enforce check-in to only contain files that are part of current solution' (on the properties page of the Code Analysis Editor) Why fails this policy if I have a solution with 'solution folders' and within that solution folder I have some projects. The projects are part of the solution. However during check-in the policy claims that not all check-ins are within the current solution... and I'm very sure that ...Show All
Visual Basic Can't directly dim an instance of a tableadapter 2005
Can't directly dim an instance of a tableadapter I'm creating a sample project much smaller than my whole project to isolate some remaining issues. Naturally I'm copying a great deal of code. However, there have been several anomalies. In my regular project the statement Dim cdt As New ConceptsTableAdapter is accepted. However, in the sample project I am preparing, the same statement gives me the message Type 'ConceptsTableAdap ...Show All
SQL Server X.509 Certificates
With the new functionality provided by sql server 2005, can we use the certificate functionality to act as a db store for third party certificates. Posts that I have seen so far indicate that there is no direct access to the certificate store once a certificate has been imported to the db. Given that the database is more portable (for failover purposes for certificate storeage, lack of access to the certificate store should be considered a c ...Show All
Visual FoxPro Cannot updat the cursor FOXRESOURCE, since it is read only.
Dear experts, I've VFP6 & 9 installed in the same win2000 professional. in VFP9, when I tried to close take pane manager it shows the above message. Also Set As Default button is greyed in Options so I needed to set it every time I start VFP or avoid to quit. Is there any way to fix it Thanks. Exit out of Foxpro. Find and Delete the Foxuser.dbf and Foxuser.fpt file. Restart FoxPro a ...Show All
