Search:

Type: Posts; User: Megalith

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    1,407

    VS 2010 Re: Populate tables in a dataset

    ok i decided to write a simple app that uses a datagrid to allow the user to manually add remove and edit the table/s data, this will suit my purpose but I am a lil dissappointed that microsoft...
  2. Replies
    12
    Views
    1,407

    VS 2010 Re: Populate tables in a dataset

    i realise i can do this in code but to enter 50 lines of 15 columns with each cell containing an integer is a bit of a clumsy and file consuming process (7500 lines compared to 50) considering i...
  3. Replies
    12
    Views
    1,407

    VS 2010 Re: Populate tables in a dataset

    hmmm, then there is no intrinsic value to me for using a database i guess, i can use linq to query my array/ lists and populate the lists manually in code or perhaps even use linq to get the data...
  4. Replies
    6
    Views
    5,714

    VS 2010 Re: label transparency

    http://www.vbforums.com/showthread.php?t=662384
  5. Replies
    12
    Views
    1,407

    VS 2010 Re: Populate tables in a dataset

    ok that gets me to where i am at ie i have created a dataset and have created the columns and schema of the tables needed but i wish to be able to enter the rows to my simple tables.

    Maybe i...
  6. Replies
    12
    Views
    1,407

    VS 2010 Re: Populate tables in a dataset

    Hi Aash, thanks for the reply.

    I looked at the link replied and i have bookmarked it for future reference as it contains all the stuff i will need once i get my data manually entered into the...
  7. Replies
    7
    Views
    1,107

    VS 2010 Re: Htmlelement to String

    i'm not at my developer machine right now so am not sure 100% but i believe there is a way to return a collection of all elements by id or class as well as any other user element as given by i00 in...
  8. Replies
    11
    Views
    1,498

    VS 2008 Re: Multi Threading Check please

    I'm curious why you need to send arrays on seperate threads? i am kind of thinking this would be probably quicker on a single thread as from what i know vb.net uses multiple processors to transfer...
  9. Replies
    12
    Views
    1,407

    VS 2010 [RESOLVED] Populate tables in a dataset

    I have need for a database in my latest app, i quickly realised it had been a long time since i last used a database and am in fact very very rusty on the subject. So i decided to create a simple...
  10. Replies
    0
    Views
    1,192

    [C#] isometric view game template?

    Does anyone know of any c# directx based isometric game starter kits or templates?

    I'm having a go at a very simple RPG game in a fantasy style similar to diablo and having searched google my...
  11. Replies
    5
    Views
    2,323

    Re: Omron CQM1H-CPU21 with VB2008

    wow that takes me back i thought gwbasic at first but the star operand for the goto function is a : in gwbasic iirc. the code supplied asks the user for some text, sends it to the PLC, retrieves the...
  12. Replies
    6
    Views
    1,053

    Re: Text Encoding Problem

    you are right, the code is in UTF8 format (sometimes i hear it known as extended ASCII) this page should help http://www.motobit.com/tips/detpg_convert-charset-vbnet/
  13. Replies
    1
    Views
    5,651

    Re: [WPF] conversion from C # to vb.net

    the xaml is pretty much the same except for the namespace in the class declaration, not sure why this isn't the same with both but in vb you would use
    <Application x:Class="App"
    and
    <Window...
  14. Replies
    1
    Views
    3,202

    Re: Label Content Issue

    can you show us your code?

    you could do this the non wpf way and in the buttons click event change the label content as needed.
  15. Re: Best practices of WPF when working with a Graphics Designer

    hmmm, guess nobody here has worked in a team developing wpf software?
  16. Replies
    11
    Views
    1,435

    VS 2010 Re: Set Equals, does it exist?

    hmm not seen it, course you could sort both lists and compare that way but your not saving anything and are consuming more momory
  17. Best practices of WPF when working with a Graphics Designer

    Hi all,

    I'm still trying to get to terms with some issues with wpf and the separation of the view to the model. I asked a graphical designer friend, who wants to learn Expression Blend, to help...
  18. Replies
    4
    Views
    763

    VS 2010 Re: Best Way To Design An Object

    thanks for the reply (been away a few days so late reply) yeah this is making more sense now, i will be creating a new class to handle the image stuff. Thread resolved
  19. Replies
    4
    Views
    763

    VS 2010 Re: Best Way To Design An Object

    hi kevin,

    I've used this kit before (5 years ago) this method has no image method within the card class iirc, is there a reason why not? i thought that self containment was one of the major...
  20. Replies
    3
    Views
    693

    Re: Flash game isn't working in WebBrowser

    he probably needs to run the program as admin
  21. VS 2010 Re: How to create textbox in VB2010 w/ This HTML code?

    you could use the WebBrowser from the toolbox then you use the document property to 'load' your code into the WebBrowser Control. This will be exactly what the html you quote does.
  22. Replies
    4
    Views
    763

    VS 2010 [RESOLVED] Best Way To Design An Object

    Hi all,

    Just a quick question on the best way to develop an object, say i wish to do a card game.

    Firstly we need a deck object which in my case is a queue of type card. My question is relating...
  23. Replies
    10
    Views
    1,190

    VS 2005 Re: How do I make a chatroom?

    as 2ndmessiah says you need to have knowledge of many technologies. does the hosting use php or asp or both? do you know php? have you tried to create what your chatroom should look like?

    what...
  24. VS 2008 Re: RichTextBox Formatting in a loop

    lol guess you are right, this is an old laptop i sometimes use to code. works flawless now (even with a page full of random coloured smilies. resolved.
  25. Replies
    15
    Views
    7,000

    Re: Curve fitting through a collection of points

    i would place all the y axis values in an array sort it and use the middle say 10 points to find an average, this line would fit most of the points.

    btw this would be finding a line of best fit...
  26. Replies
    2
    Views
    802

    Re: SSH Connection + Commands

    This looks interesting. one question though, what library is SecureFileTransfer in?
  27. Replies
    10
    Views
    1,800

    VS 2010 Re: SendMessage To a text box

    I have a library of API functions somewhere, will have a look. Have you tried pinvoke's site?
  28. Replies
    15
    Views
    7,000

    Re: Curve fitting through a collection of points

    lol theres a lot going on in your image, could you explain it more? am i right in assuming that point 4 is extreme right and after that they head to the left? you could with this type of problem...
  29. VS 2008 [RESOLVED] RichTextBox Formatting in a loop

    Hi all,

    This is my issue, i am trying to display a line of smiley faces ☻ and change the colour of each face, i cant use a find method as there are 10 of these smilies so i thought about using a...
  30. Replies
    1
    Views
    3,330

    [WPF] desktop markers

    does wpf have any simple methods to place a marker on the desktop or any visible window? i realise this is normally api related but my question is does wpf have anything built in that could place a...
  31. Replies
    3
    Views
    6,562

    Re: [WPF] color brushes media etc :s

    H Sitten Spynne,

    what i'm after is a method to convert an integer into a SolidColorBrush. I have scoured google to find an example but haven't had any luck. I suppose one way would be to covert...
  32. Re: [WPF] DataGrid in UserControl - binding the ItemsSource on the containing Window

    Hi Nick,

    From what i have studied so far using a user control is a last resort,the way to do this is with templates and existing controls.would you have some kind of screenshot/mockup of what you...
  33. Replies
    1
    Views
    4,645

    Re: [WPF] Images not loading correctly

    i noticed you are using some cache method in the LoadImage sub

    image.CacheOption = BitmapCacheOption.OnLoad;

    Don't quote me on this but are you loading images into the cache and then...
  34. Replies
    3
    Views
    6,562

    [RESOLVED] [WPF] color brushes media etc :s

    kind of a quick question but wpf uses colours in a way totally unlike in windows forms. I am trying to convert a function i have used in windows forms to use within wpf. i wish to convert an integer...
  35. Replies
    5
    Views
    1,247

    VS 2010 Re: Dimensions of a window with API

    Perfect, will apply the method to my app :)
  36. Replies
    5
    Views
    1,247

    VS 2010 Re: Dimensions of a window with API

    Created a new Project and put this in it with a button on the form

    Imports System.Runtime.InteropServices
    Public Class Form1
    Public Structure RECT
    Public Top As Long
    Public...
  37. Replies
    5
    Views
    1,247

    VS 2010 Re: Dimensions of a window with API

    Hi Kevin,

    Well i tried that and got the same result as the method i was using i.e. with this the console supplied:-


    rct.top = 1.69759663332755E-311 rct.Left 1.63393675909069E-311 Width 0...
  38. Replies
    5
    Views
    1,247

    VS 2010 [RESOLVED] Dimensions of a window with API

    Hi all,

    My problem is this, i have found the Hwnd for a window and i now wish to get information about this window, the location on the screen of the window and its width and height. Problem is...
  39. Replies
    4
    Views
    976

    VS 2010 Re: HotKey problems.

    you could use a global flag and only proceed if the flag is false then set it to true. not the best way though...

    Dim testFlag As Boolean ' this must go in the declarations setion.

    ...
  40. Replies
    2
    Views
    718

    VS 2010 Re: TabControl in realtime

    well turns out it was the container i was using, when i used a groupbox instead of a tablelayoutpanel it worked flawless. So thread is resolved...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width