Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Dylan van Heerden

@Dylan van Heerden
About
Posts
35
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Registry
    D Dylan van Heerden

    Hi I developed a mobile application in c# for windows ce. Everytime the mobile device's batery is totally flat, it removes the application from the device and I have re-install it again (quite irritating). Now I've modified the registry with the following: [HKEY_LOCAL_MACHINE\SOFTWARE\LXE\Persist\MyApp] "Installed"=dword:00000001 "PCMCIA"=dword:00000000 "Delay"=dword:00000000 "FileName"="\System\MyApp.CAB "FileCheck"="ALWAYSEXEC" "Order"=dword:00000062 This automatically installs the application once the device enters windows (great). The problem now is when I remove the application manually from "Remove Programs", it doesn't only remove my application but it removes all the applications that are installed (except windows ce). Is there something else I can do or make a change to my registry? Thanks, Dylan

    C# csharp windows-admin help question

  • Identity in Oracle
    D Dylan van Heerden

    Hi all How can I retrieve the last inserted record identity in Oracle. In sql server it's SELECT @@IDENTITY but how do we do it in oracle. Thanks, Dylan

    C# database sql-server oracle sysadmin question

  • PropertyGrid TypeConverter
    D Dylan van Heerden

    Hi Joe Thank you

    C# question

  • PropertyGrid TypeConverter
    D Dylan van Heerden

    Hi Does anyone know what TypeConverter to use to open a OpenFileDialog from the propertygrid? Thank you, D

    C# question

  • Printing
    D Dylan van Heerden

    Hi Does anyone have an example to print a statement? Thank you, D

    C# tutorial question

  • Closing applications gracefully
    D Dylan van Heerden

    Thanks

    C# sysadmin

  • TreeView Node selection
    D Dylan van Heerden

    Ok must be that the treeview hasn't got focus... Thanks

    C# question

  • TreeView Node selection
    D Dylan van Heerden

    Hi How can I select a treenode (in coding) on a treeview and keep it selected (High Lighted)? I tried the following and it doesn't seem to work as required: foreach ( TreeNode tn in treeView1.Nodes ) { if ( tn.Text == "Color" ) { treeView1.SelectedNode = tn break; } }

    C# question

  • Max Windows Controls
    D Dylan van Heerden

    I apologize for not providing the correct information. The datasource is a class and the class name is "Class" and the datamember is "Extends". I found out that the datamember "Extends" was not assigned. Again I apologize but I'd like to say thank you for the help. Thanks

    C# help question

  • Max Windows Controls
    D Dylan van Heerden

    Ok here's the code where it happens This works fine "this.textBox_ClsId.DataBindings.Add(new Binding("Text", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember")); this.textBox_ClsIdentifier.DataBindings.Add(new Binding("Text", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember")); this.textBox_ClsDescription.DataBindings.Add(new Binding("Text", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember")); this.textBox_ClsVersion.DataBindings.Add(new Binding("Text", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember"));" This is the only line giving me the error "//this.textBox_ClsExtends.DataBindings.Add(new Binding("Text", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember"));" This is also working fine "this.checkBox_ClsAbstract.DataBindings.Add(new Binding("Checked", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember")); this.checkBox_ClsNew.DataBindings.Add(new Binding("Checked", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember")); this.checkBox_ClsSealed.DataBindings.Add(new Binding("Checked", ((DataSource)this.treeView_WorkView.SelectedNode.Tag), "Datamember"));" thanks

    C# help question

  • Max Windows Controls
    D Dylan van Heerden

    Hi all I was wondering if there's any limit to the windows controls? I recieve the following error "Error creating window handle." while trying to databind a treeview to textbox. Thanks ppl

    C# help question

  • Hiding Web Title
    D Dylan van Heerden

    Hi all When I use "RegisterClientScriptBlock" to open a new web browser, is there any way to hide or change the web browser title with javascript? Thanks

    ASP.NET javascript question

  • Downloading Files
    D Dylan van Heerden

    Hi all How would I go about downloading files from the internet for example a zip file, using windows forms? Would I be using webservices? Thanks

    C# winforms tutorial question

  • xml and xsl
    D Dylan van Heerden

    I have the following function to do an xml transformation private void TransformTheXml() { try { XmlDocument xDoc = new XmlDocument(); xDoc.Load(MapPath("./xml") + @"\xmlpages.xml"); XmlElement root = xDoc.DocumentElement; System.Xml.XPath.XPathNavigator xnav = root.CreateNavigator(); System.Xml.Xsl.XslTransform xslt = new System.Xml.Xsl.XslTransform(); xslt.Load(MapPath("./xml") + @"\xmlpagesxsl.xsl"); XmlTextWriter xwriter = new XmlTextWriter(MapPath("./xml") + @"\xmlpages.html", null); xslt.Transform(xnav, null, xwriter, null); } catch (Exception Error) { this.Label1.Text = Error.Message; } } but I recieve the following "file:///c:/inetpub/wwwroot/SecureConnection/xml/xmlpagesxsl.xsl(2,2) :" when I call the function. Can anyone please explain what this means?

    ASP.NET xml html help question

  • Textbox focus
    D Dylan van Heerden

    Thanks a lot man....

    ASP.NET question

  • Textbox focus
    D Dylan van Heerden

    Hi everyone How would I set focus to a textbox control on page load?

    ASP.NET question

  • SMTP for Win98
    D Dylan van Heerden

    Ok I'll get back to you on that.

    C# help question

  • SMTP for Win98
    D Dylan van Heerden

    I've got a little problem... I wrote backup wizard that does the backup and if you selected the send via email option, it sends the files. Now on win98 it backup perfectly except for sending the email, it gives somekind of support error. Is the smtp only supported in 2000 and xp or is there any possible way that it can work in 98?

    C# help question

  • C# com interfacing with c++
    D Dylan van Heerden

    I'll try it...

    C# c++ question csharp html com

  • C# com interfacing with c++
    D Dylan van Heerden

    How can I use a c# com object in c++? I've tried an example but everytime I call this" Edcont::Edcont_InterfacePtr p(__uuidof(Edcont::EdconClass)); " in the c++ .cpp file, the app just closes. Does anyone have another example that I can use? This is the place where got the example that I used http://www.csharphelp.com/archives/archive281.html[^]

    C# c++ question csharp html com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups