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
M

medicenpringles

@medicenpringles
About
Posts
26
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • home-brewed method/parameter descriptions in the IDE
    M medicenpringles

    ya know how when you select a method from the list that Intellisense gives you, and it shows that little tooltip that describes what the method does? and when you start to type in your parameters, it gives desctiptions of what the parameter names represent? well is there a way to make your own methods that behave the same way? i've tried , but that doesn't do anything. any help is apprectiated, stephen

    Visual Basic visual-studio help question

  • VS03 and VS05 registry editing
    M medicenpringles

    well it would seem that the the site you gave me only lists API functions that retrieve the datatype, not change it. am i wrong?

    Visual Basic visual-studio windows-admin question

  • Plz help me Everybody
    M medicenpringles

    well then again, i may be wrong. the Draw method only allows drawing within the client area.... any help anyone?

    Visual Basic question help

  • Plz help me Everybody
    M medicenpringles

    looks like GDI would be the way to go, but i'm not sure of the exact commands right now. try MSDN-ing GDI there's always something useful there.

    Visual Basic question help

  • Intellisense (I think) malfunction?
    M medicenpringles

    hey i have had this problem alot, too, but it was with daSomething.Fill and it kept selecting FillSchema. the best solution i found was to type the same commands over and over, but using something completely different. once it starts selecting the new command for you, then it should be fixed for the other one. another problem is, (though it not be relavent in this case) is if the desired word comes after the selected word, you will have to type out almost the entire word to get intellisense to select it. your best bet is to type the "t", scroll to your selection and hit ctrl+space. i'm not sure of any way to "reset" intellisense, though i think there should be. hope this helps, stephen

    Visual Basic visual-studio tutorial csharp help question

  • VS03 and VS05 registry editing
    M medicenpringles

    i'm writing a small app to change the windows mouse in VS'05, to change a key i do this: Imports Microsoft.Win32 . .. Dim key as RegistryKey = Registry.CurrentUser.OpenSubKey("Control Panel\\Cursors",True) key.SetValue("Arrow","%SYSTEMROOT%\NewCursor.cur",RegistryValueKind.ExpandString) i would like to do this same thing in VS'03, but it does not facilitate the last parameter where i use the RegistryValueKind class (or enum, whatever it is). does anyone know the vb03 equivalent to the line: key.SetValue("Arrow","%SYSTEMROOT%\NewCursor.cur",RegistryValueKind.ExpandString) ?

    Visual Basic visual-studio windows-admin question

  • stocks in rss or xml (or hell, text if nothing else)
    M medicenpringles

    i'm doing a project for school and i need a web site that is standarized enough to be able to retrieve a stock quote for any given stock symbol and return those values to either a sql database or an xml file for import into a sql database. i'm sure there is a Google solution to this, but i won't know where to start with that. thanks ahead of time, stephen

    Visual Basic database xml

  • programmatically changing the default windows cursor
    M medicenpringles

    Does anyone know the VB equivalent of going to the Mouse Properties in the Control Panel, changing the mouse schema, and saving/naming that schema? i'd like to write a simple program that changes the mouse schema to one i made, and i got the setup to move the cursors to the right place, but i don't have any clue as to how to change things like this within windows from VB.NET thanks for any help, stephen

    Visual Basic csharp database xml help

  • Textbox KeyDown Overrides
    M medicenpringles

    ah. i missed the e.handled = true part.

    Visual Basic tutorial question

  • Textbox KeyDown Overrides
    M medicenpringles

    tried it already. those take up more space than i have.

    Visual Basic tutorial question

  • Textbox KeyDown Overrides
    M medicenpringles

    I have a textbox that the user inputs numbers into. i would like to be able to create a KeyDown event for the control that, when the user presses the UP arrow, the value raises by one. this i have accomplished. but unfortunately this does not override the action already taken (moving the cursor to the left). how to i override this? thanks ahead of time, stephen

    Visual Basic tutorial question

  • Excel Spreadsheet Control
    M medicenpringles

    does anyone know of a control (third-party or otherwise) that allows viewing/manipulation of an excel spreadsheet or a specific range on a spreadsheet?

    Visual Basic question

  • VB vs. C#
    M medicenpringles

    just wondering: is there anything that VB.NET can do that C# cannot? i noticed some of the Enterprise Library was written in C#, which is why i can't use it. which angers me, but i guess i'll just have to spend the $600 to... anyway, back to the question. is there anything one can do with VB that one can't do with C# or vice versa?

    Visual Basic csharp question visual-studio com

  • I'm Bolding
    M medicenpringles

    can no one help me? all i want to do is bold the selected text in a rich text box.

    Visual Basic question

  • I'm Bolding
    M medicenpringles

    ok, so i have a rich text box, txtMain. i need to add a sub that changes the text i specify to bold face. but format cant' do it. and the way the designer does it changes all the text instead of just some. is there a way to specify what text is bold? and maybe incorporate a Font dialog also?

    Visual Basic question

  • Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition
    M medicenpringles

    well to be honest, the only real reason i got Developer Edition was for the enterprise manager. if i only used the free Desktop Engine, would Enterprise Manager sill work with maintaining the databases on the Desktop Engine?

    Visual Basic csharp database visual-studio sql-server

  • Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition
    M medicenpringles

    I just purchased SQL Server 2000 Developer Edition yesterday from Amazon, and i'm disapointed. when i finally got it up an running, i went to the server explorer in my VB.NET Standard, and when i tried to connect to a database, it said: "Unable to connect to database. It is only possible to connect to SQL Server Desktop Engine databases and Microsoft Access databases with this version of Visual Studio." wtf is up with that? do i need Visual Studio Professional? Enterprise? or do i really have to spend the $2500 on Enterprise Architect? i thought the $50 price tag on SQL Server 2000 Developer Edition meant it was intended for low-budget developers, and considering the $109 price tag on VB.NET Standard, i thought they would go hand-in hand. apparently not. i can connect to the database programmatically just fine, but the inability to do it visualy is very dissapointing any help is appreciated. stephen

    Visual Basic csharp database visual-studio sql-server

  • no .net in vista???
    M medicenpringles

    well, i guess in never looked at it that way.

    IT & Infrastructure csharp linux question learning

  • no .net in vista???
    M medicenpringles

    well if you really want to know. he says .net is a mistake because the file size of apps made in, for example vb.net as opposed to the vb6 equivalent is considerably larger, and, to quote him "anything that depends on a framework is useless." -- modified at 12:36 Thursday 1st September, 2005

    IT & Infrastructure csharp linux question learning

  • no .net in vista???
    M medicenpringles

    i was talking with a developer friend of mine about the new windows vista, and he told me that the new shell doesn't even ship with the .net framewok. now this wories me because i am a learning developer myself, and if .net was as big of a mistake as he explained, then the last ooooh, 6 months of my life have been a complete waste. is there any truth to his claims?

    IT & Infrastructure csharp linux question learning
  • Login

  • Don't have an account? Register

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