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
G

gr8coaster329

@gr8coaster329
About
Posts
45
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Custom Wizards?
    G gr8coaster329

    does anyone know how to create custom project wizards for Ms vb 2005 express edition? i searched the web for a little while with no success. i found how to do it in c# here[^] but cannot convert the code to vb.net. any help is greatly apprectiated. - Kyle

    Visual Basic csharp com help tutorial

  • VB Integration error
    G gr8coaster329

    reinstalling visual basic express edition solved my problem. thanks anyways for the help - Kyle

    Database help database sql-server sysadmin

  • VB Integration error
    G gr8coaster329

    i did not enter any code for it. after adding the database to the project i tried to add a table to it by right clicking on tables under the database file in the database explorer window and selecting add new table and i get that error. - Kyle

    Database help database sql-server sysadmin

  • VB Integration error
    G gr8coaster329

    i was not sure which forum to post this under but i hope someone can help me out. i am using microsoft visual basic express edition with sql server express edition. when the programs were first installed they worked fine, but recently i have been getting the error message: "Object reference is not set to an instance of an object", when i try to add anything to a sql database. i can create the database file but when i try to add a table or anything else to it i get that error. i tried uninstalling and reinstalling sql server express but it did not work. does anyone know how to fix this? any help is greatly appreciated. Thank you, - Kyle

    Database help database sql-server sysadmin

  • disable history
    G gr8coaster329

    how can i disable the history recording feature of a web browser control? - Kyle

    C / C++ / MFC question

  • hardware monitor
    G gr8coaster329

    i could not find any helpful topics for this problem on that web site. if you could point me to the one you found it would help me out. thank you - Kyle

    C / C++ / MFC hardware help tutorial

  • hardware monitor
    G gr8coaster329

    can anyone help me find how to write a program to read input from hardware temperature sensors and display it. - Kyle

    C / C++ / MFC hardware help tutorial

  • directX?
    G gr8coaster329

    can anyone help me to find a good, recent directx tutorial? i am using visual studio express edition, if that makes a difference. i have looked for a little while without luck. any help provided would be greatly appreciated. - Kyle

    C / C++ / MFC csharp visual-studio graphics game-dev help

  • DirectX problems
    G gr8coaster329

    I fixed the errors using the steps on this[^] page. i skipped the 4th step. thank you for the ideas and input - Kyle

    C / C++ / MFC help question tutorial csharp c++

  • DirectX problems
    G gr8coaster329

    suchuhui wrote:

    try to change the compiling version from the current into another , let see if it will work

    how do i do this? - Kyle

    C / C++ / MFC help question tutorial csharp c++

  • DirectX problems
    G gr8coaster329

    i have been trying to learn how to do directx programming in c++ but have not found any source code from tutorials that will compile. i am using visual studio express edition. when i try to compile the code that came with the directx 9 sdk it gives me errors for the include file 'winnt.h' such as: winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' winnt.h(222) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int winnt.h(5940) : error C2146: syntax error : missing ';' before identifier 'Buffer' winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int what is causing this and how can i fix it? the only include file that i have is d3d9.h. also if anyone can point me towards a good direct3d beginners tutorial it would be very helpful. thank you in advance for any help you can offer - Kyle

    C / C++ / MFC help question tutorial csharp c++

  • Limit RAM usage
    G gr8coaster329

    what is the best or easiest way to lower the amount of memory that a program uses? - Kyle

    Visual Basic question performance

  • Completly close program
    G gr8coaster329

    the command 'Application.Exit()' will completly close the program - Kyle

    Visual Basic

  • internet accelerator
    G gr8coaster329

    does anyone how internet accelerators work, if they do, and what it would take to make a simple program to boost internet speed? I have dsl and have seen a lot of programs that claim to speed internet speed and thought i would try to make one of my own (mostly for fun). any help, including websites tutorial or ideas would be greatly appreciated. thank you in advance for the help and happy new year! - Kyle

    Web Development performance help tutorial question

  • internet accelerator??
    G gr8coaster329

    does anyone how internet accelerators work, if they do, and what it would take to make a simple program to boost internet speed? I have dsl and have seen a lot of programs that claim to speed internet speed and thought i would try to make one of my own (mostly for fun). any help, includeing websites tutorial or ideas would be greatly appreciated. thank you in advance for the help and happy new year! - Kyle

    C / C++ / MFC performance help tutorial question

  • Train free @Microsoft
    G gr8coaster329

    Thank you for the link!! - Kyle

    C / C++ / MFC php com question

  • a few different problems
    G gr8coaster329

    i have microsoft visual c++ 2005 express edition beta 2 and there have not been able to find a way to build the projects to run on another computer. is this just a part that is not included in this version or have i just not been able to find it yet?? also i have used code samples from microsoft help (do not know why they call it help it hardly ever does) for their speech sdk and it had several things that gave me errors when i tried to compile it. such as "HRESULT undeclared identifier" and "cpObjectToken undeclared identifier". is there an include file that i need and the help did not tell me about or what is the problem?? the site that i got the code from is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/SAPI51sr/html/Welcome.asp[^] any help with speech recognition, with microsoft speech sdk or any other speech recognition, itself would also be of great help because i have not been able to figure out any of it yet any help is greatly appreciated - Kyle -- modified at 18:02 Saturday 5th November, 2005

    C / C++ / MFC c++ help question html com

  • Multiple Forms in MS VC++
    G gr8coaster329

    Tom Sapp wrote:

    AboutDialog::Show(); AboutDialog myDialog = new AboutDialog(); myDialog.Show();

    is the name of the form you created AboutDialog? if not replace AboutDialog with the name of your form, the way that i do it is: FormName^ myForm = gcnew FormName(); myForm->ShowDialog(); the "myForm" part can be replace with anything that you want it to be just make sure that it is the same in both lines of the code. also make sure that you include the header file of the form (#include "fileName.h") at the top of the file. i hope i worded this right, and that it helps you - Kyle

    C / C++ / MFC help csharp c++ winforms com

  • xml in tree view control
    G gr8coaster329

    AskQuestion wrote:

    look this site http://www.codeproject.com/atl/atl\_persistxml.asp\[^\]

    that is not vc++ is it?? - Kyle

    C / C++ / MFC data-structures xml help tutorial

  • xml in tree view control
    G gr8coaster329

    i am trying to load the data from an xml document into a treeview control. i know how to write the xml document but do not know how to load all of the data into tree control. any help would be greatly appreciated. - Kyle

    C / C++ / MFC data-structures xml help tutorial
  • Login

  • Don't have an account? Register

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